]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Revert "delete custom prototypes(temp)"
authorMaxSMokeSkaarj <vnazarov@smokeofanarchy.ru>
Thu, 2 Jan 2025 02:42:03 +0000 (12:42 +1000)
committerMaxSMokeSkaarj <vnazarov@smokeofanarchy.ru>
Thu, 2 Jan 2025 02:42:03 +0000 (12:42 +1000)
This reverts commit 11b82d94ae4c2c96f38e610a7af6b55800702672.

Resources/Prototypes/SMoA/Entities/Objects/Devices/encryption_keys.yml [new file with mode: 0644]
Resources/Prototypes/SMoA/radio_channels.yml [new file with mode: 0644]

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 (file)
index 0000000..9dc5e4f
--- /dev/null
@@ -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 (file)
index 0000000..93d1f55
--- /dev/null
@@ -0,0 +1,6 @@
+- type: radioChannel
+  id: Dominion
+  name: Доминион
+  keycode: "d"
+  frequency: 1251
+  color: "#8b0000"