Nerf emp pricing, add EMP kit to uplink (#18877)

This commit is contained in:
Sailor
2023-08-10 11:40:17 +03:00
committed by GitHub
parent 7e1e76119d
commit b2bf49235b
3 changed files with 27 additions and 2 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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