Skip to content

Commit

Permalink
Clean up scars.yml and add a new chest scar (space-wizards#25215)
Browse files Browse the repository at this point in the history
add
  • Loading branch information
UbaserB authored and joshepvodka committed Feb 18, 2024
1 parent 5fb2863 commit 6cd368f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 12 deletions.
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/markings/scars.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ marking-ScarTopSurgeryShort = Top Surgery Scar (Short)
marking-ScarTopSurgeryLong-scar_top_surgery_long = Top Surgery Scar
marking-ScarTopSurgeryLong = Top Surgery Scar (Long)
marking-ScarChest-scar_chest = Chest Scar
marking-ScarChest = Chest Scar
26 changes: 14 additions & 12 deletions Resources/Prototypes/Entities/Mobs/Customization/Markings/scars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
bodyPart: Head
markingCategory: Head
speciesRestriction: [Human, Dwarf]
coloring:
default:
type:
!type:TattooColoring
fallbackColor: "#FFFFFF"
followSkinColor: true
sprites:
- sprite: Mobs/Customization/scars.rsi
state: scar_eye_right
Expand All @@ -17,11 +13,7 @@
bodyPart: Head
markingCategory: Head
speciesRestriction: [Human, Dwarf]
coloring:
default:
type:
!type:TattooColoring
fallbackColor: "#FFFFFF"
followSkinColor: true
sprites:
- sprite: Mobs/Customization/scars.rsi
state: scar_eye_left
Expand All @@ -30,7 +22,7 @@
id: ScarTopSurgeryShort
bodyPart: Chest
markingCategory: Chest
speciesRestriction: [Human]
speciesRestriction: [Human, Dwarf]
sexRestriction: [Male]
followSkinColor: true
sprites:
Expand All @@ -41,9 +33,19 @@
id: ScarTopSurgeryLong
bodyPart: Chest
markingCategory: Chest
speciesRestriction: [Human]
speciesRestriction: [Human, Dwarf]
sexRestriction: [Male]
followSkinColor: true
sprites:
- sprite: Mobs/Customization/scars.rsi
state: scar_top_surgery_long

- type: marking
id: ScarChest
bodyPart: Chest
markingCategory: Chest
speciesRestriction: [Human, Dwarf]
followSkinColor: true
sprites:
- sprite: Mobs/Customization/scars.rsi
state: scar_chest
4 changes: 4 additions & 0 deletions Resources/Textures/Mobs/Customization/scars.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
{
"name": "scar_top_surgery_long",
"directions": 4
},
{
"name": "scar_chest",
"directions": 4
}
]
}
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 6cd368f

Please sign in to comment.