From cb2985eabce286ba40974dcb365ec4668a6b7541 Mon Sep 17 00:00:00 2001 From: EdenTheLiznerd <138748328+EdenTheLiznerd@users.noreply.github.com> Date: Wed, 31 Jan 2024 17:28:42 -0700 Subject: [PATCH] Removes Syndicate headset from uplink and changes TC prices around to be slightly viable (#24765) * 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 --- .../Prototypes/Catalog/uplink_catalog.yml | 21 +++++-------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index e8ade7f0ac..7735d93643 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -81,7 +81,7 @@ description: uplink-disposable-turret-desc productEntity: ToolboxElectricalTurretFilled cost: - Telecrystal: 8 + Telecrystal: 6 categories: - UplinkWeapons conditions: @@ -219,7 +219,7 @@ icon: { sprite: /Textures/Objects/Misc/bureaucracy.rsi, state: pen } productEntity: PenExplodingBox cost: - Telecrystal: 5 + Telecrystal: 4 categories: - UplinkExplosives @@ -305,7 +305,7 @@ 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: @@ -334,7 +334,7 @@ icon: { sprite: /Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Magnum/magnum_speed_loader.rsi, state: icon } productEntity: SpeedLoaderMagnumAP cost: - Telecrystal: 2 + Telecrystal: 3 categories: - UplinkAmmo @@ -508,17 +508,6 @@ 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 @@ -537,7 +526,7 @@ icon: { sprite: /Textures/Objects/Devices/encryption_keys.rsi, state: rd_label } productEntity: EncryptionKeyBinary cost: - Telecrystal: 4 + Telecrystal: 1 categories: - UplinkUtility -- 2.51.2