IListener and IRadio purge (#11980)

This commit is contained in:
Leon Friedrich
2022-11-15 17:09:27 +13:00
committed by GitHub
parent bc525425da
commit 0b5a58001c
48 changed files with 946 additions and 643 deletions

View File

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

View File

@@ -29,7 +29,8 @@
- type: Examiner
skipChecks: true
- type: Ghost
- type: IntrinsicRadio
- type: IntrinsicRadioReceiver
- type: ActiveRadio
channels:
- Common
- Command

View File

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

View File

@@ -33,7 +33,8 @@
event: !type:OpenUiActionEvent
key: enum.InstrumentUiKey.Key
- type: Examiner
- type: IntrinsicRadio
- type: IntrinsicRadioReceiver
- type: ActiveRadio
channels:
- Common
- type: DoAfter

View File

@@ -54,7 +54,8 @@
- type: Rotatable
- type: Transform
noRot: false
- type: IntrinsicRadio
- type: IntrinsicRadioReceiver
- type: ActiveRadio
channels:
- Supply
- type: SalvageMagnet

View File

@@ -27,6 +27,9 @@
components:
- SurveillanceCamera
- SurveillanceCameraMonitor
- RadioSpeaker
- type: ActiveListener
range: 10
- type: UserInterface
interfaces:
- key: enum.SurveillanceCameraSetupUiKey.Camera

View File

@@ -437,6 +437,9 @@
- type: Tag
id: PussyWagonKeys
- type: Tag
id: Radio
- type: Tag
id: RawMaterial