Adds axolotl and snake hood frills for reptilians! (#10013)

This commit is contained in:
T-Stalker
2022-07-25 02:47:04 -03:00
committed by GitHub
parent 14080c4bcd
commit 698976029c
6 changed files with 39 additions and 1 deletions

View File

@@ -52,3 +52,8 @@ marking-LizardFrillsBig = Lizard Frills (Big)
marking-LizardHornsDouble-horns_double = Lizard Horns (Double)
marking-LizardHornsDouble = Lizard Horns (Double)
marking-LizardFrillsAxolotl-frills_axolotl = Lizard Frills (Axolotl)
marking-LizardFrillsAxolotl = Lizard Frills (Axolotl)
marking-LizardFrillsHood-frills_hood = Lizard Frills (Hood)
marking-LizardFrillsHood = Lizard Frills (Hood)

View File

@@ -43,6 +43,26 @@
- sprite: Mobs/Customization/reptilian_parts.rsi
state: frills_big
- type: marking
id: LizardFrillsAxolotl
bodyPart: HeadSide
markingCategory: HeadSide
speciesRestriction: [Reptilian]
sprites:
- sprite: Mobs/Customization/reptilian_parts.rsi
state: frills_axolotl
- type: marking
id: LizardFrillsHood
bodyPart: HeadSide
markingCategory: HeadSide
speciesRestriction: [Reptilian]
sprites:
- sprite: Mobs/Customization/reptilian_parts.rsi
state: frills_hood_primary
- sprite: Mobs/Customization/reptilian_parts.rsi
state: frills_hood_secondary
- type: marking
id: LizardHornsAngler
bodyPart: HeadTop

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 506 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

View File

@@ -107,9 +107,21 @@
"name": "frills_divinity",
"directions": 4
},
{
{
"name": "horns_double",
"directions": 4
},
{
"name": "frills_axolotl",
"directions": 4
},
{
"name": "frills_hood_primary",
"directions": 4
},
{
"name": "frills_hood_secondary",
"directions": 4
},
{
"name": "frills_big",
@@ -118,6 +130,7 @@
{
"name": "body_tiger",
"directions": 4
}
]
}