Хвост ящерицы люду простому, да дворфам (#2645)

This commit is contained in:
ReWAFFlution 2025-07-31 21:17:50 +03:00 committed by ReWAFFlution
parent 4132c9e367
commit ad2e56d844
6 changed files with 175 additions and 4 deletions

View file

@ -3,3 +3,5 @@ marking-FoxTail = Fox Tail
marking-BigFoxTail = Big Fox Tail
marking-SharkTail = Shark Tail
marking-LizardTail = Lizard Tail

View file

@ -1,3 +1,4 @@
marking-FoxTail = лисий хвост
marking-BigFoxTail = большой лисий хвост
marking-SharkTail = акулий хвост
marking-LizardTail = хвост ящерицы

View file

@ -2,7 +2,7 @@
id: FoxTail
bodyPart: Tail
markingCategory: Tail
speciesRestriction: [Human]
speciesRestriction: [Human, Dwarf]
sponsorOnly: false # Sunrise
sprites:
- sprite: _Sunrise/Mobs/Customization/Vulpkanin/tail_markings.rsi
@ -14,7 +14,7 @@
id: BigFoxTail
bodyPart: Tail
markingCategory: Tail
speciesRestriction: [Human]
speciesRestriction: [Human, Dwarf]
sponsorOnly: false # Sunrise
coloring:
default:
@ -37,8 +37,20 @@
id: SharkTail
bodyPart: Tail
markingCategory: Tail
speciesRestriction: [Human]
speciesRestriction: [Human, Dwarf]
sponsorOnly: false # Sunrise
sprites:
- sprite: _Sunrise/Mobs/Customization/human_tails.rsi
state: shark_tail
- type: marking
id: LizardTail
bodyPart: Tail
markingCategory: Tail
speciesRestriction: [Human, Dwarf]
sponsorOnly: false # Sunrise
sprites:
- sprite: _Sunrise/Mobs/Customization/human_tails.rsi
state: lizard_tail_primary
- sprite: _Sunrise/Mobs/Customization/human_tails.rsi
state: lizard_tail_secondary

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -16,6 +16,162 @@
[ 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15 ],
[ 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15 ]
]
}
},
{
"name": "lizard_tail_primary",
"directions": 4,
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "lizard_tail_secondary",
"directions": 4,
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
}
]
}