]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Uplink hardsuit bundles rework (#25189)
authorAlexUm & XGabriel08X <159550239+AlexUmAndXGabriel08X@users.noreply.github.com>
Wed, 21 Feb 2024 06:31:32 +0000 (07:31 +0100)
committerGitHub <noreply@github.com>
Wed, 21 Feb 2024 06:31:32 +0000 (23:31 -0700)
Change of the hardsuit bundles to be better

Co-authored-by: AlexUm <alexum444@gmail.com>
Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml
Resources/Prototypes/Catalog/Fills/Crates/syndicate.yml
Resources/Prototypes/Catalog/uplink_catalog.yml
Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml

index e20dccb0d20965c1245a5cd5894aecf08d712d9f..f3347acafec6149a9a1a76d330755b8896926a28 100644 (file)
       - id: ClothingHeadHelmetSyndicate
       - id: ClothingOuterHardsuitSyndicate
       - id: ClothingMaskGasSyndicate
+      - id: ClothingHandsGlovesColorYellowBudget
       - id: DoubleEmergencyOxygenTankFilled
       - id: DoubleEmergencyNitrogenTankFilled
 
       - 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
index a3b5967ba66b23a233e9b711ed144de34ea4a1a3..3f9e909c809e84909233fd9c307d10954bb6fb58 100644 (file)
@@ -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
index cfd65d4fb0335d900451a1145dc31fbaa07edb62..2625eba5933ac599a0a46b6f2fe21d9072c270ef 100644 (file)
   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:
   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:
index ff8ac2944fef4677201474a5fa6e8773984ff618..682c64d94f8b3fdfb556022a3286735cd63d1ebe 100644 (file)
         Heat: 0.2
         Radiation: 0.01
         Caustic: 0.5
+  - type: Item
+    size: Huge
   - type: ClothingSpeedModifier
     walkModifier: 1.0
     sprintModifier: 1.0