Nerf emp pricing, add EMP kit to uplink (#18877)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
12
Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml
Normal file
12
Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml
Normal 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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user