Syndicate Encryption Key buff (#13849)
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
sprite: Clothing/Ears/Headsets/engineering.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Ears/Headsets/engineering.rsi
|
||||
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadsetAlt
|
||||
id: ClothingHeadsetAltMedical
|
||||
@@ -123,7 +123,7 @@
|
||||
parent: ClothingHeadsetAlt
|
||||
id: ClothingHeadsetAltSyndicate
|
||||
name: blood-red over-ear headset
|
||||
description: An updated, modular syndicate intercom that fits over the head and takes encryption keys (there are 5 key slots.).
|
||||
description: An updated, modular syndicate headset that accepts up to 5 encryption keys.
|
||||
components:
|
||||
- type: Headset
|
||||
- type: EncryptionKeyHolder
|
||||
@@ -131,7 +131,7 @@
|
||||
- type: ContainerFill
|
||||
containers:
|
||||
key_slots:
|
||||
- EncryptionKeySyndie
|
||||
- EncryptionKeyNukie
|
||||
- type: Sprite
|
||||
sprite: Clothing/Ears/Headsets/syndicate.rsi
|
||||
- type: Clothing
|
||||
|
||||
@@ -192,8 +192,30 @@
|
||||
- type: entity
|
||||
parent: EncryptionKey
|
||||
id: EncryptionKeySyndie
|
||||
name: blood-red encryption key
|
||||
description: An encryption key used by... wait... Who is owner of this chip?
|
||||
name: syndicate encryption key
|
||||
description: An encryption key used by Syndicate agents to not only access the station's radio channels, but also securely contact other agents in the field.
|
||||
components:
|
||||
- type: EncryptionKey
|
||||
channels:
|
||||
- Common
|
||||
- Command
|
||||
- Engineering
|
||||
- Medical
|
||||
- Science
|
||||
- Security
|
||||
- Service
|
||||
- Supply
|
||||
- Syndicate
|
||||
defaultChannel: Syndicate
|
||||
- type: Sprite
|
||||
sprite: Objects/Devices/encryption_keys.rsi
|
||||
state: syn_cypherkey
|
||||
|
||||
- type: entity
|
||||
parent: EncryptionKey
|
||||
id: EncryptionKeyNukie
|
||||
name: nuclear operative encryption key
|
||||
description: An encryption key used by nuclear operatives to securely contact each other during operations.
|
||||
components:
|
||||
- type: EncryptionKey
|
||||
channels:
|
||||
|
||||
Reference in New Issue
Block a user