Add radio jammer (#14369)
This commit is contained in:
@@ -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
|
||||
|
||||
21
Resources/Prototypes/Entities/Objects/Tools/jammer.yml
Normal file
21
Resources/Prototypes/Entities/Objects/Tools/jammer.yml
Normal 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
|
||||
Reference in New Issue
Block a user