Lizard Underbelly Marking (#22200)

* Underbelly marking

* Locale
This commit is contained in:
Nairod
2023-12-06 19:05:43 -06:00
committed by GitHub
parent 8000428e6a
commit a5d16404f4
4 changed files with 17 additions and 1 deletions

View File

@@ -90,3 +90,6 @@ marking-LizardHornsKoboldEars = Lizard Ears (Kobold)
marking-LizardHornsFloppyKoboldEars-horns_floppy_kobold_ears = Lizard Ears (Floppy Kobold)
marking-LizardHornsFloppyKoboldEars = Lizard Ears (Floppy Kobold)
marking-LizardChestUnderbelly-body_underbelly = Lizard Chest (Underbelly)
marking-LizardChestUnderbelly = Lizard Chest (Underbelly)

View File

@@ -280,3 +280,12 @@
sprites:
- sprite: Mobs/Customization/reptilian_parts.rsi
state: horns_floppy_kobold_ears
- type: marking
id: LizardChestUnderbelly
bodyPart: Chest
markingCategory: Chest
speciesRestriction: [Reptilian]
sprites:
- sprite: Mobs/Customization/reptilian_parts.rsi
state: body_underbelly

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/Skyrat-SS13/Skyrat-tg/tree/40e3cdbb15b8bc0d5ef2fb46133adf805bda5297, while Argali, Ayrshire, Myrsore and Bighorn are drawn by Ubaser, and Kobold Ears are drawn by Pigeonpeas.",
"copyright": "https://github.com/Skyrat-SS13/Skyrat-tg/tree/40e3cdbb15b8bc0d5ef2fb46133adf805bda5297, while Argali, Ayrshire, Myrsore and Bighorn are drawn by Ubaser, and Kobold Ears are drawn by Pigeonpeas. Body_underbelly made by Nairod(github) for SS14.",
"size": {
"x": 32,
"y": 32
@@ -174,6 +174,10 @@
{
"name": "horns_floppy_kobold_ears",
"directions": 4
},
{
"name": "body_underbelly",
"directions": 4
}
]
}