[Sponsor] Fluff egoruch17 (#603)

This commit is contained in:
HitPanda
2023-12-31 15:41:22 +03:00
committed by Aviu00
parent cc19cd8ff5
commit 2f9fb335ab
12 changed files with 99 additions and 0 deletions

View File

@@ -51,3 +51,6 @@ marking-FoxTailWaggingIMercuryI = Лисий хвост, махает.
marking-TailReider207 = Волчий хвост
marking-TailReider207-tail = Хвост
marking-TailReider207-tailtip = Кончик
marking-TechnoClawsEgoruch = Слуга Омниссии
marking-TechnoClawsEgoruch-claws_overlay = Клешни

View File

@@ -1015,3 +1015,27 @@
- type: Clothing
sprite: White/Fluff/Reider207/jacket.rsi
# egoruch17
- type: entity
parent: ClothingMaskMime
id: EgoruchClothingMaskHoly
name: фальшивая аугметика
description: Встроенный фильтр предаёт вдыхаемому воздуху аромат мира-кузницы. Неповторимое сочетание промышленных выхлопов и свинца.
suffix: fluff
components:
- type: Sprite
sprite: White/Fluff/egoruch17/mask.rsi
- type: Clothing
sprite: White/Fluff/egoruch17/mask.rsi
- type: entity
parent: ClothingOuterStorageBase
id: EgoruchClothingOuterMantle
name: ряса техножреца
description: Идеально подходит, чтобы скрыть слабость своей плоти! Ткань сильно наэлектризована и пахнет машинным маслом.
suffix: fluff
components:
- type: Sprite
sprite: White/Fluff/egoruch17/mantle.rsi
- type: Clothing
sprite: White/Fluff/egoruch17/mantle.rsi

View File

@@ -395,3 +395,16 @@
id: Reider207Jacket
entity: ClothingOuterJacketReider207
sponsorOnly: true
# egoruch17
- type: loadout
id: Egoruch17Mask
entity: EgoruchClothingMaskHoly
sponsorOnly: true
whitelistJobs: [ AtmosphericTechnician, ChiefEngineer, SeniorEngineer, StationEngineer, TechnicalAssistant, Chaplain, ResearchDirector, SeniorResearcher, Scientist, ResearchAssistant ]
- type: loadout
id: Egoruch17Mantle
entity: EgoruchClothingOuterMantle
sponsorOnly: true
whitelistJobs: [ AtmosphericTechnician, ChiefEngineer, SeniorEngineer, StationEngineer, TechnicalAssistant, Chaplain, ResearchDirector, SeniorResearcher, Scientist, ResearchAssistant ]

View File

@@ -0,0 +1,8 @@
- type: marking
id: TechnoClawsEgoruch
bodyPart: Chest
markingCategory: Overlay
sponsorOnly: false
sprites:
- sprite: White/Mobs/Customization/egoruch17_claws.rsi
state: claws_overlay

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 863 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 933 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -0,0 +1,15 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "White Dream SS14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "claws_overlay",
"directions": 4
}
]
}