From b2bf49235b2959eb76d4d3a41eefe25fdd94bcb1 Mon Sep 17 00:00:00 2001 From: Sailor <109166122+Equivocateur@users.noreply.github.com> Date: Thu, 10 Aug 2023 11:40:17 +0300 Subject: [PATCH] Nerf emp pricing, add EMP kit to uplink (#18877) --- Resources/Locale/en-US/store/uplink-catalog.ftl | 3 +++ .../Prototypes/Catalog/Fills/Boxes/syndicate.yml | 12 ++++++++++++ Resources/Prototypes/Catalog/uplink_catalog.yml | 14 ++++++++++++-- 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml diff --git a/Resources/Locale/en-US/store/uplink-catalog.ftl b/Resources/Locale/en-US/store/uplink-catalog.ftl index dfed0cff9e..f91dc88fe2 100644 --- a/Resources/Locale/en-US/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/store/uplink-catalog.ftl @@ -140,6 +140,9 @@ uplink-deathrattle-implant-name = Box Of Deathrattle Implants uplink-deathrattle-implant-desc = A box containing enough deathrattle implants for the whole squad. Relays a message containing your position to the syndicate channel when you go into a critical state or die. # Bundles +uplink-emp-kit-name = Electrical Disruptor Kit +uplink-emp-kit-desc = The ultimate reversal on energy-based weaponry: Disables disablers, stuns stunbatons, discharges laser guns! Contains 3 EMP grenades and an EMP implanter. Note: Does not disrupt actual firearms. + uplink-meds-bundle-name = Medical Bundle uplink-meds-bundle-desc = All you need to get your comrades back in the fight: mainly a combat medkit, a defibrillator and three combat medipens. diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml b/Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml new file mode 100644 index 0000000000..a6c3ca0d6a --- /dev/null +++ b/Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml @@ -0,0 +1,12 @@ +- type: entity + id: ElectricalDisruptionKit + parent: BoxCardboard + name: electrical disruption kit + suffix: Filled + components: + - type: StorageFill + contents: + - id: EmpGrenade + amount: 3 + - id: EmpImplanter + amount: 1 diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index 062e7c1937..53e9704c1d 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -204,7 +204,7 @@ description: uplink-emp-grenade-desc productEntity: EmpGrenade cost: - Telecrystal: 3 + Telecrystal: 2 categories: - UplinkExplosives @@ -526,7 +526,7 @@ icon: { sprite: /Textures/Objects/Magic/magicactions.rsi, state: shield } productEntity: EmpImplanter cost: - Telecrystal: 5 + Telecrystal: 3 categories: - UplinkImplants @@ -587,6 +587,16 @@ # Bundles +- type: listing + id: UplinkEmpKit + name: uplink-emp-kit-name + description: uplink-emp-kit-desc + productEntity: ElectricalDisruptionKit + cost: + Telecrystal: 6 + categories: + - UplinkBundles + - type: listing id: UplinkAmmoBundle name: uplink-ammo-bundle-name