radius: 7
energy: 3
+- type: entity
+ parent: ClothingHeadHardsuitBase
+ id: ClothingHeadHelmetHardsuitMaxim
+ noSpawn: true
+ name: salvager maxim helmet
+ description: A predication of decay washes over your mind.
+ components:
+ - type: BreathMask
+ - type: Sprite
+ sprite: Clothing/Head/Hardsuits/maxim.rsi
+ - type: Clothing
+ sprite: Clothing/Head/Hardsuits/maxim.rsi
+ - type: PressureProtection
+ highPressureMultiplier: 0.08
+ lowPressureMultiplier: 1000
+ - type: Armor
+ modifiers:
+ coefficients:
+ Blunt: 0.9
+ Slash: 0.9
+ Piercing: 0.9
+ Heat: 0.9
+
#Security Hardsuit
- type: entity
parent: ClothingHeadHardsuitWithLightBase
- type: PointLight
color: "#f4ffad"
radius: 5
- energy: 2
\ No newline at end of file
+ energy: 2
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitSalvage
+- type: entity
+ parent: ClothingOuterHardsuitBase
+ id: ClothingOuterHardsuitMaxim
+ name: salvager maxim hardsuit
+ description: Fire. Heat. These things forge great weapons, they also forge great salvagers.
+ components:
+ - type: Sprite
+ sprite: Clothing/OuterClothing/Hardsuits/maxim.rsi
+ - type: Clothing
+ sprite: Clothing/OuterClothing/Hardsuits/maxim.rsi
+ - type: PressureProtection
+ highPressureMultiplier: 0.02
+ lowPressureMultiplier: 1000
+ - type: ClothingSpeedModifier
+ walkModifier: 1.0
+ sprintModifier: 1.0
+ - type: Armor
+ modifiers:
+ coefficients:
+ Blunt: 0.6
+ Slash: 0.6
+ Piercing: 0.5
+ Heat: 0.3
+ Radiation: 0.1
+ - type: ExplosionResistance
+ damageCoefficient: 0.2
+ - type: TemperatureProtection
+ coefficient: 0.001
+ - type: ToggleableClothing
+ clothingPrototype: ClothingHeadHelmetHardsuitMaxim
+
#Security Hardsuit
- type: entity
parent: ClothingOuterHardsuitBase
sprintModifier: 0.9
- type: HeldSpeedModifier
- type: ToggleableClothing
- clothingPrototype: ClothingHeadHelmetHardsuitSanta
\ No newline at end of file
+ clothingPrototype: ClothingHeadHelmetHardsuitSanta
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/6b3f58d7de4d4e374282819a7001eaa9bde1676d",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-HELMET",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}
\ No newline at end of file
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/6b3f58d7de4d4e374282819a7001eaa9bde1676d",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-OUTERCLOTHING",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}
\ No newline at end of file