Fire helmet (#6903)

This commit is contained in:
Peptide90
2022-02-27 07:02:07 +00:00
committed by GitHub
parent fb858ab514
commit f15cc8994e
12 changed files with 62 additions and 0 deletions

View File

@@ -38,6 +38,8 @@
prob: 0.75
- id: ClothingMaskGas
prob: 0.75
- id: ClothingHeadHelmetFire
prob: 0.75
- type: entity
id: ClosetMaintenanceFilledRandom

View File

@@ -10,3 +10,5 @@
ClothingUniformJumpskirtEngineering: 3
ClothingShoesColorBlack: 3
ClothingHeadsetEngineering: 2
ClothingOuterSuitFire: 2
ClothingHeadHelmetFire: 2

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 B

View File

@@ -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
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 840 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 792 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 776 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 841 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 781 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 779 B