diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml b/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml index 322a965c21..0c7a484b94 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml @@ -38,6 +38,8 @@ prob: 0.75 - id: ClothingMaskGas prob: 0.75 + - id: ClothingHeadHelmetFire + prob: 0.75 - type: entity id: ClosetMaintenanceFilledRandom diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/atmosdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/atmosdrobe.yml index d95743c75e..be0c5d8aa3 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/atmosdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/atmosdrobe.yml @@ -10,3 +10,5 @@ ClothingUniformJumpskirtEngineering: 3 ClothingShoesColorBlack: 3 ClothingHeadsetEngineering: 2 + ClothingOuterSuitFire: 2 + ClothingHeadHelmetFire: 2 diff --git a/Resources/Prototypes/Entities/Clothing/Head/helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/helmets.yml index ecc14e7dc4..bd6b2be6d5 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/helmets.yml @@ -157,3 +157,20 @@ - type: Clothing sprite: Clothing/Head/Helmets/wizardhelm.rsi - type: IngestionBlocker + +- type: entity + parent: ClothingHeadHardsuitWithLightBase # hardsuitlight base for light and protection + id: ClothingHeadHelmetFire + name: fire helmet + description: An atmos techs best friend. Provides some heat resistance and looks cool. + components: + - type: Sprite + sprite: Clothing/Head/Helmets/firehelmet.rsi + - type: Clothing + sprite: Clothing/Head/Helmets/firehelmet.rsi + - type: IngestionBlocker + - type: PowerCellSlot + cellSlot: + startingItem: PowerCellSmallHigh + - type: TemperatureProtection + coefficient: 0.01 \ No newline at end of file diff --git a/Resources/Textures/Clothing/Head/Helmets/firehelmet.rsi/icon-flash.png b/Resources/Textures/Clothing/Head/Helmets/firehelmet.rsi/icon-flash.png new file mode 100644 index 0000000000..36f945fe2a Binary files /dev/null and b/Resources/Textures/Clothing/Head/Helmets/firehelmet.rsi/icon-flash.png differ diff --git a/Resources/Textures/Clothing/Head/Helmets/firehelmet.rsi/icon.png b/Resources/Textures/Clothing/Head/Helmets/firehelmet.rsi/icon.png new file mode 100644 index 0000000000..3a5e84db62 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Helmets/firehelmet.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Helmets/firehelmet.rsi/meta.json b/Resources/Textures/Clothing/Head/Helmets/firehelmet.rsi/meta.json new file mode 100644 index 0000000000..9530d0f7aa --- /dev/null +++ b/Resources/Textures/Clothing/Head/Helmets/firehelmet.rsi/meta.json @@ -0,0 +1,41 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from paradise station and modified by Peptide90 https://github.com/ParadiseSS13/Paradise/commit/46bb8d448f52278a8f027b3f5bdf061e39d06140", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-flash" + }, + { + "name": "off-equipped-HELMET", + "directions": 4 + }, + { + "name": "off-inhand-left", + "directions": 4 + }, + { + "name": "off-inhand-right", + "directions": 4 + }, + { + "name": "on-equipped-HELMET", + "directions": 4 + }, + { + "name": "on-inhand-left", + "directions": 4 + }, + { + "name": "on-inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Helmets/firehelmet.rsi/off-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Helmets/firehelmet.rsi/off-equipped-HELMET.png new file mode 100644 index 0000000000..bd98a5d5ce Binary files /dev/null and b/Resources/Textures/Clothing/Head/Helmets/firehelmet.rsi/off-equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Helmets/firehelmet.rsi/off-inhand-left.png b/Resources/Textures/Clothing/Head/Helmets/firehelmet.rsi/off-inhand-left.png new file mode 100644 index 0000000000..ff4150c0bb Binary files /dev/null and b/Resources/Textures/Clothing/Head/Helmets/firehelmet.rsi/off-inhand-left.png differ diff --git a/Resources/Textures/Clothing/Head/Helmets/firehelmet.rsi/off-inhand-right.png b/Resources/Textures/Clothing/Head/Helmets/firehelmet.rsi/off-inhand-right.png new file mode 100644 index 0000000000..19fd912da6 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Helmets/firehelmet.rsi/off-inhand-right.png differ diff --git a/Resources/Textures/Clothing/Head/Helmets/firehelmet.rsi/on-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Helmets/firehelmet.rsi/on-equipped-HELMET.png new file mode 100644 index 0000000000..de47b004d9 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Helmets/firehelmet.rsi/on-equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Helmets/firehelmet.rsi/on-inhand-left.png b/Resources/Textures/Clothing/Head/Helmets/firehelmet.rsi/on-inhand-left.png new file mode 100644 index 0000000000..07ce0bd94a Binary files /dev/null and b/Resources/Textures/Clothing/Head/Helmets/firehelmet.rsi/on-inhand-left.png differ diff --git a/Resources/Textures/Clothing/Head/Helmets/firehelmet.rsi/on-inhand-right.png b/Resources/Textures/Clothing/Head/Helmets/firehelmet.rsi/on-inhand-right.png new file mode 100644 index 0000000000..66a909af3a Binary files /dev/null and b/Resources/Textures/Clothing/Head/Helmets/firehelmet.rsi/on-inhand-right.png differ