Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions Resources/Locale/en-US/_HL/headset/headset-component.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ chat-radio-event2 = Wideband B
chat-radio-event3 = Wideband C
chat-radio-interdyne = Interdyne
chat-radio-dominos-robotics = Dominos Robotics
chat-radio-talon = ADF-TALON

examine-radio-intrinsic-channels = Intrinsic frequencies:
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,17 @@
layers:
- state: crypt_purple
- state: dominosrobotics_label
- type: entity
parent: [EncryptionKey, RecyclableItemDeviceTiny]
id: EncryptionKeyADFTalon
name: ADF-Talon Encrypton Key
description: An encyption key used by members of ADF-Talon to communicate securely.
components:
- type: EncryptionKey
channels:
- ADFTalon
defaultChannel: ADFTalon
- type: Sprite
layers:
- state: crypt_avaliblue

9 changes: 9 additions & 0 deletions Resources/Prototypes/_HL/radio_channels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,12 @@
frequency: 1389
color: "#AE1A14"
longRange: true

- type: radioChannel
id: ADFTalon
name: chat-radio-talon
keycode: "`"
frequency: 2004
color: "#FFA500"
# Long range because Avali Nexus tech
longRange: true
1 change: 1 addition & 0 deletions Resources/Prototypes/radio_channels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,4 @@
keycode: "/"
frequency: 1995
color: "#9900ff"

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by DSC@300074782328750080 for Space Station 14, borg_label taken from https://github.com/vgstation-coders/vgstation13/blob/e71d6c4fba5a51f99b81c295dcaec4fc2f58fb19/icons/mob/screen1.dmi and modified by ArtisticRoomba, crypt states modified by Flareguy for Space Station 14, nano/cartel/arca by Sera for Hardlight",
"copyright": "Created by DSC@300074782328750080 for Space Station 14, borg_label taken from https://github.com/vgstation-coders/vgstation13/blob/e71d6c4fba5a51f99b81c295dcaec4fc2f58fb19/icons/mob/screen1.dmi and modified by ArtisticRoomba, crypt states modified by Flareguy for Space Station 14, nano/cartel/arca by Sera for Hardlight, Avali crypt modified by Nyxu for hardlight using a base sprite from Avali Triage github https://github.com/Avali-Triage-Team/Avali ",
"size": {
"x": 32,
"y": 32
Expand Down Expand Up @@ -49,6 +49,9 @@
{"name": "a_label"},
{"name": "b_label"},
{"name": "c_label"},
{"name": "crypt-interdyne"}
{"name": "crypt-interdyne"},
{"name": "crypt_avali"},
{"name": "crypt_avaliblue"}

]
}
Loading