Add radio jammer (#14369)

This commit is contained in:
Slava0135
2023-04-14 22:50:19 +03:00
committed by GitHub
parent 779100484f
commit 7886d27dda
12 changed files with 214 additions and 42 deletions

View File

@@ -332,6 +332,16 @@
categories:
- UplinkUtility
- type: listing
id: UplinkRadioJammer
name: uplink-radio-jammer-name
description: uplink-radio-jammer-desc
productEntity: RadioJammer
cost:
Telecrystal: 5
categories:
- UplinkUtility
# Implants
- type: listing

View File

@@ -0,0 +1,21 @@
- type: entity
name: radio jammer
parent: BaseItem
id: RadioJammer
description: This device will disrupt any nearby outgoing radio communication when activated.
components:
- type: Sprite
netsync: false
sprite: Objects/Devices/jammer.rsi
state: jammer
- type: RadioJammer
- type: PowerCellSlot
cellSlotId: cell_slot
- type: ContainerContainer
containers:
cell_slot: !type:ContainerSlot
- type: ItemSlots
slots:
cell_slot:
name: power-cell-slot-component-slot-name-default
startingItem: PowerCellMedium