Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More vox markings #223

Merged
merged 4 commits into from
Sep 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions Resources/Locale/en-US/markings/vox_scars.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
marking-ScarsVoxRoadrashLeftHead-roadrash_l_head = Vox Left Head Scar (Road rash)
marking-ScarsVoxRoadrashLeftHead = Vox Left Head Scar (Road rash)

marking-ScarsVoxRoadrashRightHead-roadrash_r_head = Vox Right Head Scar (Road rash)
marking-ScarsVoxRoadrashRightHead = Vox Right Head Scar (Road rash)

marking-ScarsVoxBigslashLeftHead-bigslash_l_head = Vox Left Head Scar (Big Slash)
marking-ScarsVoxBigslashLeftHead = Vox Right Head Scar (Road rash)

marking-ScarsVoxBigslashRightHead-roadrash_r_head = Vox Right Head Scar (Big Slash)
marking-ScarsVoxBigslashRightHead = Vox Right Head Scar (Big Slash)

marking-ScarsVoxSlashLeftHead-slash_l_head = Vox Left Head Scar (Slash)
marking-ScarsVoxSlashLeftHead = Vox Left Head Scar (Slash)

marking-ScarsVoxSlashRightHead-slash_r_head = Vox Right Head Scar (Slash)
marking-ScarsVoxSlashRightHead = Vox Right Head Scar (Slash)

marking-ScarsVoxClawTorso-claw_torso = Vox Chest Scar (Claw)
marking-ScarsVoxClawTorso = Vox Chest Scar (Claw)
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
- type: marking
id: ScarsVoxRoadrashLeftHead
bodyPart: Head
markingCategory: Head
speciesRestriction: [Vox]
coloring:
default:
type:
!type:SimpleColoring
fallbackColor: "#666666"
sprites:
- sprite: Mobs/Customization/vox_scars.rsi
state: roadrash_l_head

- type: marking
id: ScarsVoxRoadrashRightHead
bodyPart: Head
markingCategory: Head
speciesRestriction: [Vox]
coloring:
default:
type:
!type:SimpleColoring
fallbackColor: "#666666"
sprites:
- sprite: Mobs/Customization/vox_scars.rsi
state: roadrash_r_head

- type: marking
id: ScarsVoxBigslashLeftHead
bodyPart: Head
markingCategory: Head
speciesRestriction: [Vox]
coloring:
default:
type:
!type:SimpleColoring
fallbackColor: "#666666"
sprites:
- sprite: Mobs/Customization/vox_scars.rsi
state: bigslash_l_head

- type: marking
id: ScarsVoxBigslashRightHead
bodyPart: Head
markingCategory: Head
speciesRestriction: [Vox]
coloring:
default:
type:
!type:SimpleColoring
fallbackColor: "#666666"
sprites:
- sprite: Mobs/Customization/vox_scars.rsi
state: bigslash_r_head

- type: marking
id: ScarsVoxSlashLeftHead
bodyPart: Head
markingCategory: Head
speciesRestriction: [Vox]
coloring:
default:
type:
!type:SimpleColoring
fallbackColor: "#666666"
sprites:
- sprite: Mobs/Customization/vox_scars.rsi
state: slash_l_head

- type: marking
id: ScarsVoxSlashRightHead
bodyPart: Head
markingCategory: Head
speciesRestriction: [Vox]
coloring:
default:
type:
!type:SimpleColoring
fallbackColor: "#666666"
sprites:
- sprite: Mobs/Customization/vox_scars.rsi
state: slash_r_head

- type: marking
id: ScarsVoxClawTorso
bodyPart: Chest
markingCategory: Chest
speciesRestriction: [Vox]
coloring:
default:
type:
!type:SimpleColoring
fallbackColor: "#666666"
sprites:
- sprite: Mobs/Customization/vox_scars.rsi
state: claw_torso

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions Resources/Textures/Mobs/Customization/vox_scars.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprites by LandsharkRAWR",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "roadrash_l_head",
"directions": 4
},
{
"name": "roadrash_r_head",
"directions": 4
},
{
"name": "bigslash_l_head",
"directions": 4
},
{
"name": "bigslash_r_head",
"directions": 4
},
{
"name": "slash_l_head",
"directions": 4
},
{
"name": "slash_r_head",
"directions": 4
},
{
"name": "claw_torso",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading