Cybersun Juggernaut Suit (#7852)

This commit is contained in:
Emisse
2022-05-07 23:57:14 -06:00
committed by GitHub
parent 6edb29f68b
commit 1c6b83fe05
13 changed files with 103 additions and 0 deletions

View File

@@ -337,3 +337,18 @@
- type: PressureProtection
highPressureMultiplier: 0.72
lowPressureMultiplier: 10000
- type: entity
parent: ClothingHeadHardsuitBase
id: ClothingHeadHelmetHardsuitCybersun
noSpawn: true
name: cybersun juggernaut helmet
description: Made of compressed red matter, this helmet was designed in the Tau chromosphere facility.
components:
- type: Sprite
sprite: Clothing/Head/Hardsuits/capspace.rsi
- type: Clothing
sprite: Clothing/Head/Hardsuits/capspace.rsi
- type: PressureProtection
highPressureMultiplier: 0.3
lowPressureMultiplier: 1000

View File

@@ -479,3 +479,33 @@
Slash: 0.95
Heat: 0.90
Radiation: 0.75
- type: entity
parent: ClothingOuterHardsuitBase
id: ClothingOuterHardsuitJuggernaut
name: cybersun juggernaut suit
description: A suit made by the cutting edge R&D department at cybersun to be hyper resilient.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Hardsuits/cybersun.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Hardsuits/cybersun.rsi
- type: PressureProtection
highPressureMultiplier: 0.2
lowPressureMultiplier: 1000
- type: ClothingSpeedModifier
walkModifier: 0.5
sprintModifier: 0.5 #extremely slow
- type: Armor
modifiers:
coefficients:
Blunt: 0.2
Slash: 0.2
Piercing: 0.2
Heat: 0.35
Radiation: 0.1
- type: ExplosionResistance
resistance: 0.2
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitCybersun