More scars! (#35644)

* :3

* whitespace, stomach scar
This commit is contained in:
Boaz1111
2025-03-05 11:26:31 +01:00
committed by GitHub
parent 4c0ebb7f32
commit 3bf38a4d46
8 changed files with 86 additions and 1 deletions

View File

@@ -12,3 +12,18 @@ marking-ScarTopSurgeryLong = Top Surgery Scar (Long)
marking-ScarChest-scar_chest = Chest Scar
marking-ScarChest = Chest Scar
marking-ScarNeck-scar_neck = Neck Scar
marking-ScarNeck = Neck Scar
marking-ScarChestBullets-scar_chest_bullets = Bullet Holes Scar
marking-ScarChestBullets = Chest Scar (Bullets)
marking-ScarStomachBullets-scar_stomach_bullets = Bullet Holes Scar
marking-ScarStomachBullets = Stomach Scar (Bullets)
marking-ScarFace1-scar_face_1 = Face Scar
marking-ScarFace1 = Face Scar (Large)
marking-ScarFace2-scar_face_2 = Face Scar
marking-ScarFace2 = Face Scar (Small)

View File

@@ -49,3 +49,53 @@
sprites:
- sprite: Mobs/Customization/scars.rsi
state: scar_chest
- type: marking
id: ScarNeck
bodyPart: Head
markingCategory: Head
speciesRestriction: [Human, Dwarf]
followSkinColor: true
sprites:
- sprite: Mobs/Customization/scars.rsi
state: scar_neck
- type: marking
id: ScarChestBullets
bodyPart: Chest
markingCategory: Chest
speciesRestriction: [Human, Dwarf]
followSkinColor: true
sprites:
- sprite: Mobs/Customization/scars.rsi
state: scar_chest_bullets
- type: marking
id: ScarStomachBullets
bodyPart: Chest
markingCategory: Chest
speciesRestriction: [Human, Dwarf]
followSkinColor: true
sprites:
- sprite: Mobs/Customization/scars.rsi
state: scar_stomach_bullets
- type: marking
id: ScarFace1
bodyPart: Head
markingCategory: Head
speciesRestriction: [Human, Dwarf]
followSkinColor: true
sprites:
- sprite: Mobs/Customization/scars.rsi
state: scar_face_1
- type: marking
id: ScarFace2
bodyPart: Head
markingCategory: Head
speciesRestriction: [Human, Dwarf]
followSkinColor: true
sprites:
- sprite: Mobs/Customization/scars.rsi
state: scar_face_2

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Drawn by Ubaser",
"copyright": "scar_chest, scar_eye_left, scar_eye_right, scar_top_surgery_long and scar_top_surgery_short drawn by Ubaser, scar_neck, scar_chest_bullets, scar_stomach_bullets, scar_face_1 and scar_face_2 drawn by Ktyria(discord)",
"size": {
"x": 32,
"y": 32
@@ -26,6 +26,26 @@
{
"name": "scar_chest",
"directions": 4
},
{
"name": "scar_neck",
"directions": 4
},
{
"name": "scar_chest_bullets",
"directions": 4
},
{
"name": "scar_stomach_bullets",
"directions": 4
},
{
"name": "scar_face_1",
"directions": 4
},
{
"name": "scar_face_2",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 508 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 560 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 499 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 451 B