- add: Ritoka fluff. (#187)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 |
BIN
Resources/Textures/White/Fluff/Ritoka/cloak.rsi/icon.png
Normal file
BIN
Resources/Textures/White/Fluff/Ritoka/cloak.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 496 B |
84
Resources/Textures/White/Fluff/Ritoka/cloak.rsi/meta.json
Normal file
84
Resources/Textures/White/Fluff/Ritoka/cloak.rsi/meta.json
Normal 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 |
BIN
Resources/Textures/White/Fluff/Ritoka/hood.rsi/icon.png
Normal file
BIN
Resources/Textures/White/Fluff/Ritoka/hood.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 285 B |
18
Resources/Textures/White/Fluff/Ritoka/hood.rsi/meta.json
Normal file
18
Resources/Textures/White/Fluff/Ritoka/hood.rsi/meta.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user