parent
2d700fce36
commit
e7ef9613b5
|
|
@ -93,6 +93,9 @@ marking-LizardHornsMyrsore = Lizard Horns (Myrsore)
|
|||
marking-LizardHornsBighorn-horns_bighorn = Lizard Horns (Bighorn)
|
||||
marking-LizardHornsBighorn = Lizard Horns (Bighorn)
|
||||
|
||||
marking-LizardHornsDemonic-horns_demonic = Lizard Horns (Demonic)
|
||||
marking-LizardHornsDemonic = Lizard Horns (Demonic)
|
||||
|
||||
marking-LizardHornsKoboldEars-horns_kobold_ears = Lizard Ears (Kobold)
|
||||
marking-LizardHornsKoboldEars = Lizard Ears (Kobold)
|
||||
|
||||
|
|
|
|||
|
|
@ -294,6 +294,15 @@
|
|||
- sprite: Mobs/Customization/reptilian_parts.rsi
|
||||
state: horns_bighorn
|
||||
|
||||
- type: marking
|
||||
id: LizardHornsDemonic
|
||||
bodyPart: HeadTop
|
||||
markingCategory: HeadTop
|
||||
speciesRestriction: [Reptilian]
|
||||
sprites:
|
||||
- sprite: Mobs/Customization/reptilian_parts.rsi
|
||||
state: horns_demonic
|
||||
|
||||
- type: marking
|
||||
id: LizardHornsKoboldEars
|
||||
bodyPart: HeadTop
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
|
|
@ -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. Body_underbelly made by Nairod(github) for SS14. Large drawn by Ubaser. Wagging tail by SonicDC. Splotch modified from Sharp by KittenColony(github). Frills neckfull come from: https://github.com/Bubberstation/Bubberstation/commit/8bc6b83404803466a560b694bf22ef3c0ac266a2",
|
||||
"copyright": "https://github.com/Skyrat-SS13/Skyrat-tg/tree/40e3cdbb15b8bc0d5ef2fb46133adf805bda5297, while Argali, Ayrshire, Myrsore, Bighorn and Demonic are drawn by Ubaser, and Kobold Ears are drawn by Pigeonpeas. Body_underbelly made by Nairod(github) for SS14. Large drawn by Ubaser. Wagging tail by SonicDC. Splotch modified from Sharp by KittenColony(github). Frills neckfull come from: https://github.com/Bubberstation/Bubberstation/commit/8bc6b83404803466a560b694bf22ef3c0ac266a2",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
|
@ -581,6 +581,10 @@
|
|||
"name": "horns_bighorn",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "horns_demonic",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "horns_kobold_ears",
|
||||
"directions": 4
|
||||
|
|
|
|||
Loading…
Reference in New Issue