IListener and IRadio purge (#11980)
This commit is contained in:
@@ -23,13 +23,13 @@
|
||||
- Flare
|
||||
- CableCoil
|
||||
- CigPack
|
||||
- Radio
|
||||
components:
|
||||
- AirlockPainter
|
||||
- SignalLinker
|
||||
- RCD
|
||||
- RCDAmmo
|
||||
- Welder
|
||||
- Radio
|
||||
- PowerCell
|
||||
- type: ItemMapper
|
||||
mapLayers:
|
||||
@@ -86,6 +86,7 @@
|
||||
- Powerdrill
|
||||
- JawsOfLife
|
||||
- CigPack
|
||||
- Radio
|
||||
components:
|
||||
- AirlockPainter
|
||||
- SignalLinker
|
||||
@@ -93,7 +94,6 @@
|
||||
- RCDAmmo
|
||||
- Welder
|
||||
- Flash
|
||||
- Radio
|
||||
- Handcuff
|
||||
- PowerCell
|
||||
- type: ItemMapper
|
||||
@@ -229,9 +229,9 @@
|
||||
- CigPack
|
||||
- Pill
|
||||
- PillCanister
|
||||
- Radio
|
||||
components:
|
||||
- Hypospray
|
||||
- Radio
|
||||
- Injector
|
||||
- type: ItemMapper
|
||||
mapLayers:
|
||||
@@ -338,6 +338,7 @@
|
||||
- CigPack
|
||||
- Taser
|
||||
- SecBeltEquip
|
||||
- Radio
|
||||
components:
|
||||
- Stunbaton
|
||||
- FlashOnTrigger
|
||||
|
||||
@@ -29,7 +29,8 @@
|
||||
- type: Examiner
|
||||
skipChecks: true
|
||||
- type: Ghost
|
||||
- type: IntrinsicRadio
|
||||
- type: IntrinsicRadioReceiver
|
||||
- type: ActiveRadio
|
||||
channels:
|
||||
- Common
|
||||
- Command
|
||||
|
||||
@@ -1,16 +1,12 @@
|
||||
- type: entity
|
||||
name: radio
|
||||
parent: BaseItem
|
||||
id: RadioBase
|
||||
abstract: true
|
||||
|
||||
- type: entity
|
||||
name: handheld radio
|
||||
description: A handy handheld radio.
|
||||
parent: RadioBase
|
||||
parent: BaseItem
|
||||
id: RadioHandheld
|
||||
components:
|
||||
- type: Radio
|
||||
- type: RadioMicrophone
|
||||
- type: RadioSpeaker
|
||||
- type: Speech
|
||||
- type: Sprite
|
||||
sprite: Objects/Devices/communication.rsi
|
||||
layers:
|
||||
@@ -20,3 +16,6 @@
|
||||
- type: Item
|
||||
sprite: Objects/Devices/communication.rsi
|
||||
heldPrefix: walkietalkie
|
||||
- type: Tag
|
||||
tags:
|
||||
- Radio
|
||||
|
||||
@@ -33,7 +33,8 @@
|
||||
event: !type:OpenUiActionEvent
|
||||
key: enum.InstrumentUiKey.Key
|
||||
- type: Examiner
|
||||
- type: IntrinsicRadio
|
||||
- type: IntrinsicRadioReceiver
|
||||
- type: ActiveRadio
|
||||
channels:
|
||||
- Common
|
||||
- type: DoAfter
|
||||
|
||||
@@ -54,7 +54,8 @@
|
||||
- type: Rotatable
|
||||
- type: Transform
|
||||
noRot: false
|
||||
- type: IntrinsicRadio
|
||||
- type: IntrinsicRadioReceiver
|
||||
- type: ActiveRadio
|
||||
channels:
|
||||
- Supply
|
||||
- type: SalvageMagnet
|
||||
|
||||
@@ -27,6 +27,9 @@
|
||||
components:
|
||||
- SurveillanceCamera
|
||||
- SurveillanceCameraMonitor
|
||||
- RadioSpeaker
|
||||
- type: ActiveListener
|
||||
range: 10
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
- key: enum.SurveillanceCameraSetupUiKey.Camera
|
||||
|
||||
@@ -437,6 +437,9 @@
|
||||
- type: Tag
|
||||
id: PussyWagonKeys
|
||||
|
||||
- type: Tag
|
||||
id: Radio
|
||||
|
||||
- type: Tag
|
||||
id: RawMaterial
|
||||
|
||||
|
||||
Reference in New Issue
Block a user