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: ClothingHeadHelmetSyndicate
|
||||||
- id: ClothingOuterHardsuitSyndicate
|
- id: ClothingOuterHardsuitSyndicate
|
||||||
- id: ClothingMaskGasSyndicate
|
- id: ClothingMaskGasSyndicate
|
||||||
|
- id: ClothingHandsGlovesColorYellowBudget
|
||||||
- id: DoubleEmergencyOxygenTankFilled
|
- id: DoubleEmergencyOxygenTankFilled
|
||||||
- id: DoubleEmergencyNitrogenTankFilled
|
- id: DoubleEmergencyNitrogenTankFilled
|
||||||
|
|
||||||
@@ -273,6 +274,35 @@
|
|||||||
- id: ClothingOuterHardsuitSyndie
|
- id: ClothingOuterHardsuitSyndie
|
||||||
- id: ClothingMaskGasSyndicate
|
- id: ClothingMaskGasSyndicate
|
||||||
- id: ClothingHandsGlovesCombat
|
- 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
|
- type: entity
|
||||||
parent: ClothingBackpackDuffelSyndicateBundle
|
parent: ClothingBackpackDuffelSyndicateBundle
|
||||||
|
|||||||
@@ -7,6 +7,21 @@
|
|||||||
- type: SurplusBundle
|
- type: SurplusBundle
|
||||||
totalPrice: 50
|
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
|
- type: entity
|
||||||
id: CrateSyndicateSuperSurplusBundle
|
id: CrateSyndicateSuperSurplusBundle
|
||||||
parent: CrateSyndicate
|
parent: CrateSyndicate
|
||||||
|
|||||||
@@ -1268,7 +1268,8 @@
|
|||||||
id: UplinkHardsuitSyndieElite
|
id: UplinkHardsuitSyndieElite
|
||||||
name: uplink-hardsuit-syndieelite-name
|
name: uplink-hardsuit-syndieelite-name
|
||||||
description: uplink-hardsuit-syndieelite-desc
|
description: uplink-hardsuit-syndieelite-desc
|
||||||
productEntity: ClothingOuterHardsuitSyndieElite
|
icon: { sprite: /Textures/Clothing/OuterClothing/Hardsuits/syndieelite.rsi, state: icon }
|
||||||
|
productEntity: ClothingBackpackDuffelSyndicateEliteHardsuitBundle
|
||||||
cost:
|
cost:
|
||||||
Telecrystal: 10
|
Telecrystal: 10
|
||||||
categories:
|
categories:
|
||||||
@@ -1278,7 +1279,8 @@
|
|||||||
id: UplinkClothingOuterHardsuitJuggernaut
|
id: UplinkClothingOuterHardsuitJuggernaut
|
||||||
name: uplink-clothing-outer-hardsuit-juggernaut-name
|
name: uplink-clothing-outer-hardsuit-juggernaut-name
|
||||||
description: uplink-clothing-outer-hardsuit-juggernaut-desc
|
description: uplink-clothing-outer-hardsuit-juggernaut-desc
|
||||||
productEntity: ClothingOuterHardsuitJuggernaut
|
icon: { sprite: /Textures/Structures/Storage/Crates/syndicate.rsi, state: icon }
|
||||||
|
productEntity: CrateCybersunJuggernautBundle
|
||||||
cost:
|
cost:
|
||||||
Telecrystal: 12
|
Telecrystal: 12
|
||||||
categories:
|
categories:
|
||||||
|
|||||||
@@ -543,6 +543,8 @@
|
|||||||
Heat: 0.2
|
Heat: 0.2
|
||||||
Radiation: 0.01
|
Radiation: 0.01
|
||||||
Caustic: 0.5
|
Caustic: 0.5
|
||||||
|
- type: Item
|
||||||
|
size: Huge
|
||||||
- type: ClothingSpeedModifier
|
- type: ClothingSpeedModifier
|
||||||
walkModifier: 1.0
|
walkModifier: 1.0
|
||||||
sprintModifier: 1.0
|
sprintModifier: 1.0
|
||||||
|
|||||||
Reference in New Issue
Block a user