- add: Ritoka fluff. (#187)

This commit is contained in:
Aviu00
2024-03-14 02:01:01 +09:00
committed by GitHub
parent c37b82ff0e
commit 9871e4e4c1
8 changed files with 141 additions and 0 deletions

View File

@@ -1207,6 +1207,39 @@
sound:
path: /Audio/White/Fluff/Joulerk/activate.ogg
#Ritoka
- type: entity
parent: ClothingOuterStorageBase
id: ClothingOuterCloakRitoka
name: Плащ Затворник
description: От этого плаща исходит зловещая энергия. При одном только взгляде на него вам хочется закрыться в шкафчике и плакать. На нём имеется ярлык "Ritoka вернётся".
suffix: fluff
components:
- type: Sprite
sprite: White/Fluff/Ritoka/cloak.rsi
- type: Clothing
sprite: White/Fluff/Ritoka/cloak.rsi
- type: ToggleableClothing
clothingPrototype: ClothingHeadHoodRitoka
- type: ContainerContainer
containers:
toggleable-clothing: !type:ContainerSlot
- type: PointLight
radius: 2
energy: 2
color: "#99e550"
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHoodRitoka
noSpawn: true
name: капюшон
components:
- type: Sprite
sprite: White/Fluff/Ritoka/hood.rsi
- type: Clothing
sprite: White/Fluff/Ritoka/hood.rsi
# DoxXxoM
- type: marking
id: DoxxxomHorns

View File

@@ -467,3 +467,9 @@
id: JoulerkPlushie
entity: PlushieLerkFluff
sponsorOnly: true
# Ritoka
- type: loadout
id: RitokaCloak
entity: ClothingOuterCloakRitoka
sponsorOnly: true

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 B

View File

@@ -0,0 +1,84 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Ritoka",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "equipped-OUTERCLOTHING",
"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
]
]
},
{
"name": "icon"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 798 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Ritoka",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}