add binary translator key to uplink (#20295)
* add binary translator key * add binary translator key to uplink * grammar --------- Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -118,6 +118,9 @@ uplink-headset-desc = A headset that allows you to communicate with other syndic
|
||||
uplink-encryption-key-name = Syndicate Encryption Keys
|
||||
uplink-encryption-key-desc = Two encryption keys for access to the secret frequency of our special agents. Give the spare to a friend, but make sure it doesn't fall into enemy hands.
|
||||
|
||||
uplink-binary-translator-key-name = Binary Translator Key
|
||||
uplink-binary-translator-key-desc = Lets you tap into the silicons' binary channel. Don't talk on it though, at least not without a voice mask.
|
||||
|
||||
uplink-hypopen-name = Hypopen
|
||||
uplink-hypopen-desc = A chemical hypospray disguised as a pen, capable of instantly injecting up to 10u of reagents. Starts empty.
|
||||
|
||||
|
||||
@@ -458,6 +458,17 @@
|
||||
categories:
|
||||
- UplinkUtility
|
||||
|
||||
- type: listing
|
||||
id: UplinkBinaryTranslatorKey
|
||||
name: uplink-binary-translator-key-name
|
||||
description: uplink-binary-translator-key-desc
|
||||
icon: { sprite: /Textures/Objects/Devices/encryption_keys.rsi, state: rd_label }
|
||||
productEntity: EncryptionKeyBinary
|
||||
cost:
|
||||
Telecrystal: 4
|
||||
categories:
|
||||
- UplinkUtility
|
||||
|
||||
- type: listing
|
||||
id: UplinkHypopen
|
||||
name: uplink-hypopen-name
|
||||
|
||||
@@ -213,3 +213,18 @@
|
||||
layers:
|
||||
- state: crypt_red
|
||||
- state: synd_label
|
||||
|
||||
- type: entity
|
||||
parent: EncryptionKey
|
||||
id: EncryptionKeyBinary
|
||||
name: binary translator key
|
||||
description: An encryption key that translates binary signals used by silicons.
|
||||
components:
|
||||
- type: EncryptionKey
|
||||
channels:
|
||||
- Binary
|
||||
defaultChannel: Binary
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: crypt_silver
|
||||
- state: rd_label
|
||||
|
||||
Reference in New Issue
Block a user