Two variations of human scars (#21895)

* add

* fix
This commit is contained in:
Ubaser
2023-12-11 20:18:20 +11:00
committed by GitHub
parent ddec7a1f84
commit 423c9fabdc
5 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
marking-ScarEyeRight-eyescarright = Eye scar (Right)
marking-ScarEyeRight = Eye Scar (Right)
marking-ScarEyeLeft-eyescarleft = Eye scar (Left)
marking-ScarEyeLeft = Eye Scar (Left)

View File

@@ -0,0 +1,27 @@
- type: marking
id: ScarEyeRight
bodyPart: Head
markingCategory: Head
speciesRestriction: [Human, Dwarf]
coloring:
default:
type:
!type:TattooColoring
fallbackColor: "#FFFFFF"
sprites:
- sprite: Mobs/Customization/scars.rsi
state: scar_eye_right
- type: marking
id: ScarEyeLeft
bodyPart: Head
markingCategory: Head
speciesRestriction: [Human, Dwarf]
coloring:
default:
type:
!type:TattooColoring
fallbackColor: "#FFFFFF"
sprites:
- sprite: Mobs/Customization/scars.rsi
state: scar_eye_left

View File

@@ -0,0 +1,19 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Drawn by Ubaser",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "scar_eye_left",
"directions": 4
},
{
"name": "scar_eye_right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 B