Skip to content

Commit

Permalink
Change the binary translator key's contraband designation to syndicat…
Browse files Browse the repository at this point in the history
…e contraband + minor sprite change for consistency (#32193)

* adds new icon, changes binary key icon and frame, changes contraband designation

* added back the regular key as admeme because it makes sense (why am I not thinking about these things)

* hehe I cannot read!
  • Loading branch information
ArtisticRoomba authored and angelofallars committed Feb 1, 2025
1 parent 43290c6 commit e5c671b
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 4 deletions.
11 changes: 11 additions & 0 deletions Resources/Prototypes/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,17 @@
categories:
- UplinkDeception

- 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: borg_label }
productEntity: EncryptionKeyBinarySyndicate
cost:
Telecrystal: 1
categories:
- UplinkDeception

- type: listing
id: UplinkCyberpen
name: uplink-cyberpen-name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,22 @@
- type: Sprite
layers:
- state: crypt_silver
- state: rd_label
- state: borg_label

- type: entity
parent: EncryptionKey
id: EncryptionKeyBinarySyndicate
name: binary translator key
description: A syndicate encryption key that translates binary signals used by silicons.
components:
- type: EncryptionKey
channels:
- Binary
defaultChannel: Binary
- type: Sprite
layers:
- state: crypt_red
- state: borg_label

- type: entity
parent: EncryptionKey
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by DSC@300074782328750080 for Space Station 14.",
"copyright": "Created by DSC@300074782328750080 for Space Station 14, borg_label taken from https://github.com/vgstation-coders/vgstation13/blob/e71d6c4fba5a51f99b81c295dcaec4fc2f58fb19/icons/mob/screen1.dmi and modified by ArtisticRoomba",
"size": {
"x": 32,
"y": 32
Expand Down Expand Up @@ -34,6 +34,7 @@
{"name": "sci_label"},
{"name": "sec_label"},
{"name": "service_label"},
{"name": "synd_label"}
{"name": "synd_label"},
{"name": "borg_label"}
]
}
}

0 comments on commit e5c671b

Please sign in to comment.