]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Removes Syndicate headset from uplink and changes TC prices around to be slightly...
authorEdenTheLiznerd <138748328+EdenTheLiznerd@users.noreply.github.com>
Thu, 1 Feb 2024 00:28:42 +0000 (17:28 -0700)
committerGitHub <noreply@github.com>
Thu, 1 Feb 2024 00:28:42 +0000 (11:28 +1100)
* Viability!!!

Removes the uplink headset as suggested, changes around TC prices to make a few things more viable

* Binary 1 TC

Changes the Encryption Binary Key to a simple 1, I don't think I've ever seen it be used before and 1 seems like a proper price for it

Resources/Prototypes/Catalog/uplink_catalog.yml

index e8ade7f0accff270a3debfc90bb1daff64c716d5..7735d93643ee7516f087c1b3ea87ea29774fd7b9 100644 (file)
@@ -81,7 +81,7 @@
   description: uplink-disposable-turret-desc
   productEntity: ToolboxElectricalTurretFilled
   cost:
-    Telecrystal: 8
+    Telecrystal: 6
   categories:
   - UplinkWeapons
   conditions:
   icon: { sprite: /Textures/Objects/Misc/bureaucracy.rsi, state: pen }
   productEntity: PenExplodingBox
   cost:
-    Telecrystal: 5
+    Telecrystal: 4
   categories:
   - UplinkExplosives
 
   icon: { sprite: /Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag.rsi, state: red-icon }
   productEntity: MagazinePistolSubMachineGun
   cost:
-    Telecrystal: 3
+    Telecrystal: 2
   categories:
   - UplinkAmmo
   conditions:
   icon: { sprite: /Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Magnum/magnum_speed_loader.rsi, state: icon }
   productEntity: SpeedLoaderMagnumAP
   cost:
-    Telecrystal: 2
+    Telecrystal: 3
   categories:
   - UplinkAmmo
 
   categories:
   - UplinkUtility
 
-#TODO: Remove this from the uplink
-- type: listing
-  id: UplinkHeadset
-  name: uplink-headset-name
-  description: uplink-headset-desc
-  productEntity: ClothingHeadsetAltSyndicate
-  cost:
-    Telecrystal: 1
-  categories:
-  - UplinkUtility
-
 - type: listing
   id: UplinkHeadsetEncryptionKey
   name: uplink-encryption-key-name
   icon: { sprite: /Textures/Objects/Devices/encryption_keys.rsi, state: rd_label }
   productEntity: EncryptionKeyBinary
   cost:
-    Telecrystal: 4
+    Telecrystal: 1
   categories:
   - UplinkUtility