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 <tayrtahn@gmail.com> --------- Co-authored-by: RedBookcase <Usualmoves@gmail.com> Co-authored-by: Tayrtahn <tayrtahn@gmail.com>
This commit is contained in:
@@ -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!
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user