diff --git a/Resources/Locale/en-US/_HL/headset/headset-component.ftl b/Resources/Locale/en-US/_HL/headset/headset-component.ftl index bd01b762006..00d21371d2a 100644 --- a/Resources/Locale/en-US/_HL/headset/headset-component.ftl +++ b/Resources/Locale/en-US/_HL/headset/headset-component.ftl @@ -11,5 +11,6 @@ chat-radio-dominos-robotics = Dominos Robotics chat-radio-talon = ADF-TALON chat-radio-starbound = Starbound BSS chat-radio-dusk-enclave = Dusk Enclave +chat-radio-vsr = Korpus Novy Mir examine-radio-intrinsic-channels = Intrinsic frequencies: diff --git a/Resources/Prototypes/_HL/Entities/Objects/Devices/encryption_keys.yml b/Resources/Prototypes/_HL/Entities/Objects/Devices/encryption_keys.yml index 82e265aec9a..2dc3c5ddde7 100644 --- a/Resources/Prototypes/_HL/Entities/Objects/Devices/encryption_keys.yml +++ b/Resources/Prototypes/_HL/Entities/Objects/Devices/encryption_keys.yml @@ -132,6 +132,21 @@ layers: - state: crypt-interdyne +- type: entity + parent: [EncryptionKey, RecyclableItemDeviceTiny] + id: EncryptionKeyVSR + name: Korpus Novy Mir Encryption Key + description: An encyption key used by Korpus Novy Mir — "New World Corps". + components: + - type: EncryptionKey + channels: + - KNM + defaultChannel: KNM + - type: Sprite + layers: + - state: crypt_black + - state: knm_label + - type: entity parent: [EncryptionKey, RecyclableItemDeviceTiny] id: EncryptionKeyDominosRobotics diff --git a/Resources/Prototypes/_HL/radio_channels.yml b/Resources/Prototypes/_HL/radio_channels.yml index d0a5d83f5f1..898a7ad2e9f 100644 --- a/Resources/Prototypes/_HL/radio_channels.yml +++ b/Resources/Prototypes/_HL/radio_channels.yml @@ -66,6 +66,14 @@ color: "#EA7FC7" longRange: true +- type: radioChannel + id: KNM + name: chat-radio-vsr + keycode: '.' + frequency: 1779 + color: "#7D8471" + longRange: true + - type: radioChannel id: Pirate name: chat-radio-pirate diff --git a/Resources/Prototypes/_Mono/companies.yml b/Resources/Prototypes/_Mono/companies.yml index 53be6c5640c..4470cd47f11 100644 --- a/Resources/Prototypes/_Mono/companies.yml +++ b/Resources/Prototypes/_Mono/companies.yml @@ -81,7 +81,13 @@ id: Suburbia form: Protagonist name: Suburbia - color: "#FFEA00" + color: "#FFEA00" + +- type: company + id: VSR + form: Protagonist + name: Korpus Novy Mir — "New World Corps" + color: "#595959" - type: company id: SBS diff --git a/Resources/Textures/Objects/Devices/encryption_keys.rsi/knm_label.png b/Resources/Textures/Objects/Devices/encryption_keys.rsi/knm_label.png new file mode 100644 index 00000000000..f88c241e615 Binary files /dev/null and b/Resources/Textures/Objects/Devices/encryption_keys.rsi/knm_label.png differ diff --git a/Resources/Textures/Objects/Devices/encryption_keys.rsi/meta.json b/Resources/Textures/Objects/Devices/encryption_keys.rsi/meta.json index 8e701d7fb65..c5c8033e4c6 100644 --- a/Resources/Textures/Objects/Devices/encryption_keys.rsi/meta.json +++ b/Resources/Textures/Objects/Devices/encryption_keys.rsi/meta.json @@ -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, Avali crypt modified by Nyxu for hardlight using a base sprite from Avali Triage github https://github.com/Avali-Triage-Team/Avali. Starbound label modified by SeaTheProto", + "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. Starbound label modified by SeaTheProto. knm_label by DrDmitry on discord", "size": { "x": 32, "y": 32 @@ -53,6 +53,7 @@ {"name": "crypt_avali"}, {"name": "crypt_avaliblue"}, {"name": "starbound_label"}, - {"name": "duskenclave_label"} + {"name": "duskenclave_label"}, + {"name": "knm_label"} ] }