scar availability for more species (#35645)

* :D

* updated for new scars

* small eye scar
This commit is contained in:
Boaz1111
2025-06-11 23:56:57 +02:00
committed by GitHub
parent 699e6de1fe
commit 55540c374a
5 changed files with 47 additions and 13 deletions

View File

@@ -26,4 +26,10 @@ marking-ScarFace1-scar_face_1 = Face Scar
marking-ScarFace1 = Face Scar (Large)
marking-ScarFace2-scar_face_2 = Face Scar
marking-ScarFace2 = Face Scar (Small)
marking-ScarFace2 = Face Scar (Small)
marking-ScarEyeRightSmall-scar_eye_right_small = Right Eye Scar (Small)
marking-ScarEyeRightSmall = Small Eye Scar (Right)
marking-ScarEyeLeftSmall-scar_eye_left_small = Left Eye Scar (Small)
marking-ScarEyeLeftSmall = Small Eye Scar (Left)

View File

@@ -2,7 +2,7 @@
id: ScarEyeRight
bodyPart: Head
markingCategory: Head
speciesRestriction: [Human, Dwarf]
speciesRestriction: [Human, Dwarf, SlimePerson]
followSkinColor: true
sprites:
- sprite: Mobs/Customization/scars.rsi
@@ -12,7 +12,7 @@
id: ScarEyeLeft
bodyPart: Head
markingCategory: Head
speciesRestriction: [Human, Dwarf]
speciesRestriction: [Human, Dwarf, SlimePerson]
followSkinColor: true
sprites:
- sprite: Mobs/Customization/scars.rsi
@@ -22,7 +22,7 @@
id: ScarTopSurgeryShort
bodyPart: Chest
markingCategory: Chest
speciesRestriction: [Human, Dwarf]
speciesRestriction: [Human, Dwarf, Reptilian, SlimePerson, Moth, Arachnid, Diona]
sexRestriction: [Male]
followSkinColor: true
sprites:
@@ -33,7 +33,7 @@
id: ScarTopSurgeryLong
bodyPart: Chest
markingCategory: Chest
speciesRestriction: [Human, Dwarf]
speciesRestriction: [Human, Dwarf, Reptilian, SlimePerson, Moth, Arachnid, Diona]
sexRestriction: [Male]
followSkinColor: true
sprites:
@@ -44,7 +44,7 @@
id: ScarChest
bodyPart: Chest
markingCategory: Chest
speciesRestriction: [Human, Dwarf]
speciesRestriction: [Human, Dwarf, Reptilian, SlimePerson, Moth, Arachnid, Diona]
followSkinColor: true
sprites:
- sprite: Mobs/Customization/scars.rsi
@@ -54,7 +54,7 @@
id: ScarNeck
bodyPart: Head
markingCategory: Head
speciesRestriction: [Human, Dwarf]
speciesRestriction: [Human, Dwarf, Reptilian, SlimePerson]
followSkinColor: true
sprites:
- sprite: Mobs/Customization/scars.rsi
@@ -64,7 +64,7 @@
id: ScarChestBullets
bodyPart: Chest
markingCategory: Chest
speciesRestriction: [Human, Dwarf]
speciesRestriction: [Human, Dwarf, Reptilian, SlimePerson, Moth, Arachnid]
followSkinColor: true
sprites:
- sprite: Mobs/Customization/scars.rsi
@@ -74,7 +74,7 @@
id: ScarStomachBullets
bodyPart: Chest
markingCategory: Chest
speciesRestriction: [Human, Dwarf]
speciesRestriction: [Human, Dwarf, Reptilian, SlimePerson, Moth, Arachnid]
followSkinColor: true
sprites:
- sprite: Mobs/Customization/scars.rsi
@@ -84,7 +84,7 @@
id: ScarFace1
bodyPart: Head
markingCategory: Head
speciesRestriction: [Human, Dwarf]
speciesRestriction: [Human, Dwarf, Reptilian, SlimePerson, Moth]
followSkinColor: true
sprites:
- sprite: Mobs/Customization/scars.rsi
@@ -94,8 +94,28 @@
id: ScarFace2
bodyPart: Head
markingCategory: Head
speciesRestriction: [Human, Dwarf]
speciesRestriction: [Human, Dwarf, Reptilian, SlimePerson, Moth]
followSkinColor: true
sprites:
- sprite: Mobs/Customization/scars.rsi
state: scar_face_2
state: scar_face_2
- type: marking
id: ScarEyeRightSmall
bodyPart: Head
markingCategory: Head
speciesRestriction: [Human, Dwarf, Reptilian, SlimePerson]
followSkinColor: true
sprites:
- sprite: Mobs/Customization/scars.rsi
state: scar_eye_right_small
- type: marking
id: ScarEyeLeftSmall
bodyPart: Head
markingCategory: Head
speciesRestriction: [Human, Dwarf, Reptilian, SlimePerson]
followSkinColor: true
sprites:
- sprite: Mobs/Customization/scars.rsi
state: scar_eye_left_small

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"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)",
"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), scar_eye_left_small and scar_eye_right_small modified from scar_eye_left and scar_eye_right by Boaz1111(github).",
"size": {
"x": 32,
"y": 32
@@ -46,6 +46,14 @@
{
"name": "scar_face_2",
"directions": 4
},
{
"name": "scar_eye_left_small",
"directions": 4
},
{
"name": "scar_eye_right_small",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 459 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 B