* add binary translator key
* add binary translator key to uplink
* grammar
---------
Co-authored-by: deltanedas <@deltanedas:kde.org>
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.
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
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