4 new Lizard Horn markings (#20496)
* add images to .rsi * Revert "add images to .rsi" This reverts commit afa891ee9456c35dd88d5baa4269568286282955. * add images to .rsi (for real now) * other misc files
This commit is contained in:
parent
5ade8fb1e0
commit
e7f9bb8403
|
|
@ -72,3 +72,15 @@ marking-LizardFrillsAxolotl = Lizard Frills (Axolotl)
|
|||
|
||||
marking-LizardFrillsHood-frills_hood = Lizard Frills (Hood)
|
||||
marking-LizardFrillsHood = Lizard Frills (Hood)
|
||||
|
||||
marking-LizardHornsArgali-horns_argali = Lizard Horns (Argali)
|
||||
marking-LizardHornsArgali = Lizard Horns (Argali)
|
||||
|
||||
marking-LizardHornsAyrshire-horns_ayrshire = Lizard Horns (Ayrshire)
|
||||
marking-LizardHornsAyrshire = Lizard Horns (Ayrshire)
|
||||
|
||||
marking-LizardHornsMyrsore-horns_myrsore = Lizard Horns (Myrsore)
|
||||
marking-LizardHornsMyrsore = Lizard Horns (Myrsore)
|
||||
|
||||
marking-LizardHornsBighorn-horns_bighorn = Lizard Horns (Bighorn)
|
||||
marking-LizardHornsBighorn = Lizard Horns (Bighorn)
|
||||
|
|
|
|||
|
|
@ -226,3 +226,39 @@
|
|||
sprites:
|
||||
- sprite: Mobs/Customization/reptilian_parts.rsi
|
||||
state: r_leg_tiger
|
||||
|
||||
- type: marking
|
||||
id: LizardHornsArgali
|
||||
bodyPart: HeadTop
|
||||
markingCategory: HeadTop
|
||||
speciesRestriction: [Reptilian]
|
||||
sprites:
|
||||
- sprite: Mobs/Customization/reptilian_parts.rsi
|
||||
state: horns_argali
|
||||
|
||||
- type: marking
|
||||
id: LizardHornsAyrshire
|
||||
bodyPart: HeadTop
|
||||
markingCategory: HeadTop
|
||||
speciesRestriction: [Reptilian]
|
||||
sprites:
|
||||
- sprite: Mobs/Customization/reptilian_parts.rsi
|
||||
state: horns_ayrshire
|
||||
|
||||
- type: marking
|
||||
id: LizardHornsMyrsore
|
||||
bodyPart: HeadTop
|
||||
markingCategory: HeadTop
|
||||
speciesRestriction: [Reptilian]
|
||||
sprites:
|
||||
- sprite: Mobs/Customization/reptilian_parts.rsi
|
||||
state: horns_myrsore
|
||||
|
||||
- type: marking
|
||||
id: LizardBighorn
|
||||
bodyPart: HeadTop
|
||||
markingCategory: HeadTop
|
||||
speciesRestriction: [Reptilian]
|
||||
sprites:
|
||||
- sprite: Mobs/Customization/reptilian_parts.rsi
|
||||
state: horns_bighorn
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
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",
|
||||
"copyright": "https://github.com/Skyrat-SS13/Skyrat-tg/tree/40e3cdbb15b8bc0d5ef2fb46133adf805bda5297, while Argali, Ayrshire, Myrsore and Bighorn are drawn by Ubaser",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
|
@ -147,6 +147,22 @@
|
|||
"name": "r_arm_tiger",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "horns_argali",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "horns_ayrshire",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "horns_myrsore",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "horns_bighorn",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "r_leg_tiger",
|
||||
"directions": 4
|
||||
|
|
|
|||
Loading…
Reference in New Issue