Removes the IHS voidsuit, adds the ancient voidsuit (#16988)
* removes IHS voidsuit, adds ancient voidsuit * remove ihs gloves * fix * fucjk
This commit is contained in:
@@ -55,6 +55,19 @@
|
||||
- id: ClothingHeadHelmetEVA
|
||||
- id: ClothingMaskGas
|
||||
|
||||
#NTSRA Voidsuit
|
||||
- type: entity
|
||||
id: SuitStorageNTSRA
|
||||
parent: SuitStorageBase
|
||||
suffix: Ancient EVA
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: JetpackVoidFilled
|
||||
- id: ClothingOuterHardsuitAncientEVA
|
||||
- id: ClothingHeadHelmetAncient
|
||||
- id: ClothingMaskBreath
|
||||
|
||||
#HARDSUITS
|
||||
#Engineering hardsuit
|
||||
- type: entity
|
||||
|
||||
@@ -108,20 +108,6 @@
|
||||
fiberColor: fibers-regal-blue
|
||||
- type: FingerprintMask
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHandsBase
|
||||
id: ClothingHandsGlovesIhscombat
|
||||
name: IHS combat gloves
|
||||
description: These tactical gloves are somewhat fire and impact resistant.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Hands/Gloves/ihscombat.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Hands/Gloves/ihscombat.rsi
|
||||
- type: Fiber
|
||||
fiberMaterial: fibers-durathread
|
||||
- type: FingerprintMask
|
||||
|
||||
#### Medical
|
||||
- type: entity
|
||||
parent: ClothingHandsBase
|
||||
@@ -172,7 +158,7 @@
|
||||
parent: ClothingHandsBase
|
||||
id: ClothingHandsGlovesPowerglove
|
||||
name: power gloves
|
||||
description: Now I'm playin' with power! Wait, they are turned off. # Use Now I'm playin' with power! BAM! for when they're turned on
|
||||
description: Now I'm playin' with power! Wait... they're turned off. #Use "Now I'm playin' with power! BAM!" for when they're turned on
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Hands/Gloves/powerglove.rsi
|
||||
@@ -297,7 +283,7 @@
|
||||
parent: ClothingHandsBase
|
||||
id: ClothingHandsGlovesNorthStar
|
||||
name: gloves of the north star
|
||||
description: These gloves allow you to punch incredibly fast
|
||||
description: These gloves allow you to punch incredibly fast.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Hands/Gloves/northstar.rsi
|
||||
|
||||
@@ -110,21 +110,6 @@
|
||||
highPressureMultiplier: 0.08
|
||||
lowPressureMultiplier: 1000
|
||||
|
||||
- type: entity
|
||||
parent: HatBase
|
||||
id: ClothingHeadHelmetIHSVoidHelm
|
||||
noSpawn: true
|
||||
name: IHS voidhelm
|
||||
description: A robust, tactical IHS helmet.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Head/Hardsuits/ihsvoid.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Head/Hardsuits/ihsvoid.rsi
|
||||
- type: PressureProtection
|
||||
highPressureMultiplier: 0.3
|
||||
lowPressureMultiplier: 10000
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadHardsuitWithLightBase
|
||||
id: ClothingHeadHelmetHardsuitMedical
|
||||
|
||||
@@ -301,3 +301,18 @@
|
||||
Slash: 0.95
|
||||
Heat: 0.90
|
||||
Radiation: 0.75
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadEVAHelmetBase
|
||||
id: ClothingHeadHelmetAncient
|
||||
name: NTSRA void helmet
|
||||
description: An ancient space helmet, designed by the NTSRA branch of CentCom.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Head/Helmets/ancientvoidsuit.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Head/Helmets/ancientvoidsuit.rsi
|
||||
- type: IngestionBlocker
|
||||
- type: Tag
|
||||
tags:
|
||||
- HelmetEVA
|
||||
@@ -152,23 +152,18 @@
|
||||
|
||||
#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
|
||||
id: IHSVoidsuit
|
||||
name: IHS voidsuit
|
||||
description: A special void suit that protects against hazardous, low pressure environments.
|
||||
parent: ClothingOuterEVASuitBase
|
||||
id: ClothingOuterHardsuitAncientEVA
|
||||
name: NTSRA voidsuit #Nanotrasen Space Research Association
|
||||
description: An ancient space suit, designed by the NTSRA branch of CentCom. It is very finely crafted, allowing for greater mobility than most modern space suits.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/OuterClothing/Hardsuits/ihsvoid.rsi
|
||||
sprite: Clothing/OuterClothing/Suits/ancientvoidsuit.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/OuterClothing/Hardsuits/ihsvoid.rsi
|
||||
sprite: Clothing/OuterClothing/Suits/ancientvoidsuit.rsi
|
||||
- type: ClothingSpeedModifier
|
||||
walkModifier: 0.8
|
||||
sprintModifier: 0.8
|
||||
- type: PressureProtection
|
||||
highPressureMultiplier: 0.3
|
||||
lowPressureMultiplier: 10000
|
||||
- type: ToggleableClothing
|
||||
clothingPrototype: ClothingHeadHelmetIHSVoidHelm
|
||||
walkModifier: 0.85
|
||||
sprintModifier: 0.85
|
||||
|
||||
- type: entity
|
||||
parent: ClothingOuterEVASuitBase
|
||||
|
||||
Reference in New Issue
Block a user