From 9a646634d4010a0a60e303a5d8a3a95b7afbf824 Mon Sep 17 00:00:00 2001 From: RedBookcase Date: Wed, 23 Apr 2025 20:01:29 -0700 Subject: [PATCH] Removed syndicate surgery duffel, added advanced circular saw to Medical Doctor uplink. (#35915) * Removed syndicate surgery duffel, added advanced circular saw to Medical Doctor uplink. * Update Resources/Prototypes/Entities/Objects/Specific/Medical/surgery.yml Co-authored-by: Tayrtahn --------- Co-authored-by: RedBookcase Co-authored-by: Tayrtahn --- .../Locale/en-US/store/uplink-catalog.ftl | 3 ++ .../Prototypes/Catalog/uplink_catalog.yml | 43 +++++++++++++------ .../Objects/Specific/Medical/surgery.yml | 2 +- 3 files changed, 35 insertions(+), 13 deletions(-) diff --git a/Resources/Locale/en-US/store/uplink-catalog.ftl b/Resources/Locale/en-US/store/uplink-catalog.ftl index 145279b1b5..819b4eda19 100644 --- a/Resources/Locale/en-US/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/store/uplink-catalog.ftl @@ -308,6 +308,9 @@ uplink-cluster-banana-peel-desc = Splits into 6 explosive banana peels after bei uplink-cane-blade-name = Cane Blade uplink-cane-blade-desc = A cane that has a hidden blade that can be unsheathed. +uplink-saw-advanced-name = Advanced Circular Saw +uplink-saw-advanced-desc = A bleeding-edge surgical implement designed to cut through flesh and bone alike. + # Armor uplink-chameleon-name = Chameleon Kit uplink-chameleon-desc = A backpack full of items that contain chameleon technology allowing you to disguise as pretty much anything on the station, and more! diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index 91cf7f1483..c6061d7bb0 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -980,18 +980,19 @@ categories: - UplinkDisruption -- type: listing - id: UplinkDuffelSurgery - name: uplink-duffel-surgery-name - description: uplink-duffel-surgery-desc - productEntity: ClothingBackpackDuffelSyndicateFilledMedical - discountCategory: usualDiscounts - discountDownTo: - Telecrystal: 2 - cost: - Telecrystal: 4 - categories: - - UplinkDisruption +# Note: Removed for the time being until surgery/newmed is added. Considered bloat until then. +# - type: listing +# id: UplinkDuffelSurgery +# name: uplink-duffel-surgery-name +# description: uplink-duffel-surgery-desc +# productEntity: ClothingBackpackDuffelSyndicateFilledMedical +# discountCategory: usualDiscounts +# discountDownTo: +# Telecrystal: 2 +# cost: +# Telecrystal: 4 +# categories: +# - UplinkDisruption - type: listing id: UplinkPowerSink @@ -2178,3 +2179,21 @@ Telecrystal: 2 categories: - UplinkDeception + +- type: listing + id: UplinkSawAdvanced + name: uplink-saw-advanced-name + description: uplink-saw-advanced-desc + icon: { sprite: Objects/Specific/Medical/Surgery/saw.rsi, state: advanced} + productEntity: SawAdvanced + discountCategory: rareDiscounts + discountDownTo: + Telecrystal: 1 + cost: + Telecrystal: 2 + categories: + - UplinkJob + conditions: + - !type:BuyerJobCondition + whitelist: + - MedicalDoctor diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/surgery.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/surgery.yml index 5b0c97dc83..482809dd61 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/surgery.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/surgery.yml @@ -228,7 +228,7 @@ name: advanced circular saw id: SawAdvanced parent: [ SawElectric, BaseSyndicateContraband ] - description: You think you can cut anything with it. + description: Interdyne's state-of-the-art surgical saw. Guaranteed to stay spotless and sterile, no matter how messy the job. components: - type: Sprite state: advanced -- 2.51.2