Prisoner eva suit added (#6084)

This commit is contained in:
Peptide90
2022-01-17 19:25:04 +00:00
committed by GitHub
parent 335c2e422f
commit 868f32150a
6 changed files with 41 additions and 0 deletions

View File

@@ -107,6 +107,7 @@
Piercing: 0.95
Heat: 0.8
Radiation: 0.05 #combines the engi and atmos bonuses
#The voidsuit and eva suit are not techically 'hardsuits' but this seems to be the place for all EVA-capable outer clothing. This may be worth reevaluating when we have a lot more items.
- type: entity
parent: ClothingOuterHardsuitBase
@@ -136,6 +137,20 @@
highPressureMultiplier: 1
lowPressureMultiplier: 100
- type: entity
parent: ClothingOuterHardsuitBase
id: ClothingOuterHardsuitEVAPrisoner
name: prisoner EVA suit
description: A lightweight space suit for prisoners to protect them from the vacuum of space during emergencies.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Hardsuits/evaprisoner.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Hardsuits/evaprisoner.rsi
- type: PressureProtection
highPressureMultiplier: 1
lowPressureMultiplier: 100
- type: entity
parent: ClothingOuterHardsuitBase
id: ClothingOuterHardsuitMedical

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 971 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 765 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 941 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e, edited by peptide",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}