g13 fluff

This commit is contained in:
OmntnsV
2024-01-20 00:55:30 +02:00
committed by Aviu00
parent 9d84ddcd48
commit 4fb3e531c6
13 changed files with 113 additions and 0 deletions

View File

@@ -1054,3 +1054,38 @@
sprite: White/Fluff/egoruch17/mantle.rsi
- type: Clothing
sprite: White/Fluff/egoruch17/mantle.rsi
# g13
- type: entity
parent: ClothingOuterStorageBase
id: G13ClothingOuterCoat
name: гламурное белое пальто
description: В таком только на показ мод.
suffix: fluff
components:
- type: Sprite
sprite: White/Fluff/g13/coat.rsi
- type: Clothing
sprite: White/Fluff/g13/coat.rsi
- type: entity
parent: ClothingEyesBase
id: G13ClothingEyesEyepatch
name: белая повязка на глаз
description: Даже когда ты пират, нужно выглядеть гламурно.
components:
- type: Sprite
sprite: White/Fluff/g13/eyepatch.rsi
- type: Clothing
sprite: White/Fluff/g13/eyepatch.rsi
- type: entity
parent: ClothingUniformBase
id: G13ClothingUniformSuit
name: стильный белый адвокатский костюм
description: -Моего клиента на смертную казнь! -Но я же просто украл пирожок...
components:
- type: Sprite
sprite: White/Fluff/g13/jumpsuit.rsi
- type: Clothing
sprite: White/Fluff/g13/jumpsuit.rsi

View File

@@ -412,3 +412,19 @@
entity: EgoruchClothingOuterMantle
sponsorOnly: true
whitelistJobs: [ AtmosphericTechnician, ChiefEngineer, SeniorEngineer, StationEngineer, TechnicalAssistant, Chaplain, ResearchDirector, SeniorResearcher, Scientist, ResearchAssistant ]
# g13
- type: loadout
id: G13Eyepatch
entity: G13ClothingEyesEyepatch
sponsorOnly: true
- type: loadout
id: G13Suit
entity: G13ClothingUniformSuit
sponsorOnly: true
- type: loadout
id: G13Coat
entity: G13ClothingOuterCoat
sponsorOnly: true

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 440 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "g13_.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}