Skip to content

Commit

Permalink
Merge pull request #223 from LandsharkRAWR/More_Vox_Markings
Browse files Browse the repository at this point in the history
More vox markings
  • Loading branch information
formlessnameless authored Sep 7, 2024
2 parents 2a54caa + e67f7f1 commit c954f42
Show file tree
Hide file tree
Showing 10 changed files with 157 additions and 0 deletions.
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.

0 comments on commit c954f42

Please sign in to comment.