diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml index d821ddee8b..a0fe9da04a 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml @@ -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 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/evaprisoner.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/evaprisoner.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..0ffdc0c458 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Hardsuits/evaprisoner.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/evaprisoner.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/evaprisoner.rsi/icon.png new file mode 100644 index 0000000000..a17616d0e9 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Hardsuits/evaprisoner.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/evaprisoner.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/evaprisoner.rsi/inhand-left.png new file mode 100644 index 0000000000..fa7afccc5f Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Hardsuits/evaprisoner.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/evaprisoner.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/evaprisoner.rsi/inhand-right.png new file mode 100644 index 0000000000..073849abe8 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Hardsuits/evaprisoner.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/evaprisoner.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/evaprisoner.rsi/meta.json new file mode 100644 index 0000000000..030c5dc5c6 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/evaprisoner.rsi/meta.json @@ -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 + } + ] +}