Fire helmet (#6903)
@@ -38,6 +38,8 @@
|
|||||||
prob: 0.75
|
prob: 0.75
|
||||||
- id: ClothingMaskGas
|
- id: ClothingMaskGas
|
||||||
prob: 0.75
|
prob: 0.75
|
||||||
|
- id: ClothingHeadHelmetFire
|
||||||
|
prob: 0.75
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: ClosetMaintenanceFilledRandom
|
id: ClosetMaintenanceFilledRandom
|
||||||
|
|||||||
@@ -10,3 +10,5 @@
|
|||||||
ClothingUniformJumpskirtEngineering: 3
|
ClothingUniformJumpskirtEngineering: 3
|
||||||
ClothingShoesColorBlack: 3
|
ClothingShoesColorBlack: 3
|
||||||
ClothingHeadsetEngineering: 2
|
ClothingHeadsetEngineering: 2
|
||||||
|
ClothingOuterSuitFire: 2
|
||||||
|
ClothingHeadHelmetFire: 2
|
||||||
|
|||||||
@@ -157,3 +157,20 @@
|
|||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Head/Helmets/wizardhelm.rsi
|
sprite: Clothing/Head/Helmets/wizardhelm.rsi
|
||||||
- type: IngestionBlocker
|
- 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
|
||||||
|
After Width: | Height: | Size: 219 B |
BIN
Resources/Textures/Clothing/Head/Helmets/firehelmet.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 279 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 840 B |
|
After Width: | Height: | Size: 792 B |
|
After Width: | Height: | Size: 776 B |
|
After Width: | Height: | Size: 841 B |
|
After Width: | Height: | Size: 781 B |
|
After Width: | Height: | Size: 779 B |