Doom fluff (#556)

* DOOMMAX fluff

* Detective meow

* Сеньёр помидор офицер

* RSI validator su4ka
This commit is contained in:
Cinkafox
2023-11-12 18:29:32 +03:00
committed by Aviu00
parent 90792c52ce
commit f7c90e02a8
10 changed files with 83 additions and 2 deletions

View File

@@ -53,6 +53,31 @@
sprite: White/Fluff/DOOMMAX/helmetglamour.rsi
- type: GiftIgnore
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitGamma
suffix: fluff
name: Снаряжение отряда «Гамма»
description: Довольно старая и потрёпанная форма секретного и элитного отряда.
components:
- type: Sprite
sprite: White/Fluff/DOOMMAX/uniform.rsi
- type: Clothing
sprite: White/Fluff/DOOMMAX/uniform.rsi
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatBeretGamma
suffix: fluff
name: Потрёпанный берет
description: Старый, слегка рваный и подгоревший берет лидера отряда «Гамма». На нем еще не засохла кровь былых боев.
components:
- type: Sprite
sprite: White/Fluff/DOOMMAX/hat.rsi
- type: Clothing
sprite: White/Fluff/DOOMMAX/hat.rsi
# Maury
#- type: entity
# parent: ClothingUniformJumpsuitChemistry

View File

@@ -3,13 +3,25 @@
id: SuitGlamorousLoadout
entity: ClothingOuterSuitGlamorous
sponsorOnly: true
blacklistJobs: [Captain, HeadOfPersonnel, ChiefEngineer, ChiefMedicalOfficer, ResearchDirector, HeadOfSecurity, Quartermaster]
blacklistJobs: [Captain, HeadOfPersonnel, ChiefEngineer, ChiefMedicalOfficer, ResearchDirector, HeadOfSecurity, Warden, Detective, SeniorOfficer, SecurityOfficer, Quartermaster]
- type: loadout
id: ClothingOuterHardsuitEVAGLAMOURsLoadout
entity: ClothingOuterHardsuitEVAGLAMOUR
sponsorOnly: true
whitelistJobs: [Captain, HeadOfPersonnel, ChiefEngineer, ChiefMedicalOfficer, ResearchDirector, HeadOfSecurity, Quartermaster]
whitelistJobs: [Captain, HeadOfPersonnel, ChiefEngineer, ChiefMedicalOfficer, ResearchDirector, Quartermaster]
- type: loadout
id: GammaUniformLoadout
entity: ClothingUniformJumpsuitGamma
sponsorOnly: true
whitelistJobs: [HeadOfSecurity, Warden, SecurityOfficer, Detective, SeniorOfficer]
- type: loadout
id: GammaBeretLoadout
entity: ClothingHeadHatBeretGamma
sponsorOnly: true
whitelistJobs: [HeadOfSecurity, Warden, SecurityOfficer, Detective, SeniorOfficer]
# Maury
#- type: loadout

Binary file not shown.

After

Width:  |  Height:  |  Size: 412 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 443 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 543 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 542 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039, monkey made by brainfood1183 (github) for ss14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}