]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add more telecomms variations (#26822)
authorlzk <124214523+lzk228@users.noreply.github.com>
Mon, 29 Apr 2024 04:26:17 +0000 (06:26 +0200)
committerGitHub <noreply@github.com>
Mon, 29 Apr 2024 04:26:17 +0000 (21:26 -0700)
* Add more telecomms variations

* fox :fox:

* oops

Resources/Prototypes/Entities/Structures/Machines/telecomms.yml

index 6cc1fc79814b8c45f2c655cc82e362e58265029a..5bdefb8bfc59f3f2eeb24e1092c8ad593479ef36 100644 (file)
@@ -67,7 +67,7 @@
 - type: entity
   parent: TelecomServer
   id: TelecomServerFilled
-  suffix: Filled
+  suffix: Filled All
   components:
   - type: ContainerFill
     containers:
       - EncryptionKeySecurity
       - EncryptionKeyService
       - EncryptionKeyCommand
+
+- type: entity
+  parent: TelecomServer
+  id: TelecomServerFilledCommon
+  suffix: Common
+  components:
+  - type: ContainerFill
+    containers:
+      key_slots:
+      - EncryptionKeyCommon
+
+- type: entity
+  parent: TelecomServer
+  id: TelecomServerFilledCargo
+  suffix: Cargo
+  components:
+  - type: ContainerFill
+    containers:
+      key_slots:
+      - EncryptionKeyCargo
+
+- type: entity
+  parent: TelecomServer
+  id: TelecomServerFilledEngineering
+  suffix: Engineering
+  components:
+  - type: ContainerFill
+    containers:
+      key_slots:
+      - EncryptionKeyEngineering
+
+- type: entity
+  parent: TelecomServer
+  id: TelecomServerFilledMedical
+  suffix: Medical
+  components:
+  - type: ContainerFill
+    containers:
+      key_slots:
+      - EncryptionKeyMedical
+
+- type: entity
+  parent: TelecomServer
+  id: TelecomServerFilledScience
+  suffix: Science
+  components:
+  - type: ContainerFill
+    containers:
+      key_slots:
+      - EncryptionKeyScience
+
+- type: entity
+  parent: TelecomServer
+  id: TelecomServerFilledSecurity
+  suffix: Security
+  components:
+  - type: ContainerFill
+    containers:
+      key_slots:
+      - EncryptionKeySecurity
+
+- type: entity
+  parent: TelecomServer
+  id: TelecomServerFilledService
+  suffix: Service
+  components:
+  - type: ContainerFill
+    containers:
+      key_slots:
+      - EncryptionKeyService
+
+- type: entity
+  parent: TelecomServer
+  id: TelecomServerFilledCommand
+  suffix: Command
+  components:
+  - type: ContainerFill
+    containers:
+      key_slots:
+      - EncryptionKeyCommand