]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Change the binary translator key's contraband designation to syndicate contraband...
authorArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
Mon, 16 Sep 2024 10:01:49 +0000 (03:01 -0700)
committerGitHub <noreply@github.com>
Mon, 16 Sep 2024 10:01:49 +0000 (12:01 +0200)
* 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!

Resources/Prototypes/Catalog/uplink_catalog.yml
Resources/Prototypes/Entities/Objects/Devices/encryption_keys.yml
Resources/Textures/Objects/Devices/encryption_keys.rsi/borg_label.png [new file with mode: 0644]
Resources/Textures/Objects/Devices/encryption_keys.rsi/meta.json

index 394a06516be848e4014038827f4e5ad1e3617e6a..efa288a44b8936a8299e500eba693be161135826 100644 (file)
   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
+  icon: { sprite: /Textures/Objects/Devices/encryption_keys.rsi, state: borg_label }
+  productEntity: EncryptionKeyBinarySyndicate
   cost:
     Telecrystal: 1
   categories:
   - !type:BuyerJobCondition
     whitelist:
     - Chef
-    - Mime
\ No newline at end of file
+    - Mime
index 7186f9f34abfbdec79cac44df499930e2ac55c99..25d81a6f83c1e0e543cc1a424a5733ecfacf1d93 100644 (file)
   - type: Sprite
     layers:
     - state: crypt_silver
-    - state: rd_label
+    - state: borg_label
+
+- type: entity
+  parent: [ EncryptionKey, BaseSyndicateContraband ]
+  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
diff --git a/Resources/Textures/Objects/Devices/encryption_keys.rsi/borg_label.png b/Resources/Textures/Objects/Devices/encryption_keys.rsi/borg_label.png
new file mode 100644 (file)
index 0000000..2b56e16
Binary files /dev/null and b/Resources/Textures/Objects/Devices/encryption_keys.rsi/borg_label.png differ
index e44abd8d1e67e3b95e24cfa55ec8d45e2708d90b..6ae7bca9dda456dd59487dd69e60a0b748ce0bb7 100644 (file)
@@ -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
@@ -34,6 +34,7 @@
     {"name": "sci_label"},
     {"name": "sec_label"},
     {"name": "service_label"},
-    {"name": "synd_label"}
+    {"name": "synd_label"},
+    {"name": "borg_label"}
   ]
-}
\ No newline at end of file
+}