]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Decrease Syndicate raid suit size, add bundle backpack (#35890)
authorSlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com>
Thu, 10 Apr 2025 22:22:17 +0000 (00:22 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Apr 2025 22:22:17 +0000 (15:22 -0700)
Decreased Syndicate raid suit size, add bundle backpack

Resources/Prototypes/Catalog/Fills/Backpacks/backpack.yml [new file with mode: 0644]
Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml
Resources/Prototypes/Catalog/uplink_catalog.yml
Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml
Resources/migration.yml

diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/backpack.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/backpack.yml
new file mode 100644 (file)
index 0000000..4713d8d
--- /dev/null
@@ -0,0 +1,20 @@
+- type: entity
+  parent: ClothingBackpackSyndicate
+  id: ClothingBackpackSyndicateBundle
+  abstract: true
+  components:
+  - type: Tag
+    tags: [] # ignore "WhitelistChameleon" tag
+
+- type: entity
+  parent: ClothingBackpackSyndicateBundle
+  id: ClothingBackpackSyndicateRaidBundle
+  name: syndicate raid suit bundle
+  description: "Contains the Syndicate's durable raid armor suit."
+  components:
+  - type: StorageFill
+    contents:
+    - id: ClothingOuterArmorRaid
+    - id: ClothingHeadHelmetRaid
+    - id: ClothingMaskGasSyndicate
+    - id: ClothingHandsGlovesCombat
index 4db627bdaed5e71de390a2184f1a1b4245112cf1..c898b4272ce551d713cbaf195af81fa064b3403a 100644 (file)
       - id: DoubleEmergencyOxygenTankFilled
       - id: DoubleEmergencyNitrogenTankFilled
 
-- type: entity
-  parent: ClothingBackpackDuffelSyndicateBundle
-  id: ClothingBackpackDuffelSyndicateRaidBundle
-  name: syndicate raid suit bundle
-  description: "Contains the Syndicate's durable raid armor suit."
-  components:
-  - type: StorageFill
-    contents:
-      - id: ClothingOuterArmorRaid
-      - id: ClothingHeadHelmetRaid
-      - id: ClothingMaskGasSyndicate
-      - id: ClothingHandsGlovesCombat
-
 - type: entity
   parent: ClothingBackpackDuffelSyndicateBundle
   id: ClothingBackpackDuffelSyndicateHardsuitBundle
index f4f1d754c41970d5459202f1f5dcc8271b85222c..77ce1b3b019366504126b3ae36bfb1166bb12eba 100644 (file)
   name: uplink-syndie-raid-name
   description: uplink-syndie-raid-desc
   icon: { sprite: /Textures/Clothing/OuterClothing/Armor/syndie-raid.rsi, state: icon }
-  productEntity: ClothingBackpackDuffelSyndicateRaidBundle
+  productEntity: ClothingBackpackSyndicateRaidBundle
   cost:
     Telecrystal: 8
   categories:
index 539cec93289d2a25b93c109364679f659e160cee..7835ace80f2e301b6f366acc93d7d4667833de58 100644 (file)
   - type: BatterySelfRecharger
     autoRecharge: true
     autoRechargeRate: 2
+  - type: Item
+    size: Normal
 
 - type: entity
   parent: [ ClothingOuterBaseLarge, BaseMajorContraband, AllowSuitStorageClothing ]
index 672c13103f3c94d952e89306d8cabf1f1083842e..88cfc72c3d7329d3749ade19d975d84fa97904cd 100644 (file)
@@ -575,3 +575,6 @@ PaxChemistryBottle: ChemistryBottlePax
 MuteToxinChemistryBottle: ChemistryBottleMuteToxin
 LeadChemistryBottle: ChemistryBottleLead
 ToxinChemistryBottle: ChemistryBottleToxin
+  
+# 2025-03-29
+ClothingBackpackDuffelSyndicateRaidBundle: ClothingBackpackSyndicateRaidBundle