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 @@ -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:
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions Resources/Prototypes/_HL/radio_channels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 7 additions & 1 deletion Resources/Prototypes/_Mono/companies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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, 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
Expand Down Expand Up @@ -53,6 +53,7 @@
{"name": "crypt_avali"},
{"name": "crypt_avaliblue"},
{"name": "starbound_label"},
{"name": "duskenclave_label"}
{"name": "duskenclave_label"},
{"name": "knm_label"}
]
}
Loading