new arachnid marking (#20347)
This commit is contained in:
@@ -36,6 +36,10 @@ marking-ArachnidAppendagesShort = Appendages (Short)
|
|||||||
marking-ArachnidAppendagesShort-short_primary = Appendage
|
marking-ArachnidAppendagesShort-short_primary = Appendage
|
||||||
marking-ArachnidAppendagesShort-short_secondary = Stripes
|
marking-ArachnidAppendagesShort-short_secondary = Stripes
|
||||||
|
|
||||||
|
marking-ArachnidAppendagesFreaky = Appendages (Freaky long)
|
||||||
|
marking-ArachnidAppendagesFreaky-freaky_primary = Appendage
|
||||||
|
marking-ArachnidAppendagesFreaky-freaky_secondary = Stripes
|
||||||
|
|
||||||
marking-ArachnidTorsoStripes = Stripes
|
marking-ArachnidTorsoStripes = Stripes
|
||||||
marking-ArachnidTorsoStripes-stripes = Design
|
marking-ArachnidTorsoStripes-stripes = Design
|
||||||
|
|
||||||
|
|||||||
@@ -106,6 +106,17 @@
|
|||||||
- sprite: Mobs/Customization/Arachnid/appendages.rsi
|
- sprite: Mobs/Customization/Arachnid/appendages.rsi
|
||||||
state: short_secondary
|
state: short_secondary
|
||||||
|
|
||||||
|
- type: marking
|
||||||
|
id: ArachnidAppendagesFreaky
|
||||||
|
bodyPart: Tail
|
||||||
|
markingCategory: Tail
|
||||||
|
speciesRestriction: [Arachnid]
|
||||||
|
sprites:
|
||||||
|
- sprite: Mobs/Customization/Arachnid/appendages.rsi
|
||||||
|
state: freaky_primary
|
||||||
|
- sprite: Mobs/Customization/Arachnid/appendages.rsi
|
||||||
|
state: freaky_secondary
|
||||||
|
|
||||||
# Chest
|
# Chest
|
||||||
- type: marking
|
- type: marking
|
||||||
id: ArachnidTorsoStripes
|
id: ArachnidTorsoStripes
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 449 B |
Binary file not shown.
|
After Width: | Height: | Size: 432 B |
@@ -70,6 +70,14 @@
|
|||||||
{
|
{
|
||||||
"name": "short_secondary",
|
"name": "short_secondary",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "freaky_primary",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "freaky_secondary",
|
||||||
|
"directions": 4
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user