This commit is contained in:
rhailrake
2024-01-22 20:20:47 +06:00
committed by Aviu00
parent 7a5858790a
commit a1cb39c439
15 changed files with 102 additions and 0 deletions

View File

@@ -173,6 +173,34 @@
sprite: White/Fluff/serbwo/helmets/ertmedical.rsi sprite: White/Fluff/serbwo/helmets/ertmedical.rsi
- type: GiftIgnore - type: GiftIgnore
- type: entity
parent: ClothingOuterHardsuitVoidParamed
id: ClothingOuterScufSuitFluff
name: Рифуела Гильдии
suffix: fluff
description: "Прототип нано экзоскелета. Защита типа O5-23. На маркировке видно знак НТГил! Создан Учёными гильдии для Тех кто не любит умирать от революции."
components:
- type: Sprite
sprite: White/Fluff/serbwo/suits/scuf.rsi
- type: Clothing
sprite: White/Fluff/serbwo/suits/scuf.rsi
- type: ToggleableClothing
clothingPrototype: ClothingOuterCargoHelmetScuf
- type: GiftIgnore
- type: entity
parent: ClothingHeadHelmetHardsuitSalvage
id: ClothingOuterCargoHelmetScuf
name: Рифуела Гильдии
suffix: fluff
components:
- type: Sprite
sprite: White/Fluff/serbwo/helmets/scuf.rsi
- type: Clothing
sprite: White/Fluff/serbwo/helmets/scuf.rsi
- type: GiftIgnore
# KILL ME PLEASE # KILL ME PLEASE
- type: entity - type: entity
@@ -185,6 +213,13 @@
- type: Sprite - type: Sprite
sprite: White/Fluff/serbwo/admiralcloak.rsi sprite: White/Fluff/serbwo/admiralcloak.rsi
- type: loadout
id: ScuffLoadoutSW
entity: ClothingOuterScufSuitFluff
sponsorOnly: true
whitelistJobs: [ SeniorSalvageSpecialist, SeniorEngineer, SeniorPhysician, SeniorResearcher, Detective ]
- type: loadout - type: loadout
id: CapLoadoutSO id: CapLoadoutSO
entity: ClothingOuterHardsuitERTLeaderFluff entity: ClothingOuterHardsuitERTLeaderFluff

Binary file not shown.

After

Width:  |  Height:  |  Size: 771 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 555 B

View File

@@ -0,0 +1,41 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by discord:SOL(Артур)#8162",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon-flash"
},
{
"name": "off-equipped-HELMET",
"directions": 4
},
{
"name": "off-inhand-left",
"directions": 4
},
{
"name": "off-inhand-right",
"directions": 4
},
{
"name": "on-equipped-HELMET",
"directions": 4
},
{
"name": "on-inhand-left",
"directions": 4
},
{
"name": "on-inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 882 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 803 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 776 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 824 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 704 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 710 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by discord:SOL(Артур)#8162",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}