Uplink hardsuit bundles rework (#25189)
Change of the hardsuit bundles to be better Co-authored-by: AlexUm <alexum444@gmail.com>
This commit is contained in:
committed by
GitHub
parent
435efd7cbe
commit
d5e7637d21
@@ -259,6 +259,7 @@
|
||||
- id: ClothingHeadHelmetSyndicate
|
||||
- id: ClothingOuterHardsuitSyndicate
|
||||
- id: ClothingMaskGasSyndicate
|
||||
- id: ClothingHandsGlovesColorYellowBudget
|
||||
- id: DoubleEmergencyOxygenTankFilled
|
||||
- id: DoubleEmergencyNitrogenTankFilled
|
||||
|
||||
@@ -273,6 +274,35 @@
|
||||
- id: ClothingOuterHardsuitSyndie
|
||||
- id: ClothingMaskGasSyndicate
|
||||
- id: ClothingHandsGlovesCombat
|
||||
- id: DoubleEmergencyOxygenTankFilled
|
||||
- id: DoubleEmergencyNitrogenTankFilled
|
||||
|
||||
- type: entity
|
||||
parent: ClothingBackpackDuffelSyndicateBundle
|
||||
id: ClothingBackpackDuffelSyndicateEliteHardsuitBundle
|
||||
name: syndicate elite hardsuit bundle
|
||||
description: "Contains the Syndicate's elite hardsuit, which comes with some more stuff in it."
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: ClothingOuterHardsuitSyndieElite
|
||||
- id: ClothingMaskGasSyndicate
|
||||
- id: ClothingHandsGlovesCombat
|
||||
- id: DoubleEmergencyOxygenTankFilled
|
||||
- id: DoubleEmergencyNitrogenTankFilled
|
||||
|
||||
- type: entity
|
||||
parent: ClothingBackpackDuffelSyndicateBundle
|
||||
id: ClothingBackpackDuffelSyndicateHardsuitExtrasBundle
|
||||
name: syndicate hardsuit extras bundle
|
||||
description: "Contains stuff that you will absolutely want to have when purchasing a hardsuit."
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: ClothingMaskGasSyndicate
|
||||
- id: ClothingHandsGlovesCombat
|
||||
- id: DoubleEmergencyOxygenTankFilled
|
||||
- id: DoubleEmergencyNitrogenTankFilled
|
||||
|
||||
- type: entity
|
||||
parent: ClothingBackpackDuffelSyndicateBundle
|
||||
|
||||
@@ -7,6 +7,21 @@
|
||||
- type: SurplusBundle
|
||||
totalPrice: 50
|
||||
|
||||
- type: entity
|
||||
id: CrateCybersunJuggernautBundle
|
||||
suffix: Filled
|
||||
parent: CrateSyndicate
|
||||
name: Cybersun juggernaut bundle
|
||||
description: Contains everything except a big gun to go postal.
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: ClothingOuterHardsuitJuggernaut
|
||||
- id: ClothingMaskGasSyndicate
|
||||
- id: ClothingHandsGlovesCombat
|
||||
- id: DoubleEmergencyOxygenTankFilled
|
||||
- id: DoubleEmergencyNitrogenTankFilled
|
||||
|
||||
- type: entity
|
||||
id: CrateSyndicateSuperSurplusBundle
|
||||
parent: CrateSyndicate
|
||||
|
||||
@@ -1268,7 +1268,8 @@
|
||||
id: UplinkHardsuitSyndieElite
|
||||
name: uplink-hardsuit-syndieelite-name
|
||||
description: uplink-hardsuit-syndieelite-desc
|
||||
productEntity: ClothingOuterHardsuitSyndieElite
|
||||
icon: { sprite: /Textures/Clothing/OuterClothing/Hardsuits/syndieelite.rsi, state: icon }
|
||||
productEntity: ClothingBackpackDuffelSyndicateEliteHardsuitBundle
|
||||
cost:
|
||||
Telecrystal: 10
|
||||
categories:
|
||||
@@ -1278,7 +1279,8 @@
|
||||
id: UplinkClothingOuterHardsuitJuggernaut
|
||||
name: uplink-clothing-outer-hardsuit-juggernaut-name
|
||||
description: uplink-clothing-outer-hardsuit-juggernaut-desc
|
||||
productEntity: ClothingOuterHardsuitJuggernaut
|
||||
icon: { sprite: /Textures/Structures/Storage/Crates/syndicate.rsi, state: icon }
|
||||
productEntity: CrateCybersunJuggernautBundle
|
||||
cost:
|
||||
Telecrystal: 12
|
||||
categories:
|
||||
|
||||
@@ -543,6 +543,8 @@
|
||||
Heat: 0.2
|
||||
Radiation: 0.01
|
||||
Caustic: 0.5
|
||||
- type: Item
|
||||
size: Huge
|
||||
- type: ClothingSpeedModifier
|
||||
walkModifier: 1.0
|
||||
sprintModifier: 1.0
|
||||
|
||||
Reference in New Issue
Block a user