From 25821b960195b5183456a0d67ce62d1a9c64b18b Mon Sep 17 00:00:00 2001 From: MaxSMokeSkaarj Date: Thu, 2 Jan 2025 12:42:03 +1000 Subject: [PATCH] Revert "delete custom prototypes(temp)" This reverts commit 11b82d94ae4c2c96f38e610a7af6b55800702672. --- .../Entities/Objects/Devices/encryption_keys.yml | 16 ++++++++++++++++ Resources/Prototypes/SMoA/radio_channels.yml | 6 ++++++ 2 files changed, 22 insertions(+) create mode 100644 Resources/Prototypes/SMoA/Entities/Objects/Devices/encryption_keys.yml create mode 100644 Resources/Prototypes/SMoA/radio_channels.yml diff --git a/Resources/Prototypes/SMoA/Entities/Objects/Devices/encryption_keys.yml b/Resources/Prototypes/SMoA/Entities/Objects/Devices/encryption_keys.yml new file mode 100644 index 0000000000..9dc5e4fff6 --- /dev/null +++ b/Resources/Prototypes/SMoA/Entities/Objects/Devices/encryption_keys.yml @@ -0,0 +1,16 @@ +- type: entity + parent: EncryptionKey + id: EncryptionKeyDominion + suffix: Кастом + name: Ключ шифрования Доминиона + description: Если ты нашел этот ключ - советую выбросить подальше из-за возможных неприятностей. + categories: [ HideSpawnMenu ] + components: + - type: EncryptionKey + channels: + - Dominion + defaultChannel: Dominion + - type: Sprite + layers: + - state: crypt_gold + - state: pirate_label diff --git a/Resources/Prototypes/SMoA/radio_channels.yml b/Resources/Prototypes/SMoA/radio_channels.yml new file mode 100644 index 0000000000..93d1f55bb0 --- /dev/null +++ b/Resources/Prototypes/SMoA/radio_channels.yml @@ -0,0 +1,6 @@ +- type: radioChannel + id: Dominion + name: Доминион + keycode: "d" + frequency: 1251 + color: "#8b0000" -- 2.52.0