diff --git a/Resources/Locale/ru-RU/_sunrise/headset/headset-component.ftl b/Resources/Locale/ru-RU/_sunrise/headset/headset-component.ftl new file mode 100644 index 00000000000..ba13d71bb29 --- /dev/null +++ b/Resources/Locale/ru-RU/_sunrise/headset/headset-component.ftl @@ -0,0 +1 @@ +chat-radio-law = Юридический \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/_sunrise/entities/clothing/ears/headsets.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/_sunrise/entities/clothing/ears/headsets.ftl new file mode 100644 index 00000000000..27890f7c177 --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/_sunrise/entities/clothing/ears/headsets.ftl @@ -0,0 +1,2 @@ +ent-ClothingHeadsetMagistrate = гарнитура Магистрата + .desc = Гарнитура магистрата, чтобы услышать последние слова зеков. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/_sunrise/entities/objects/devices/encryption_keys.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/_sunrise/entities/objects/devices/encryption_keys.ftl new file mode 100644 index 00000000000..a69c1ef024d --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/_sunrise/entities/objects/devices/encryption_keys.ftl @@ -0,0 +1,2 @@ +ent-EncryptionKeyLaw = ключ шифрования юридического отдела + .desc = Ключ шифрования, используемый самыми дотошными персонами. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/devices/encryption_keys.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/devices/encryption_keys.ftl deleted file mode 100644 index f1b32d9d160..00000000000 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/devices/encryption_keys.ftl +++ /dev/null @@ -1,2 +0,0 @@ -ent-EncryptionKeyIAA = ключ шифрования агента внутренних дел - .desc = Ключ шифрования, используемый самой дотошной персоной. diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Ears/headsets.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Ears/headsets.yml index 160f5a4c172..b4bafc3973a 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Clothing/Ears/headsets.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Ears/headsets.yml @@ -7,6 +7,25 @@ - type: ContainerFill containers: key_slots: - - EncryptionKeyIAA + - EncryptionKeyLaw + - EncryptionKeySecurity + - EncryptionKeyCommon + - EncryptionKeyCommand + - type: Sprite + sprite: Clothing/Ears/Headsets/servicesecurity.rsi + +- type: entity + parent: ClothingHeadset + id: ClothingHeadsetMagistrate + name: magistrate headset + description: A headset for internal affairs agent to hear the captain's last words. + components: + - type: ContainerFill + containers: + key_slots: + - EncryptionKeyLaw + - EncryptionKeySecurity + - EncryptionKeyCommon + - EncryptionKeyCommand - type: Sprite sprite: Clothing/Ears/Headsets/servicesecurity.rsi diff --git a/Resources/Prototypes/_Sunrise/Entities/Objects/Devices/encryption_keys.yml b/Resources/Prototypes/_Sunrise/Entities/Objects/Devices/encryption_keys.yml index c1bc2bb03a7..81e2d0f05ee 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Objects/Devices/encryption_keys.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Objects/Devices/encryption_keys.yml @@ -1,15 +1,13 @@ - type: entity parent: EncryptionKey - id: EncryptionKeyIAA - name: iaa encryption key + id: EncryptionKeyLaw + name: law encryption key description: An encryption key used by the most meticulous person. components: - type: EncryptionKey channels: - - Common - - Command - - Security - defaultChannel: Command + - Law + defaultChannel: Law - type: Sprite layers: - state: crypt_silver diff --git a/Resources/Prototypes/_Sunrise/Roles/Jobs/Law/Magistrat.yml b/Resources/Prototypes/_Sunrise/Roles/Jobs/Law/Magistrat.yml index ed69badd1c8..58e90177285 100644 --- a/Resources/Prototypes/_Sunrise/Roles/Jobs/Law/Magistrat.yml +++ b/Resources/Prototypes/_Sunrise/Roles/Jobs/Law/Magistrat.yml @@ -49,7 +49,7 @@ gloves: ClothingHandsGlovesColorWhite outerClothing: ClothingOuterRobesJudge id: MagistratPDA - ears: ClothingHeadsetAltCommand + ears: ClothingHeadsetMagistrate head: ClothingHeadHatPwig storage: back: diff --git a/Resources/Prototypes/_Sunrise/radio_channels.yml b/Resources/Prototypes/_Sunrise/radio_channels.yml new file mode 100644 index 00000000000..eb743c3822d --- /dev/null +++ b/Resources/Prototypes/_Sunrise/radio_channels.yml @@ -0,0 +1,6 @@ +- type: radioChannel + id: Law + name: chat-radio-law + keycode: "ю" + frequency: 1780 + color: "#ff178b" \ No newline at end of file