From: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> Date: Thu, 10 Apr 2025 22:22:17 +0000 (+0200) Subject: Decrease Syndicate raid suit size, add bundle backpack (#35890) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=5975853447496b85077cbde4d804eafca618cfbb;p=space-station-14.git Decrease Syndicate raid suit size, add bundle backpack (#35890) Decreased Syndicate raid suit size, add bundle backpack --- diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/backpack.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/backpack.yml new file mode 100644 index 0000000000..4713d8d5bd --- /dev/null +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/backpack.yml @@ -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 diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml index 4db627bdae..c898b4272c 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml @@ -226,19 +226,6 @@ - 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 diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index f4f1d754c4..77ce1b3b01 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -1624,7 +1624,7 @@ 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: diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml index 539cec9328..7835ace80f 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml @@ -179,6 +179,8 @@ - type: BatterySelfRecharger autoRecharge: true autoRechargeRate: 2 + - type: Item + size: Normal - type: entity parent: [ ClothingOuterBaseLarge, BaseMajorContraband, AllowSuitStorageClothing ] diff --git a/Resources/migration.yml b/Resources/migration.yml index 672c13103f..88cfc72c3d 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -575,3 +575,6 @@ PaxChemistryBottle: ChemistryBottlePax MuteToxinChemistryBottle: ChemistryBottleMuteToxin LeadChemistryBottle: ChemistryBottleLead ToxinChemistryBottle: ChemistryBottleToxin + +# 2025-03-29 +ClothingBackpackDuffelSyndicateRaidBundle: ClothingBackpackSyndicateRaidBundle