diff --git a/Resources/Prototypes/White/Fluff/fluff.yml b/Resources/Prototypes/White/Fluff/fluff.yml index dac0b740af..3dc0c2c691 100644 --- a/Resources/Prototypes/White/Fluff/fluff.yml +++ b/Resources/Prototypes/White/Fluff/fluff.yml @@ -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 diff --git a/Resources/Prototypes/White/Fluff/sponsor.yml b/Resources/Prototypes/White/Fluff/sponsor.yml index 4f4c0aa143..0c127b41f9 100644 --- a/Resources/Prototypes/White/Fluff/sponsor.yml +++ b/Resources/Prototypes/White/Fluff/sponsor.yml @@ -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 diff --git a/Resources/Textures/White/Fluff/DOOMMAX/bishop_schema.rsi/equipped-NECK.png b/Resources/Textures/White/Fluff/DOOMMAX/bishop_schema.rsi/equipped-NECK.png new file mode 100644 index 0000000000..db467459d8 Binary files /dev/null and b/Resources/Textures/White/Fluff/DOOMMAX/bishop_schema.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/White/Fluff/DOOMMAX/bishop_schema.rsi/icon.png b/Resources/Textures/White/Fluff/DOOMMAX/bishop_schema.rsi/icon.png new file mode 100644 index 0000000000..ae10ca0cba Binary files /dev/null and b/Resources/Textures/White/Fluff/DOOMMAX/bishop_schema.rsi/icon.png differ diff --git a/Resources/Textures/White/Fluff/DOOMMAX/bishop_schema.rsi/inhand-left.png b/Resources/Textures/White/Fluff/DOOMMAX/bishop_schema.rsi/inhand-left.png new file mode 100644 index 0000000000..f2a36e0434 Binary files /dev/null and b/Resources/Textures/White/Fluff/DOOMMAX/bishop_schema.rsi/inhand-left.png differ diff --git a/Resources/Textures/White/Fluff/DOOMMAX/bishop_schema.rsi/inhand-right.png b/Resources/Textures/White/Fluff/DOOMMAX/bishop_schema.rsi/inhand-right.png new file mode 100644 index 0000000000..aa38829dbb Binary files /dev/null and b/Resources/Textures/White/Fluff/DOOMMAX/bishop_schema.rsi/inhand-right.png differ diff --git a/Resources/Textures/White/Fluff/DOOMMAX/bishop_schema.rsi/meta.json b/Resources/Textures/White/Fluff/DOOMMAX/bishop_schema.rsi/meta.json new file mode 100644 index 0000000000..a2235c0e85 --- /dev/null +++ b/Resources/Textures/White/Fluff/DOOMMAX/bishop_schema.rsi/meta.json @@ -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 + } + ] +} diff --git a/Resources/Textures/White/Fluff/DOOMMAX/bishop_schema_hood.rsi/equipped-HELMET.png b/Resources/Textures/White/Fluff/DOOMMAX/bishop_schema_hood.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..cc96288916 Binary files /dev/null and b/Resources/Textures/White/Fluff/DOOMMAX/bishop_schema_hood.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/White/Fluff/DOOMMAX/bishop_schema_hood.rsi/icon.png b/Resources/Textures/White/Fluff/DOOMMAX/bishop_schema_hood.rsi/icon.png new file mode 100644 index 0000000000..d2ec590dc2 Binary files /dev/null and b/Resources/Textures/White/Fluff/DOOMMAX/bishop_schema_hood.rsi/icon.png differ diff --git a/Resources/Textures/White/Fluff/DOOMMAX/bishop_schema_hood.rsi/meta.json b/Resources/Textures/White/Fluff/DOOMMAX/bishop_schema_hood.rsi/meta.json new file mode 100644 index 0000000000..58ca617693 --- /dev/null +++ b/Resources/Textures/White/Fluff/DOOMMAX/bishop_schema_hood.rsi/meta.json @@ -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" + } + ] +}