From beefabc58834a4a6182ae50176defc41fa785cbe Mon Sep 17 00:00:00 2001 From: robinthedragon <92946919+robinthedragon@users.noreply.github.com> Date: Fri, 9 May 2025 07:32:29 -0400 Subject: [PATCH] add basic operative bundle (#37290) * add nukie bundle * Update Resources/Prototypes/Catalog/uplink_catalog.yml --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- .../Locale/en-US/store/uplink-catalog.ftl | 3 +++ .../Catalog/Fills/Backpacks/duffelbag.yml | 20 +++++++++++++++++++ .../Prototypes/Catalog/uplink_catalog.yml | 20 +++++++++++++++++++ 3 files changed, 43 insertions(+) diff --git a/Resources/Locale/en-US/store/uplink-catalog.ftl b/Resources/Locale/en-US/store/uplink-catalog.ftl index 4a54d995a4..529de80f84 100644 --- a/Resources/Locale/en-US/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/store/uplink-catalog.ftl @@ -257,6 +257,9 @@ uplink-surplus-bundle-desc = Contains 50 telecrystals worth of completely random uplink-super-surplus-bundle-name = Super Surplus Crate uplink-super-surplus-bundle-desc = Contains 125 telecrystals worth of completely random Syndicate items. +uplink-starter-kit-name = Basic Operative Bundle +uplink-starter-kit-desc = Contains 40 telecrystals of basic operative gear. For those operatives who just don't know what they should buy. + # Tools uplink-toolbox-name = Toolbox uplink-toolbox-desc = A full compliment of tools for the mechanically inclined traitor. Includes a pair of insulated combat gloves and a syndicate gas mask as well. diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml index 0e2b5f84e1..7bf804b5e5 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml @@ -324,3 +324,23 @@ amount: 2 - id: SyndieTrickyBomb amount: 2 + +- type: entity + parent: ClothingBackpackDuffelSyndicateBundle + id: ClothingBackpackDuffelSyndicateFilledStarterKit + name: basic operative bundle + description: "Contains a weapon, medical supplies, breaching tools, spare ammo, and some simple utilities." + components: + - type: StorageFill + contents: + - id: WeaponSubMachineGunC20r + - id: MagazinePistolSubMachineGun + amount: 3 + - id: MagazinePistol + - id: SyndicateJawsOfLife + - id: C4 + amount: 2 + - id: MedkitCombatFilled + - id: EmpImplanter + - id: ClothingShoesBootsMagSyndie + - id: AgentIDCard diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index 78967e13a0..4a73d4e70c 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -1097,6 +1097,26 @@ components: - SurplusBundle +- type: listing + id: UplinkStarterKit + name: uplink-starter-kit-name + description: uplink-starter-kit-desc + productEntity: ClothingBackpackDuffelSyndicateFilledStarterKit + cost: + Telecrystal: 40 + categories: + - UplinkDisruption + conditions: + - !type:StoreWhitelistCondition + whitelist: + tags: + - NukeOpsUplink + - !type:BuyerWhitelistCondition + blacklist: + components: + - SurplusBundle + + - type: listing id: UplinkSingarityBeacon name: uplink-singularity-beacon-name -- 2.51.2