Vtergot tail (#46)

This commit is contained in:
RavMorgan
2023-05-13 13:48:14 +03:00
committed by Aviu00
parent 80957400a9
commit 0363780559
7 changed files with 151 additions and 0 deletions

View File

@@ -1,3 +1,12 @@
marking-FoxEars = Лисьи ушки
marking-FoxEars-ears_fox_outer = Наружное ухо
marking-FoxEars-ears_fox_inner = Внутреннее ухо
marking-FoxEarsVtergot = Лисьи ушки
marking-FoxEarsVtergot-ears_outer = Наружное ухо
marking-FoxEarsVtergot-ears_inner = Внутреннее ухо
marking-FoxTailVtergot = Лисий хвост
marking-FoxTailVtergot-tail = Хвост
marking-FoxTailVtergot-tail_tip = Кончик

View File

@@ -0,0 +1,23 @@
- type: marking
id: FoxEarsVtergot
bodyPart: HeadTop
markingCategory: HeadTop
speciesRestriction: [Human, Felinid]
sponsorOnly: true
sprites:
- sprite: White/Mobs/Customization/vtergot_fox_parts.rsi
state: ears_outer
- sprite: White/Mobs/Customization/vtergot_fox_parts.rsi
state: ears_inner
- type: marking
id: FoxTailVtergot
bodyPart: Tail
markingCategory: Tail
speciesRestriction: [Human, Felinid]
sponsorOnly: true
sprites:
- sprite: White/Mobs/Customization/vtergot_fox_parts.rsi
state: tail
- sprite: White/Mobs/Customization/vtergot_fox_parts.rsi
state: tail_tip

Binary file not shown.

After

Width:  |  Height:  |  Size: 665 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 677 B

View File

@@ -0,0 +1,119 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "dddddddddasdasdasdasdasd",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "tail",
"directions": 4,
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "tail_tip",
"directions": 4,
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "ears_inner",
"directions": 4
},
{
"name": "ears_outer",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB