Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions Resources/Prototypes/radio_channels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,64 +8,64 @@
- type: radioChannel
id: CentCom
name: chat-radio-centcom
keycode: 'y'
keycode: 'ц' # OpenSpace-Edit
frequency: 1337
color: "#2681a5"
longRange: true

- type: radioChannel
id: Command
name: chat-radio-command
keycode: 'c'
keycode: 'к' # OpenSpace-Edit
frequency: 1353
color: "#fcdf03"

- type: radioChannel
id: Engineering
name: chat-radio-engineering
keycode: 'e'
keycode: 'и' # OpenSpace-Edit
frequency: 1357
color: "#ff733c"

- type: radioChannel
id: Medical
name: chat-radio-medical
keycode: 'm'
keycode: 'м' # OpenSpace-Edit
frequency: 1355
color: "#57b8f0"

- type: radioChannel
id: Science
name: chat-radio-science
keycode: 'n'
keycode: 'н' # OpenSpace-Edit
frequency: 1351
color: "#cd7ccd"

- type: radioChannel
id: Security
name: chat-radio-security
keycode: 's'
keycode: 'о' # OpenSpace-Edit
frequency: 1359
color: "#ff4242"

- type: radioChannel
id: Service
name: chat-radio-service
keycode: 'v'
keycode: 'с' # OpenSpace-Edit
frequency: 1349
color: "#539c00"

- type: radioChannel
id: Supply
name: chat-radio-supply
keycode: 'u'
keycode: 'п' # OpenSpace-Edit
frequency: 1347
color: "#b48b57"

- type: radioChannel
id: Syndicate
name: chat-radio-syndicate
keycode: 't'
keycode: 'т' # OpenSpace-Edit
frequency: 1213
color: "#8f4a4b"
longRange: true
Expand All @@ -81,7 +81,7 @@
- type: radioChannel
id: Binary
name: chat-radio-binary
keycode: 'b'
keycode: 'д' # OpenSpace-Edit
frequency: 1001
color: "#5ed7aa"
# long range since otherwise it'd defeat the point of a handheld radio independent of telecomms
Expand All @@ -90,7 +90,7 @@
- type: radioChannel
id: Freelance
name: chat-radio-freelance
keycode: 'f'
keycode: 'ф' # OpenSpace-Edit
frequency: 1984
color: "#f6ce64"
# long range since otherwise it'd defeat the point of a handheld radio independent of telecomms
Expand All @@ -99,7 +99,7 @@
- type: radioChannel
id: Xenoborg
name: chat-radio-xenoborg
keycode: 'x'
keycode: 'ч' # OpenSpace-Edit
frequency: 2002
color: "#2288ff"
# long range since I don't wanna make a special xenoborg telecomm server
Expand All @@ -108,8 +108,8 @@
- type: radioChannel
id: Mothership
name: chat-radio-mothership
keycode: 'z'
keycode: 'я' # OpenSpace-Edit
frequency: 2003
color: "#ff2222"
# long range since I don't wanna make a special xenoborg telecomm server
longRange: true
longRange: true
Loading