Fix Syndie Suit (#6411)
This commit is contained in:
@@ -114,7 +114,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBase
|
||||||
id: ClothingHeadHelmetSyndicate
|
id: ClothingHeadHelmetSyndicate
|
||||||
name: syndicate helmet
|
name: syndicate EVA helmet
|
||||||
description: A stylish, robust syndicate helmet
|
description: A stylish, robust syndicate helmet
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
|
|||||||
@@ -137,6 +137,22 @@
|
|||||||
highPressureMultiplier: 1
|
highPressureMultiplier: 1
|
||||||
lowPressureMultiplier: 100
|
lowPressureMultiplier: 100
|
||||||
|
|
||||||
|
# Moved to hardsuits because this is where EVA capable suits are apparently.
|
||||||
|
# Same stats as normal EVA suit.
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingOuterHardsuitBase
|
||||||
|
id: ClothingOuterHardsuitSyndicate
|
||||||
|
name: syndicate EVA suit
|
||||||
|
description: "Has a tag on it 'Totally not property of an enemy corporation, honest!'"
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/OuterClothing/Suits/syndicate.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/OuterClothing/Suits/syndicate.rsi
|
||||||
|
- type: PressureProtection
|
||||||
|
highPressureMultiplier: 1
|
||||||
|
lowPressureMultiplier: 100
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterHardsuitBase
|
parent: ClothingOuterHardsuitBase
|
||||||
id: ClothingOuterHardsuitEVAPrisoner
|
id: ClothingOuterHardsuitEVAPrisoner
|
||||||
@@ -240,7 +256,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterHardsuitBase
|
parent: ClothingOuterHardsuitBase
|
||||||
id: ClothingOuterHardsuitSyndie
|
id: ClothingOuterHardsuitSyndie
|
||||||
name: blood-red hardsuit
|
name: blood red hardsuit
|
||||||
description: A dual-mode advanced hardsuit designed for work in special operations.
|
description: A dual-mode advanced hardsuit designed for work in special operations.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
|
|||||||
@@ -74,18 +74,6 @@
|
|||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/Suits/rad.rsi
|
sprite: Clothing/OuterClothing/Suits/rad.rsi
|
||||||
|
|
||||||
# I think this is a suit? Looks baggy enough
|
|
||||||
- type: entity
|
|
||||||
parent: ClothingOuterBase
|
|
||||||
id: ClothingOuterSuitSyndicate
|
|
||||||
name: syndicate suit
|
|
||||||
description: "Has a tag on it 'Totally not property of an enemy corporation, honest!'"
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
sprite: Clothing/OuterClothing/Suits/syndicate.rsi
|
|
||||||
- type: Clothing
|
|
||||||
sprite: Clothing/OuterClothing/Suits/syndicate.rsi
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterBase
|
parent: ClothingOuterBase
|
||||||
id: ClothingOuterSuitSpaceninja
|
id: ClothingOuterSuitSpaceninja
|
||||||
|
|||||||
Reference in New Issue
Block a user