This commit is contained in:
rhailrake
2023-05-19 17:25:02 +06:00
committed by Aviu00
parent 3344f94d36
commit 1fae101454
21 changed files with 261 additions and 1 deletions

View File

@@ -27,3 +27,15 @@ marking-CatTailDouble-double_tail_cat_back = Первый хвост
marking-CatTailDouble-double_tail_cat_front = Второй хвост
marking-DemonTailWarete = Демонический хвост
marking-DemonTailWarete-tail = Хвост
marking-DemonTailWarete-tail_tip = Кончик
marking-DemonHairWarete = Демоническая прическа
marking-DemonHairWarete-hair = Цвет
marking-SomeTailHZ = Лисий хвост 2
marking-SomeTailHZ-m_waggingtail_oni_BEHIND = Цвет
marking-SomeEarsHZ = Ебать, лисьи ушки!
marking-SomeEarsHZ-m_ears_fox_FRONT = Цвет
marking-SomeEarsHZZ = Ебать, лисьи ушки 2!
marking-SomeEarsHZZ-m_earsinner_fox_FRONT = Цвет
marking-SomeTailHZZ = Лисий хвост 3
marking-SomeTailHZZ-tail = Хвост
marking-SomeTailHZZ-tail_tip = Кончик

View File

@@ -181,3 +181,22 @@
- type: Paper
content: Ego voco electi pet
- type: PetSummon
# 2sh0nka
- type: entity
parent: ClothingUnderwearSocksBase
id: ClothingUnderwearSocksBlack2sh0nka
name: чёрные чулки
description: Вау. Они.. чёрные?
components:
- type: Sprite
sprite: White/Fluff/deadman1740/black.rsi
- type: entity
parent: ClothingUnderwearSocksBase
id: ClothingUnderwearSocksGray2sh0nka
name: серые чулки
description: Вау. Они.. серые?
components:
- type: Sprite
sprite: White/Fluff/deadman1740/gray.rsi

View File

@@ -63,3 +63,15 @@
id: PetsSummonBookLoadout
entity: PetSummonBook
sponsorOnly: true
# 2sh0nka
- type: loadout
id: 2sh0nkaBlackLoadout
entity: ClothingUnderwearSocksBlack2sh0nka
sponsorOnly: true
- type: loadout
id: 2sh0nkaGrayLoadout
entity: ClothingUnderwearSocksGray2sh0nka
sponsorOnly: true

View File

@@ -0,0 +1,41 @@
- type: marking
id: SomeEarsHZ
bodyPart: HeadTop
markingCategory: HeadTop
speciesRestriction: [ Human, Felinid ]
sponsorOnly: true
sprites:
- sprite: White/Mobs/Customization/mam_ears.rsi
state: m_ears_fox_FRONT
- type: marking
id: SomeEarsHZZ
bodyPart: HeadTop
markingCategory: HeadTop
speciesRestriction: [ Human, Felinid ]
sponsorOnly: true
sprites:
- sprite: White/Mobs/Customization/mam_ears.rsi
state: m_earsinner_fox_FRONT
- type: marking
id: SomeTailHZ
bodyPart: Tail
markingCategory: Tail
speciesRestriction: [ Human, Felinid ]
sponsorOnly: true
sprites:
- sprite: White/Mobs/Customization/oni.rsi
state: m_waggingtail_oni_BEHIND
- type: marking
id: SomeTailHZZ
bodyPart: Tail
markingCategory: Tail
speciesRestriction: [ Human, Felinid ]
sponsorOnly: false
sprites:
- sprite: White/Mobs/Customization/vtergot_fox_parts.rsi
state: tail
- sprite: White/Mobs/Customization/vtergot_fox_parts.rsi
state: tail_tip

View File

@@ -1,4 +1,4 @@
const highp float shake_power = 0.03;
const highp float shake_power = 0.04;
const highp float shake_block_size = 30.5;
const highp float fade = 0.01;
const highp vec2 direction_r = vec2( 1.0, 0.0 );

Binary file not shown.

After

Width:  |  Height:  |  Size: 719 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 751 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 B

View File

@@ -0,0 +1,22 @@
{
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13",
"version": 1,
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "equipped-SOCKS",
"directions": 4
},
{
"name": "equipped-SOCKS-body-slim",
"directions": 4
},
{
"name": "icon"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 772 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 784 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 B

View File

@@ -0,0 +1,22 @@
{
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13",
"version": 1,
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "equipped-SOCKS",
"directions": 4
},
{
"name": "equipped-SOCKS-body-slim",
"directions": 4
},
{
"name": "icon"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 B

View File

@@ -0,0 +1,21 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "m_ears_fox_ADJ",
"directions": 4
},
{
"name": "m_earsinner_fox_FRONT",
"directions": 4
},
{
"name": "m_ears_fox_FRONT",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 611 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

@@ -0,0 +1,111 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "m_tail_oni_BEHIND",
"directions": 4
},
{
"name": "m_tail_oni_FRONT",
"directions": 4
},
{
"name": "m_waggingtail_oni_BEHIND",
"directions": 4,
"delays": [
[
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996
],
[
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996
],
[
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996
],
[
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996,
0.089999996
]
]
}
]
}