Clean up scars.yml and add a new chest scar (#25215)

add
This commit is contained in:
Ubaser
2024-02-18 07:50:39 +11:00
committed by GitHub
parent 22244b3055
commit f72a1a0edb
4 changed files with 21 additions and 12 deletions

View File

@@ -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

View File

@@ -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
@@ -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
@@ -30,7 +22,7 @@
id: ScarTopSurgeryShort
bodyPart: Chest
markingCategory: Chest
speciesRestriction: [Human]
speciesRestriction: [Human, Dwarf]
sexRestriction: [Male]
followSkinColor: true
sprites:
@@ -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

View File

@@ -22,6 +22,10 @@
{
"name": "scar_top_surgery_long",
"directions": 4
},
{
"name": "scar_chest",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB