Add more telecomms variations (#26822)

* Add more telecomms variations

* fox :fox:

* oops
This commit is contained in:
lzk
2024-04-29 06:26:17 +02:00
committed by GitHub
parent aab103865e
commit eb9ee4541f

View File

@@ -67,7 +67,7 @@
- type: entity
parent: TelecomServer
id: TelecomServerFilled
suffix: Filled
suffix: Filled All
components:
- type: ContainerFill
containers:
@@ -80,3 +80,83 @@
- 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