give handheld radio its own channel (#16673)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -13,3 +13,6 @@ chat-radio-security = Security
|
|||||||
chat-radio-service = Service
|
chat-radio-service = Service
|
||||||
chat-radio-supply = Supply
|
chat-radio-supply = Supply
|
||||||
chat-radio-syndicate = Syndicate
|
chat-radio-syndicate = Syndicate
|
||||||
|
|
||||||
|
# not headset but whatever
|
||||||
|
chat-radio-handheld = Handheld
|
||||||
|
|||||||
@@ -5,7 +5,10 @@
|
|||||||
id: RadioHandheld
|
id: RadioHandheld
|
||||||
components:
|
components:
|
||||||
- type: RadioMicrophone
|
- type: RadioMicrophone
|
||||||
|
broadcastChannel: Handheld
|
||||||
- type: RadioSpeaker
|
- type: RadioSpeaker
|
||||||
|
channels:
|
||||||
|
- Handheld
|
||||||
- type: Speech
|
- type: Speech
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Devices/communication.rsi
|
sprite: Objects/Devices/communication.rsi
|
||||||
|
|||||||
@@ -69,3 +69,11 @@
|
|||||||
frequency: 1213
|
frequency: 1213
|
||||||
color: "#8f4a4b"
|
color: "#8f4a4b"
|
||||||
longRange: true
|
longRange: true
|
||||||
|
|
||||||
|
- type: radioChannel
|
||||||
|
id: Handheld
|
||||||
|
name: chat-radio-handheld
|
||||||
|
frequency: 1330
|
||||||
|
color: "#d39f01"
|
||||||
|
# long range since otherwise it'd defeat the point of a handheld radio independent of telecomms
|
||||||
|
longRange: true
|
||||||
|
|||||||
Reference in New Issue
Block a user