Флафф

This commit is contained in:
drdth
2023-12-06 19:08:55 +03:00
committed by Aviu00
parent 60d785ba87
commit 9920b59c51
6 changed files with 121 additions and 0 deletions

View File

@@ -43,3 +43,7 @@ marking-SomeTailHZZ-tail_tip = Кончик
marking-knifeCappyEars1 = Ушки Аксолотля
marking-knifeCappyTail1 = Хвост Аксолотля
marking-knifeCappyTail2 = Хвост Аксолотля
marking-FoxEarsIMercuryI = Льсьи ушки
marking-FoxTailIMercuryI = Лисий хвост
marking-FoxTailWaggingIMercuryI = Лисий хвост, махает.

View File

@@ -0,0 +1,30 @@
#IMercuryI
- type: marking
id: FoxEarsIMercuryI
bodyPart: HeadTop
markingCategory: HeadTop
speciesRestriction: [Felinid]
sponsorOnly: true
sprites:
- sprite: White/Mobs/Customization/imercuryi.rsi
state: fox_ears
- type: marking
id: FoxTailIMercuryI
bodyPart: Tail
markingCategory: Tail
speciesRestriction: [Felinid]
sponsorOnly: true
sprites:
- sprite: White/Mobs/Customization/imercuryi.rsi
state: fox_tail
- type: marking
id: FoxTailWaggingIMercuryI
bodyPart: Tail
markingCategory: Tail
speciesRestriction: [Felinid]
sponsorOnly: true
sprites:
- sprite: White/Mobs/Customization/imercuryi.rsi
state: fox_tail_wagging

Binary file not shown.

After

Width:  |  Height:  |  Size: 718 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

@@ -0,0 +1,87 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "fox_ears",
"directions": 4
},
{
"name": "fox_tail",
"directions": 4
},
{
"name": "fox_tail_wagging",
"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.15
],
[
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.15
],
[
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.15
],
[
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.15
]
]
}
]
}