Skip to content

Commit

Permalink
Added xeno radio
Browse files Browse the repository at this point in the history
  • Loading branch information
778b committed Mar 2, 2024
1 parent 525cce3 commit 0645b4d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Resources/Locale/ru-RU/TS/radio.ftl
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
chat-radio-local-marine = Десант
chat-radio-local-marine = Десант
chat-radio-antag = Антагонист
7 changes: 7 additions & 0 deletions Resources/Prototypes/TS/Entities/Mobs/NPCs/xeno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
suffix: Combat
description: They mostly come at night. Mostly.
components:
- type: IntrinsicRadioReceiver
- type: IntrinsicRadioTransmitter
channels:
- Antag
- type: ActiveRadio
channels:
- Antag
- type: FlashImmunity
- type: MovementIgnoreGravity
- type: MovedByPressure
Expand Down
9 changes: 8 additions & 1 deletion Resources/Prototypes/TS/radio_channels.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
- type: radioChannel
id: LocalMarine
name: chat-radio-local-marine
keycode: 't'
keycode: 'д'
frequency: 322
color: "#799c2a"

- type: radioChannel
id: Antag
name: chat-radio-antag
keycode: 'л'
frequency: 2142
color: "#8f4a4b"
longRange: true

- type: entity
parent: EncryptionKey
Expand Down
3 changes: 2 additions & 1 deletion Resources/Prototypes/radio_channels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
- type: radioChannel
id: Binary
name: chat-radio-binary
keycode: 'д' # Corvax-Localization
keycode: 'б' # Corvax-Localization
frequency: 1001
color: "#2ed2fd"
# long range since otherwise it'd defeat the point of a handheld radio independent of telecomms
Expand All @@ -95,3 +95,4 @@
color: "#f6ce64"
# long range since otherwise it'd defeat the point of a handheld radio independent of telecomms
longRange: true

0 comments on commit 0645b4d

Please sign in to comment.