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:
AlexUm & XGabriel08X
2024-02-21 07:31:32 +01:00
committed by GitHub
parent 435efd7cbe
commit d5e7637d21
4 changed files with 51 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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:

View File

@@ -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