Slash: 0.8
Piercing: 0.8
+- type: entity
+ parent: ClothingHeadHardsuitWithLightBase
+ id: ClothingHeadHelmetHardsuitWarden
+ noSpawn: true
+ name: warden's hardsuit helmet
+ description: A modified riot helmet. Oddly comfortable.
+ components:
+ - type: Sprite
+ sprite: Clothing/Head/Hardsuits/security-warden.rsi
+ - type: Clothing
+ sprite: Clothing/Head/Hardsuits/security-warden.rsi
+ - type: PointLight
+ color: "#ffeead"
+ - type: PressureProtection
+ highPressureMultiplier: 0.525
+ lowPressureMultiplier: 10000
+ - type: Armor
+ modifiers:
+ coefficients:
+ Blunt: 0.8
+ Slash: 0.8
+ Piercing: 0.8
+
- type: entity
parent: ClothingHeadHardsuitWithLightBase
id: ClothingHeadHelmetHardsuitSyndie
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitSecurityRed
+- type: entity
+ parent: ClothingOuterHardsuitBase
+ id: ClothingOuterHardsuitWarden
+ name: warden's hardsuit
+ description: A specialized riot suit geared to combat low pressure environments while maintaining agility.
+ components:
+ - type: Sprite
+ sprite: Clothing/OuterClothing/Hardsuits/security-warden.rsi
+ - type: Clothing
+ sprite: Clothing/OuterClothing/Hardsuits/security-warden.rsi
+ - type: PressureProtection
+ highPressureMultiplier: 0.525
+ lowPressureMultiplier: 10000
+ - type: Armor
+ modifiers:
+ coefficients:
+ Blunt: 0.5
+ Slash: 0.6
+ Piercing: 0.6
+ Heat: 0.8
+ Radiation: 0.25
+ - type: ExplosionResistance
+ damageCoefficient: 0.4
+ - type: ToggleableClothing
+ clothingPrototype: ClothingHeadHelmetHardsuitWarden
+
- type: entity
parent: ClothingOuterHardsuitBase
id: ClothingOuterHardsuitSyndie
walkModifier: 1.0
sprintModifier: 1.0
- type: TemperatureProtection
- coefficient: 0.001
+ coefficient: 0.001
- type: Armor
modifiers:
coefficients:
sprite: Clothing/OuterClothing/Hardsuits/ERTSuits/ertengineer.rsi
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitERTEngineer
-
+
- type: entity
parent: ClothingOuterHardsuitERTLeader
id: ClothingOuterHardsuitERTMedical
sprite: Clothing/OuterClothing/Hardsuits/ERTSuits/ertsecurity.rsi
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitERTSecurity
-
+
- type: entity
parent: ClothingOuterHardsuitERTLeader
id: ClothingOuterHardsuitERTJanitor
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Made by Alekshhh for SS14",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "icon-flash"
+ },
+ {
+ "name": "off-equipped-HELMET",
+ "directions": 4
+ },
+ {
+ "name": "on-equipped-HELMET",
+ "directions": 4
+ }
+ ]
+}
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Made by Alekshhh for SS14",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-OUTERCLOTHING",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}