doommaxx-fluff

nothing interesting
This commit is contained in:
REBOLUTION228-a11
2023-11-13 22:29:41 +05:00
committed by Aviu00
parent 5f4485c770
commit 53f76ba669
10 changed files with 79 additions and 0 deletions

View File

@@ -77,6 +77,35 @@
- type: Clothing
sprite: White/Fluff/DOOMMAX/hat.rsi
- type: entity
parent: ClothingNeckBase
id: DommaxChaplainSchema
name: Великая Схима
suffix: fluff
description: Высшая монашеская степень. Схима указывает, что носящий ее мертв, или есть мертвец, но живой. Мертв для сей жизни, а живет другою жизнию.
components:
- type: Sprite
sprite: White/Fluff/DOOMMAX/bishop_schema.rsi
- type: Clothing
sprite: White/Fluff/DOOMMAX/bishop_schema.rsi
- type: ToggleableClothing
clothingPrototype: ClothingHeadHatChaplainSchema
requiredSlot:
- neck
- type: ContainerContainer
containers:
toggleable-clothing: !type:ContainerSlot { }
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatChaplainSchema
name: Капюшон Великой Схимы
description: Высшая монашеская степень. Схима указывает, что носящий ее мертв, или есть мертвец, но живой. Мертв для сей жизни, а живет другою жизнию.
components:
- type: Sprite
sprite: White/Fluff/DOOMMAX/bishop_schema_hood.rsi
- type: Clothing
sprite: White/Fluff/DOOMMAX/bishop_schema_hood.rsi
# Maury
#- type: entity

View File

@@ -23,6 +23,12 @@
sponsorOnly: true
whitelistJobs: [HeadOfSecurity, Warden, SecurityOfficer, Detective, SeniorOfficer]
- type: loadout
id: ChaplanSchemaLoadout
entity: DommaxChaplainSchema
sponsorOnly: true
whitelistJobs: [Chaplain]
# Maury
#- type: loadout
# id: ClothingUniformJumpsuitMaury #Should be ClothingUniformMauryLoadout but like i said i`m retard

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 935 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 585 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 579 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 430 B

View File

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