From cb3bb2ae02d20e3b409e11c01476666d91570023 Mon Sep 17 00:00:00 2001 From: BombasterDS Date: Thu, 9 Jul 2026 09:19:40 +1000 Subject: [PATCH] Uplinks & catalog prices & Renault & Thief --- .../Entities/Objects/Specific/syndicate.yml | 66 ++ .../Catalog/Fills/Crates/salvage.yml | 2 +- .../Catalog/Fills/Crates/syndicate.yml | 8 +- .../Prototypes/Catalog/thief_toolbox_sets.yml | 2 +- .../Prototypes/Catalog/uplink_catalog.yml | 862 +++++++++--------- .../Clothing/Back/smuggler_tables.yml | 2 +- .../Prototypes/Entities/Mobs/NPCs/pets.yml | 2 +- Resources/Prototypes/Roles/Antags/nukeops.yml | 4 +- Resources/Prototypes/Roles/Antags/traitor.yml | 2 +- .../Roles/Jobs/Fun/misc_startinggear.yml | 2 +- 10 files changed, 525 insertions(+), 427 deletions(-) create mode 100644 Modules/GoobStation/Resources/Prototypes/_Goobtstation/Entities/Objects/Specific/syndicate.yml diff --git a/Modules/GoobStation/Resources/Prototypes/_Goobtstation/Entities/Objects/Specific/syndicate.yml b/Modules/GoobStation/Resources/Prototypes/_Goobtstation/Entities/Objects/Specific/syndicate.yml new file mode 100644 index 00000000000..ecdaa5f33a9 --- /dev/null +++ b/Modules/GoobStation/Resources/Prototypes/_Goobtstation/Entities/Objects/Specific/syndicate.yml @@ -0,0 +1,66 @@ +- type: entity + parent: Telecrystal + id: Telecrystal25 + suffix: 25 TC + components: + - type: Stack + count: 25 + +- type: entity + parent: Telecrystal + id: Telecrystal50 + suffix: 50 TC + components: + - type: Stack + count: 50 + +- type: entity + parent: Telecrystal + id: Telecrystal100 + suffix: 100 TC + components: + - type: Stack + count: 100 + +#Uplinks +- type: entity + parent: BaseUplinkRadio + id: BaseUplinkRadio100TC + suffix: 100 TC + components: + - type: Store + balance: + Telecrystal: 100 + +- type: entity + parent: BaseUplinkRadio + id: BaseUplinkRadio125TC + suffix: 125 TC + components: + - type: Store + balance: + Telecrystal: 125 + +- type: entity + parent: BaseUplinkRadio + id: BaseUplinkRadio200TC + suffix: 200 TC, NukeOps + components: + - type: Store + balance: + Telecrystal: 200 + - type: Tag + tags: + - NukeOpsUplink + +- type: entity + parent: BaseUplinkRadio + id: BaseUplinkRadio300TC + suffix: 300 TC, LoneOps + components: + - type: Store + balance: + Telecrystal: 300 + - type: Tag + tags: + - NukeOpsUplink \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/Fills/Crates/salvage.yml b/Resources/Prototypes/Catalog/Fills/Crates/salvage.yml index 3a4af8a045e..9717c09673d 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/salvage.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/salvage.yml @@ -87,7 +87,7 @@ - id: ClothingHeadHatDogEars prob: 0.01 # TRAITOR EQUIPMENT (0.01%) - - id: Telecrystal10 + - id: Telecrystal50 # Reforged - Large price changes - TC redenomination (5:1) prob: 0.0001 - id: WeaponRevolverPython prob: 0.0001 diff --git a/Resources/Prototypes/Catalog/Fills/Crates/syndicate.yml b/Resources/Prototypes/Catalog/Fills/Crates/syndicate.yml index 403afaaf74b..626d030d1ed 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/syndicate.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/syndicate.yml @@ -2,10 +2,10 @@ parent: [ CrateSyndicate, StorePresetUplink, BaseSyndicateContraband ] id: CrateSyndicateSurplusBundle name: Syndicate surplus crate - description: Contains 50 telecrystals worth of completely random Syndicate items. It can be useless junk or really good. + description: Contains 250 telecrystals worth of completely random Syndicate items. It can be useless junk or really good. components: - type: SurplusBundle - totalPrice: 50 + totalPrice: 250 # Reforged - Large price changes - TC redenomination (5:1) - type: entity parent: CrateSyndicate @@ -26,7 +26,7 @@ parent: [ CrateSyndicate, StorePresetUplink, BaseSyndicateContraband ] id: CrateSyndicateSuperSurplusBundle name: Syndicate super surplus crate - description: Contains 125 telecrystals worth of completely random Syndicate items. + description: Contains 625 telecrystals worth of completely random Syndicate items. components: - type: SurplusBundle - totalPrice: 125 + totalPrice: 625 # Reforged - Large price changes - TC redenomination (5:1) diff --git a/Resources/Prototypes/Catalog/thief_toolbox_sets.yml b/Resources/Prototypes/Catalog/thief_toolbox_sets.yml index c0f791ef76a..83cf3d63c9c 100644 --- a/Resources/Prototypes/Catalog/thief_toolbox_sets.yml +++ b/Resources/Prototypes/Catalog/thief_toolbox_sets.yml @@ -56,7 +56,7 @@ - AccessBreaker - Lighter - CigPackSyndicate - - Telecrystal10 #The thief cannot use them, but it may induce communication with traitors + - Telecrystal50 #Goobstation - TC redenomination (5:1) - type: thiefBackpackSet id: SleeperSet diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index 6429a1d4a04..db80b31d782 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -1,4 +1,5 @@ # TODO: make more categories +# Reforged - Large price changes - TC redenomination (5:1) # Guns - type: listing @@ -8,9 +9,9 @@ productEntity: WeaponPistolViper discountCategory: rareDiscounts discountDownTo: - Telecrystal: 2 + Telecrystal: 10 cost: - Telecrystal: 3 + Telecrystal: 15 categories: - UplinkWeaponry @@ -22,9 +23,9 @@ productEntity: WeaponPistolCobra discountCategory: rareDiscounts discountDownTo: - Telecrystal: 2 + Telecrystal: 10 cost: - Telecrystal: 4 + Telecrystal: 20 categories: - UplinkWeaponry @@ -34,8 +35,10 @@ name: uplink-rifle-mosin-name description: uplink-rifle-mosin-desc productEntity: WeaponSniperMosin + discountDownTo: + Telecrystal: 2 cost: - Telecrystal: 1 + Telecrystal: 5 categories: - UplinkWeaponry @@ -43,13 +46,13 @@ id: UplinkEsword name: uplink-esword-name description: uplink-esword-desc - icon: { sprite: /Textures/Objects/Weapons/Melee/e_sword.rsi, state: icon } + icon: {sprite: /Textures/Objects/Weapons/Melee/e_sword.rsi, state: icon} discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 4 + Telecrystal: 20 productEntity: EnergySword cost: - Telecrystal: 8 + Telecrystal: 40 categories: - UplinkWeaponry @@ -57,13 +60,13 @@ id: UplinkEnergyDagger name: uplink-edagger-name description: uplink-edagger-desc - icon: { sprite: /Textures/Objects/Weapons/Melee/e_dagger.rsi, state: icon } + icon: {sprite: /Textures/Objects/Weapons/Melee/e_dagger.rsi, state: icon} productEntity: EnergyDaggerBox discountCategory: rareDiscounts discountDownTo: - Telecrystal: 1 + Telecrystal: 5 cost: - Telecrystal: 2 + Telecrystal: 10 categories: - UplinkWeaponry @@ -73,10 +76,10 @@ description: uplink-energycrossbow-desc discountCategory: rareDiscounts discountDownTo: - Telecrystal: 3 + Telecrystal: 15 productEntity: WeaponEnergyCrossbow cost: - Telecrystal: 5 + Telecrystal: 25 categories: - UplinkWeaponry conditions: @@ -87,15 +90,15 @@ id: UplinkThrowingKnivesKit name: uplink-knives-kit-name description: uplink-knives-kit-desc - icon: { sprite: /Textures/Objects/Storage/boxicons.rsi, state: throwing_knives } + icon: {sprite: /Textures/Objects/Storage/boxicons.rsi, state: throwing_knives} productEntity: ThrowingKnivesKit discountCategory: rareDiscounts discountDownTo: - Telecrystal: 3 + Telecrystal: 15 cost: - Telecrystal: 6 + Telecrystal: 30 categories: - - UplinkWeaponry + - UplinkWeaponry - type: listing id: UplinkGlovesNorthStar @@ -104,9 +107,9 @@ productEntity: ClothingHandsGlovesNorthStar discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 4 + Telecrystal: 20 cost: - Telecrystal: 8 + Telecrystal: 40 categories: - UplinkWeaponry @@ -114,13 +117,14 @@ id: UplinkGlovesKnuckleDusters name: uplink-gloves-knuckleduster-name description: uplink-gloves-knuckleduster-desc - icon: { sprite: Clothing/Hands/Gloves/KnuckleDusters/syndicateknuckleduster.rsi, state: syndicateknuckleduster } + icon: {sprite: Clothing/Hands/Gloves/KnuckleDusters/syndicateknuckleduster.rsi, + state: syndicateknuckleduster} productEntity: ClothingHandsKnuckleDustersSyndicate discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 2 + Telecrystal: 10 cost: - Telecrystal: 4 + Telecrystal: 20 categories: - UplinkWeaponry @@ -128,13 +132,13 @@ id: UplinkEshield name: uplink-eshield-name description: uplink-eshield-desc - icon: { sprite: /Textures/Objects/Weapons/Melee/e_shield.rsi, state: eshield-on } + icon: {sprite: /Textures/Objects/Weapons/Melee/e_shield.rsi, state: eshield-on} productEntity: EnergyShield discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 4 + Telecrystal: 20 cost: - Telecrystal: 8 + Telecrystal: 40 categories: - UplinkWeaponry conditions: @@ -147,13 +151,13 @@ id: uplinkRiggedBoxingGloves name: uplink-rigged-boxing-gloves-name description: uplink-rigged-boxing-gloves-desc - icon: { sprite: Clothing/Hands/Gloves/Boxing/boxingblue.rsi, state: icon } + icon: {sprite: Clothing/Hands/Gloves/Boxing/boxingblue.rsi, state: icon} productEntity: ClothingHandsGlovesBoxingRiggedBlue # TODO Replace this with the random spawner when it's not bugged discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 8 + Telecrystal: 40 cost: - Telecrystal: 10 + Telecrystal: 50 categories: - UplinkWeaponry @@ -161,13 +165,14 @@ id: UplinkSniperBundle name: uplink-sniper-bundle-name description: uplink-sniper-bundle-desc - icon: { sprite: /Textures/Objects/Weapons/Guns/Snipers/heavy_sniper.rsi, state: base } + icon: {sprite: /Textures/Objects/Weapons/Guns/Snipers/heavy_sniper.rsi, state: + base} productEntity: BriefcaseSyndieSniperBundleFilled discountCategory: usualDiscounts discountDownTo: - Telecrystal: 6 + Telecrystal: 30 cost: - Telecrystal: 10 + Telecrystal: 50 categories: - UplinkWeaponry @@ -175,13 +180,14 @@ id: UplinkHushpup name: uplink-hushpup-name description: uplink-hushpup-desc - icon: { sprite: /Textures/Objects/Weapons/Guns/Shotguns/hushpup.rsi, state: icon } + icon: {sprite: /Textures/Objects/Weapons/Guns/Shotguns/hushpup.rsi, state: + icon} productEntity: BriefcaseWeaponHushpupFilled discountCategory: rareDiscounts discountDownTo: - Telecrystal: 8 + Telecrystal: 40 cost: - Telecrystal: 10 + Telecrystal: 50 categories: - UplinkWeaponry @@ -189,13 +195,13 @@ id: UplinkC20R name: uplink-c20r-name description: uplink-c20r-desc - icon: { sprite: /Textures/Objects/Weapons/Guns/SMGs/c20r.rsi, state: icon } + icon: {sprite: /Textures/Objects/Weapons/Guns/SMGs/c20r.rsi, state: icon} productEntity: BriefcaseWeaponC20Filled discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 10 + Telecrystal: 50 cost: - Telecrystal: 14 + Telecrystal: 70 categories: - UplinkWeaponry conditions: @@ -208,13 +214,13 @@ id: UplinkC20RBundle name: uplink-c20r-bundle-name description: uplink-c20r-bundle-desc - icon: { sprite: /Textures/Objects/Weapons/Guns/SMGs/c20r.rsi, state: icon } + icon: {sprite: /Textures/Objects/Weapons/Guns/SMGs/c20r.rsi, state: icon} productEntity: ClothingBackpackDuffelSyndicateFilledSMG discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 10 + Telecrystal: 50 cost: - Telecrystal: 17 + Telecrystal: 85 categories: - UplinkWeaponry conditions: @@ -227,13 +233,14 @@ id: UplinkBulldog name: uplink-bulldog-name description: uplink-bulldog-desc - icon: { sprite: /Textures/Objects/Weapons/Guns/Shotguns/bulldog.rsi, state: icon } + icon: {sprite: /Textures/Objects/Weapons/Guns/Shotguns/bulldog.rsi, state: + icon} productEntity: BriefcaseWeaponBulldogFilled discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 10 + Telecrystal: 50 cost: - Telecrystal: 14 + Telecrystal: 70 categories: - UplinkWeaponry conditions: @@ -246,13 +253,14 @@ id: UplinkBulldogBundle name: uplink-bulldog-bundle-name description: uplink-bulldog-bundle-desc - icon: { sprite: /Textures/Objects/Weapons/Guns/Shotguns/bulldog.rsi, state: icon } + icon: {sprite: /Textures/Objects/Weapons/Guns/Shotguns/bulldog.rsi, state: + icon} productEntity: ClothingBackpackDuffelSyndicateFilledShotgun discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 12 + Telecrystal: 60 cost: - Telecrystal: 20 + Telecrystal: 100 categories: - UplinkWeaponry conditions: @@ -265,13 +273,13 @@ id: UplinkEstocBundle name: uplink-estoc-bundle-name description: uplink-estoc-bundle-desc - icon: { sprite: /Textures/Objects/Weapons/Guns/Rifles/estoc.rsi, state: icon } + icon: {sprite: /Textures/Objects/Weapons/Guns/Rifles/estoc.rsi, state: icon} productEntity: ClothingBackpackDuffelSyndicateFilledRifle discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 11 + Telecrystal: 55 cost: - Telecrystal: 18 + Telecrystal: 90 categories: - UplinkWeaponry conditions: @@ -284,10 +292,11 @@ id: UplinkGrenadeLauncher name: uplink-grenade-launcher-name description: uplink-grenade-launcher-desc - icon: { sprite: /Textures/Objects/Weapons/Guns/Launchers/china_lake.rsi, state: icon } + icon: {sprite: /Textures/Objects/Weapons/Guns/Launchers/china_lake.rsi, state: + icon} productEntity: BriefcaseWeaponChinaLakeFilled cost: - Telecrystal: 20 + Telecrystal: 100 categories: - UplinkWeaponry conditions: @@ -300,13 +309,14 @@ id: UplinkGrenadeLauncherBundle name: uplink-grenade-launcher-bundle-name description: uplink-grenade-launcher-bundle-desc - icon: { sprite: /Textures/Objects/Weapons/Guns/Launchers/china_lake.rsi, state: icon } + icon: {sprite: /Textures/Objects/Weapons/Guns/Launchers/china_lake.rsi, state: + icon} productEntity: ClothingBackpackDuffelSyndicateFilledGrenadeLauncher discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 20 + Telecrystal: 100 cost: - Telecrystal: 25 + Telecrystal: 125 categories: - UplinkWeaponry conditions: @@ -319,13 +329,13 @@ id: UplinkL6SawBundle name: uplink-l6-saw-bundle-name description: uplink-l6-saw-bundle-desc - icon: { sprite: /Textures/Objects/Weapons/Guns/LMGs/l6.rsi, state: icon } + icon: {sprite: /Textures/Objects/Weapons/Guns/LMGs/l6.rsi, state: icon} productEntity: ClothingBackpackDuffelSyndicateFilledLMG discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 24 + Telecrystal: 120 cost: - Telecrystal: 30 + Telecrystal: 150 categories: - UplinkWeaponry @@ -338,9 +348,9 @@ productEntity: ExGrenade discountCategory: usualDiscounts discountDownTo: - Telecrystal: 2 + Telecrystal: 10 cost: - Telecrystal: 4 + Telecrystal: 20 categories: - UplinkExplosives conditions: @@ -355,7 +365,7 @@ description: uplink-smoke-grenade-desc productEntity: SmokeGrenade cost: - Telecrystal: 1 + Telecrystal: 5 categories: - UplinkExplosives @@ -366,11 +376,11 @@ productEntity: SyndieMiniBomb discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 3 + Telecrystal: 15 cost: - Telecrystal: 6 + Telecrystal: 30 categories: - - UplinkExplosives + - UplinkExplosives - type: listing id: UplinkSingularityGrenade @@ -379,11 +389,11 @@ productEntity: SingularityGrenade discountCategory: usualDiscounts discountDownTo: - Telecrystal: 1 + Telecrystal: 5 cost: - Telecrystal: 2 + Telecrystal: 10 categories: - - UplinkDisruption + - UplinkDisruption - type: listing id: UplinkGrenadePenguin @@ -392,11 +402,11 @@ productEntity: MobGrenadePenguin discountCategory: usualDiscounts discountDownTo: - Telecrystal: 3 + Telecrystal: 15 cost: - Telecrystal: 4 + Telecrystal: 20 categories: - - UplinkExplosives + - UplinkExplosives conditions: - !type:BuyerWhitelistCondition blacklist: @@ -410,9 +420,9 @@ productEntity: C4 discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 1 + Telecrystal: 5 cost: - Telecrystal: 2 + Telecrystal: 10 categories: - UplinkExplosives @@ -423,9 +433,9 @@ productEntity: ClothingBeltMilitaryWebbingGrenadeFilled discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 6 + Telecrystal: 30 cost: - Telecrystal: 12 + Telecrystal: 60 categories: - UplinkExplosives conditions: @@ -441,9 +451,9 @@ productEntity: ClothingBackpackDuffelSyndicateC4tBundle discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 8 + Telecrystal: 40 cost: - Telecrystal: 12 #you're buying bulk so its a 25% discount, so no additional random discount over it + Telecrystal: 60 #you're buying bulk so its a 25% discount, so no additional random discount over it categories: - UplinkExplosives @@ -454,9 +464,9 @@ productEntity: EmpGrenade discountCategory: usualDiscounts discountDownTo: - Telecrystal: 1 + Telecrystal: 5 cost: - Telecrystal: 2 + Telecrystal: 10 categories: - UplinkExplosives @@ -464,13 +474,13 @@ id: UplinkExplodingPen name: uplink-exploding-pen-name description: uplink-exploding-pen-desc - icon: { sprite: /Textures/Objects/Misc/pens.rsi, state: pen } + icon: {sprite: /Textures/Objects/Misc/pens.rsi, state: pen} productEntity: PenExplodingBox discountCategory: usualDiscounts discountDownTo: - Telecrystal: 2 + Telecrystal: 10 cost: - Telecrystal: 4 + Telecrystal: 20 categories: - UplinkExplosives @@ -480,9 +490,9 @@ description: uplink-exploding-syndicate-bomb-desc productEntity: SyndicateBomb cost: - Telecrystal: 11 + Telecrystal: 55 categories: - - UplinkExplosives + - UplinkExplosives restockTime: 1800 conditions: - !type:StoreWhitelistCondition @@ -496,9 +506,9 @@ description: uplink-exploding-syndicate-bomb-desc productEntity: SyndicateBomb cost: - Telecrystal: 11 + Telecrystal: 55 categories: - - UplinkExplosives + - UplinkExplosives conditions: - !type:StoreWhitelistCondition whitelist: @@ -512,9 +522,9 @@ productEntity: GrenadeShrapnel discountCategory: rareDiscounts discountDownTo: - Telecrystal: 2 + Telecrystal: 10 cost: - Telecrystal: 4 + Telecrystal: 20 categories: - UplinkExplosives @@ -525,9 +535,9 @@ productEntity: GrenadeIncendiary discountCategory: rareDiscounts discountDownTo: - Telecrystal: 2 + Telecrystal: 10 cost: - Telecrystal: 4 + Telecrystal: 20 categories: - UplinkExplosives @@ -537,10 +547,12 @@ id: UplinkPistol9mmMagazine name: uplink-pistol-magazine-name description: uplink-pistol-magazine-desc - icon: { sprite: /Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi, state: base-icon } + icon: {sprite: + /Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_high_capacity_mag.rsi, + state: base-icon} productEntity: MagazinePistolHighCapacity cost: - Telecrystal: 1 + Telecrystal: 5 categories: - UplinkAmmo @@ -549,10 +561,12 @@ id: UplinkMagazinePistolSubMachineGun name: uplink-pistol-magazine-c20r-name description: uplink-pistol-magazine-c20r-desc - icon: { sprite: /Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag.rsi, state: red-icon } + icon: {sprite: + /Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag.rsi, + state: red-icon} productEntity: MagazinePistolSubMachineGun cost: - Telecrystal: 2 + Telecrystal: 10 categories: - UplinkAmmo @@ -561,10 +575,12 @@ id: UplinkMagazineShotgunPellet name: uplink-magazine-bulldog-pellet-name description: uplink-magazine-bulldog-pellet-desc - icon: { sprite: /Textures/Objects/Weapons/Guns/Ammunition/Magazine/Shotgun/m12.rsi, state: pellets } + icon: {sprite: + /Textures/Objects/Weapons/Guns/Ammunition/Magazine/Shotgun/m12.rsi, state: + pellets} productEntity: MagazineShotgun cost: - Telecrystal: 2 + Telecrystal: 10 categories: - UplinkAmmo @@ -572,10 +588,12 @@ id: UplinkMagazineShotgunSlug name: uplink-magazine-bulldog-slug-name description: uplink-magazine-bulldog-slug-desc - icon: { sprite: /Textures/Objects/Weapons/Guns/Ammunition/Magazine/Shotgun/m12.rsi, state: slug } + icon: {sprite: + /Textures/Objects/Weapons/Guns/Ammunition/Magazine/Shotgun/m12.rsi, state: + slug} productEntity: MagazineShotgunSlug cost: - Telecrystal: 2 + Telecrystal: 10 categories: - UplinkAmmo @@ -584,10 +602,12 @@ id: UplinkMagazinePistolCaselessRifle name: uplink-pistol-magazine-caseless-name description: uplink-pistol-magazine-caseless-desc - icon: { sprite: /Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi, state: red-icon } + icon: {sprite: + /Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi, + state: red-icon} productEntity: MagazinePistolCaselessRifle cost: - Telecrystal: 1 + Telecrystal: 5 categories: - UplinkAmmo @@ -598,7 +618,7 @@ description: uplink-mosin-ammo-desc productEntity: MagazineBoxLightRifle cost: - Telecrystal: 1 + Telecrystal: 5 categories: - UplinkAmmo @@ -609,7 +629,7 @@ description: uplink-estoc-ammo-desc productEntity: MagazineRifle cost: - Telecrystal: 2 + Telecrystal: 10 categories: - UplinkAmmo @@ -620,7 +640,7 @@ description: uplink-sniper-ammo-desc productEntity: MagazineBoxAntiMateriel cost: - Telecrystal: 2 + Telecrystal: 10 categories: - UplinkAmmo @@ -630,18 +650,18 @@ description: uplink-ammo-bundle-desc productEntity: ClothingBackpackDuffelSyndicateAmmoFilled cost: - Telecrystal: 15 + Telecrystal: 75 categories: - UplinkAmmo conditions: - - !type:StoreWhitelistCondition - whitelist: - tags: - - NukeOpsUplink - - !type:BuyerWhitelistCondition - blacklist: - components: - - SurplusBundle + - !type:StoreWhitelistCondition + whitelist: + tags: + - NukeOpsUplink + - !type:BuyerWhitelistCondition + blacklist: + components: + - SurplusBundle #Chemicals @@ -649,13 +669,13 @@ id: UplinkHypopen name: uplink-hypopen-name description: uplink-hypopen-desc - icon: { sprite: /Textures/Objects/Misc/pens.rsi, state: pen } + icon: {sprite: /Textures/Objects/Misc/pens.rsi, state: pen} productEntity: HypopenBox discountCategory: rareDiscounts discountDownTo: - Telecrystal: 4 + Telecrystal: 20 cost: - Telecrystal: 6 + Telecrystal: 30 categories: - UplinkChemicals @@ -663,13 +683,13 @@ id: UplinkHypoDart name: uplink-hypodart-name description: uplink-hypodart-desc - icon: { sprite: /Textures/Objects/Fun/Darts/dart_red.rsi, state: icon } + icon: {sprite: /Textures/Objects/Fun/Darts/dart_red.rsi, state: icon} productEntity: HypoDartBox discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 1 + Telecrystal: 5 cost: - Telecrystal: 2 + Telecrystal: 10 categories: - UplinkChemicals @@ -677,13 +697,13 @@ id: UplinkChemistryKitBundle name: uplink-chemistry-kit-name description: uplink-chemistry-kit-desc - icon: { sprite: /Textures/Objects/Storage/boxicons.rsi, state: vials } + icon: {sprite: /Textures/Objects/Storage/boxicons.rsi, state: vials} productEntity: ChemicalSynthesisKit discountCategory: usualDiscounts discountDownTo: - Telecrystal: 2 + Telecrystal: 10 cost: - Telecrystal: 3 + Telecrystal: 15 categories: - UplinkChemicals @@ -691,10 +711,10 @@ id: UplinkZombieBundle name: uplink-zombie-bundle-name description: uplink-zombie-bundle-desc - icon: { sprite: /Textures/Structures/Wallmounts/signs.rsi, state: bio } + icon: {sprite: /Textures/Structures/Wallmounts/signs.rsi, state: bio} productEntity: ClothingBackpackDuffelZombieBundle cost: - Telecrystal: 40 + Telecrystal: 200 categories: - UplinkChemicals conditions: @@ -714,9 +734,9 @@ productEntity: ChemistryBottleNocturine discountCategory: usualDiscounts discountDownTo: - Telecrystal: 2 + Telecrystal: 10 cost: - Telecrystal: 4 + Telecrystal: 20 categories: - UplinkChemicals @@ -727,9 +747,9 @@ productEntity: MedkitCombatFilled discountCategory: usualDiscounts discountDownTo: - Telecrystal: 2 + Telecrystal: 10 cost: - Telecrystal: 3 + Telecrystal: 15 categories: - UplinkChemicals @@ -740,9 +760,9 @@ productEntity: CombatMedipen discountCategory: usualDiscounts discountDownTo: - Telecrystal: 2 + Telecrystal: 10 cost: - Telecrystal: 3 + Telecrystal: 15 categories: - UplinkChemicals @@ -753,9 +773,9 @@ productEntity: Stimpack discountCategory: usualDiscounts discountDownTo: - Telecrystal: 1 + Telecrystal: 5 cost: - Telecrystal: 2 + Telecrystal: 10 categories: - UplinkChemicals @@ -766,9 +786,9 @@ productEntity: StimkitFilled discountCategory: rareDiscounts discountDownTo: - Telecrystal: 3 + Telecrystal: 15 cost: - Telecrystal: 5 + Telecrystal: 25 categories: - UplinkChemicals @@ -778,7 +798,7 @@ description: uplink-cigarettes-desc productEntity: CigPackSyndicate cost: - Telecrystal: 1 + Telecrystal: 5 categories: - UplinkChemicals @@ -789,20 +809,20 @@ productEntity: ClothingBackpackDuffelSyndicateMedicalBundleFilled discountCategory: rareDiscounts discountDownTo: - Telecrystal: 16 + Telecrystal: 80 cost: - Telecrystal: 24 + Telecrystal: 120 categories: - UplinkChemicals conditions: - - !type:StoreWhitelistCondition - whitelist: - tags: - - NukeOpsUplink - - !type:BuyerWhitelistCondition - blacklist: - components: - - SurplusBundle + - !type:StoreWhitelistCondition + whitelist: + tags: + - NukeOpsUplink + - !type:BuyerWhitelistCondition + blacklist: + components: + - SurplusBundle # Deception - type: listing @@ -811,7 +831,7 @@ description: uplink-syndicate-id-card-desc productEntity: SyndicateIDCard cost: - Telecrystal: 1 + Telecrystal: 5 categories: - UplinkDeception @@ -822,9 +842,9 @@ productEntity: AgentIDCard discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 1 + Telecrystal: 5 cost: - Telecrystal: 3 + Telecrystal: 15 categories: - UplinkDeception @@ -835,9 +855,9 @@ productEntity: StealthBox discountCategory: usualDiscounts discountDownTo: - Telecrystal: 2 + Telecrystal: 10 cost: - Telecrystal: 5 + Telecrystal: 25 categories: - UplinkDeception @@ -848,9 +868,9 @@ productEntity: ChameleonProjector discountCategory: rareDiscounts discountDownTo: - Telecrystal: 2 + Telecrystal: 10 cost: - Telecrystal: 3 + Telecrystal: 15 categories: - UplinkDeception @@ -858,13 +878,14 @@ id: UplinkHeadsetEncryptionKey name: uplink-encryption-key-name description: uplink-encryption-key-desc - icon: { sprite: /Textures/Objects/Devices/encryption_keys.rsi, state: synd_label } + icon: {sprite: /Textures/Objects/Devices/encryption_keys.rsi, state: + synd_label} productEntity: BoxEncryptionKeySyndie # Two for the price of one discountCategory: usualDiscounts discountDownTo: - Telecrystal: 1 + Telecrystal: 5 cost: - Telecrystal: 2 + Telecrystal: 10 categories: - UplinkDeception @@ -872,10 +893,10 @@ id: UplinkBinaryTranslatorKey name: uplink-binary-translator-key-name description: uplink-binary-translator-key-desc - icon: { sprite: /Textures/Objects/Devices/encryption_keys.rsi, state: ai_label } + icon: {sprite: /Textures/Objects/Devices/encryption_keys.rsi, state: ai_label} productEntity: EncryptionKeyBinarySyndicate cost: - Telecrystal: 1 + Telecrystal: 5 categories: - UplinkDeception @@ -885,7 +906,7 @@ description: uplink-cyberpen-desc productEntity: CyberPen cost: - Telecrystal: 1 + Telecrystal: 5 categories: - UplinkDeception @@ -895,7 +916,7 @@ description: uplink-decoy-disk-desc productEntity: NukeDiskFake cost: - Telecrystal: 1 + Telecrystal: 5 categories: - UplinkDeception @@ -906,11 +927,11 @@ productEntity: BriefcaseSyndieLobbyingBundleFilled discountCategory: usualDiscounts discountDownTo: - Telecrystal: 2 + Telecrystal: 10 cost: - Telecrystal: 4 + Telecrystal: 20 categories: - - UplinkDeception + - UplinkDeception # - type: listing # id: UplinkGigacancerScanner @@ -929,9 +950,9 @@ productEntity: SyndicateBombFake discountCategory: usualDiscounts discountDownTo: - Telecrystal: 1 + Telecrystal: 5 cost: - Telecrystal: 4 + Telecrystal: 20 categories: - UplinkDeception restockTime: 1800 @@ -948,9 +969,9 @@ productEntity: SyndicateBombFake discountCategory: usualDiscounts discountDownTo: - Telecrystal: 1 + Telecrystal: 5 cost: - Telecrystal: 4 + Telecrystal: 20 categories: - UplinkDeception conditions: @@ -968,9 +989,9 @@ productEntity: AccessBreaker discountCategory: rareDiscounts discountDownTo: - Telecrystal: 2 + Telecrystal: 10 cost: - Telecrystal: 4 + Telecrystal: 20 categories: - UplinkDisruption @@ -981,9 +1002,9 @@ productEntity: Emag discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 3 + Telecrystal: 15 cost: - Telecrystal: 5 + Telecrystal: 25 categories: - UplinkDisruption @@ -994,9 +1015,9 @@ productEntity: RadioJammer discountCategory: usualDiscounts discountDownTo: - Telecrystal: 2 + Telecrystal: 10 cost: - Telecrystal: 3 + Telecrystal: 15 categories: - UplinkDisruption @@ -1007,9 +1028,9 @@ productEntity: BorgModuleSyndicateWeapon discountCategory: usualDiscounts discountDownTo: - Telecrystal: 3 + Telecrystal: 15 cost: - Telecrystal: 5 + Telecrystal: 25 categories: - UplinkDisruption @@ -1020,9 +1041,9 @@ productEntity: ToolboxElectricalTurretFilled discountCategory: usualDiscounts discountDownTo: - Telecrystal: 2 + Telecrystal: 10 cost: - Telecrystal: 4 + Telecrystal: 20 categories: - UplinkDisruption conditions: @@ -1036,14 +1057,15 @@ name: uplink-syndicate-martyr-module-name description: uplink-syndicate-martyr-module-desc productEntity: BorgModuleMartyr - icon: { sprite: /Textures/Objects/Specific/Robotics/borgmodule.rsi, state: syndicateborgbomb } + icon: {sprite: /Textures/Objects/Specific/Robotics/borgmodule.rsi, state: + syndicateborgbomb} discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 2 + Telecrystal: 10 cost: - Telecrystal: 4 + Telecrystal: 20 categories: - - UplinkDisruption + - UplinkDisruption - type: listing id: UplinkSoapSyndie @@ -1051,7 +1073,7 @@ description: uplink-soap-desc productEntity: SoapSyndie cost: - Telecrystal: 1 + Telecrystal: 5 categories: - UplinkDisruption @@ -1062,7 +1084,7 @@ productEntity: SlipocalypseClusterSoap discountCategory: rareDiscounts cost: - Telecrystal: 1 + Telecrystal: 5 categories: - UplinkDisruption @@ -1073,9 +1095,9 @@ productEntity: ToolboxSyndicateFilled discountCategory: rareDiscounts discountDownTo: - Telecrystal: 1 + Telecrystal: 5 cost: - Telecrystal: 2 + Telecrystal: 10 categories: - UplinkDisruption @@ -1086,9 +1108,9 @@ productEntity: SyndicateJawsOfLife discountCategory: rareDiscounts discountDownTo: - Telecrystal: 1 + Telecrystal: 5 cost: - Telecrystal: 2 + Telecrystal: 10 categories: - UplinkDisruption @@ -1098,7 +1120,7 @@ description: uplink-travel-camera-desc productEntity: TravelCamera cost: - Telecrystal: 1 + Telecrystal: 5 categories: - UplinkDeception @@ -1123,9 +1145,9 @@ productEntity: PowerSink discountCategory: usualDiscounts discountDownTo: - Telecrystal: 4 + Telecrystal: 20 cost: - Telecrystal: 8 + Telecrystal: 40 categories: - UplinkExplosives @@ -1133,20 +1155,21 @@ id: UplinkSyndimovCircuitKit name: uplink-syndimov-law-name description: uplink-syndimov-law-desc - icon: { sprite: /Textures/Objects/Storage/boxicons.rsi, state: syndicate_circuit } + icon: {sprite: /Textures/Objects/Storage/boxicons.rsi, state: + syndicate_circuit} productEntity: SyndimovCircuitKit discountCategory: usualDiscounts discountDownTo: - Telecrystal: 6 + Telecrystal: 30 cost: - Telecrystal: 8 + Telecrystal: 40 categories: - UplinkDisruption conditions: - !type:StoreWhitelistCondition - blacklist: - tags: - - NukeOpsUplink + blacklist: + tags: + - NukeOpsUplink - type: listing id: UplinkAntimovCircuitBoard @@ -1155,9 +1178,9 @@ productEntity: AntimovCircuitBoard discountCategory: rareDiscounts discountDownTo: - Telecrystal: 20 + Telecrystal: 100 cost: - Telecrystal: 24 + Telecrystal: 120 categories: - UplinkDisruption conditions: @@ -1172,7 +1195,7 @@ description: uplink-surplus-bundle-desc productEntity: CrateSyndicateSurplusBundle cost: - Telecrystal: 20 + Telecrystal: 100 categories: - UplinkDisruption conditions: @@ -1191,18 +1214,18 @@ description: uplink-starter-kit-desc productEntity: ClothingBackpackDuffelSyndicateFilledStarterKit cost: - Telecrystal: 40 + Telecrystal: 200 categories: - UplinkDisruption conditions: - - !type:StoreWhitelistCondition - whitelist: - tags: - - NukeOpsUplink - - !type:BuyerWhitelistCondition - blacklist: - components: - - SurplusBundle + - !type:StoreWhitelistCondition + whitelist: + tags: + - NukeOpsUplink + - !type:BuyerWhitelistCondition + blacklist: + components: + - SurplusBundle - type: listing id: UplinkSingarityBeacon @@ -1211,11 +1234,11 @@ productEntity: SingularityBeacon discountCategory: usualDiscounts discountDownTo: - Telecrystal: 4 + Telecrystal: 20 cost: - Telecrystal: 12 + Telecrystal: 60 categories: - - UplinkDisruption + - UplinkDisruption conditions: - !type:StoreWhitelistCondition whitelist: @@ -1233,9 +1256,9 @@ productEntity: CameraBug discountCategory: usualDiscounts discountDownTo: - Telecrystal: 1 + Telecrystal: 5 cost: - Telecrystal: 2 + Telecrystal: 10 categories: - UplinkDisruption @@ -1245,13 +1268,13 @@ id: UplinkHoloparaKit name: uplink-holopara-kit-name description: uplink-holopara-kit-desc - icon: { sprite: /Textures/Objects/Misc/guardian_info.rsi, state: icon } + icon: {sprite: /Textures/Objects/Misc/guardian_info.rsi, state: icon} productEntity: BoxHoloparasite discountCategory: usualDiscounts discountDownTo: - Telecrystal: 8 + Telecrystal: 40 cost: - Telecrystal: 12 + Telecrystal: 60 categories: - UplinkAllies conditions: @@ -1265,89 +1288,90 @@ name: uplink-reinforcement-radio-name description: uplink-reinforcement-radio-traitor-desc productEntity: ReinforcementRadioSyndicate - icon: { sprite: Objects/Devices/communication.rsi, state: old-radio-urist } + icon: {sprite: Objects/Devices/communication.rsi, state: old-radio-urist} discountCategory: usualDiscounts discountDownTo: - Telecrystal: 7 + Telecrystal: 35 cost: - Telecrystal: 11 + Telecrystal: 55 categories: - UplinkAllies conditions: - - !type:StoreWhitelistCondition - blacklist: - tags: - - NukeOpsUplink + - !type:StoreWhitelistCondition + blacklist: + tags: + - NukeOpsUplink - type: listing id: UplinkReinforcementRadioSyndicateNukeops # Version for Nukeops that spawns another nuclear operative without the uplink. name: uplink-reinforcement-radio-nukeops-name description: uplink-reinforcement-radio-nukeops-desc productEntity: ReinforcementRadioSyndicateNukeops - icon: { sprite: Objects/Devices/communication.rsi, state: old-radio-nukeop } + icon: {sprite: Objects/Devices/communication.rsi, state: old-radio-nukeop} cost: - Telecrystal: 30 + Telecrystal: 150 categories: - UplinkAllies conditions: - - !type:StoreWhitelistCondition - whitelist: - tags: - - NukeOpsUplink + - !type:StoreWhitelistCondition + whitelist: + tags: + - NukeOpsUplink - type: listing id: UplinkReinforcementRadioSyndicateCyborgAssault - name: uplink-reinforcement-radio-cyborg-assault-name + name: uplink-reinforcement-radio-cyborg-assault-name description: uplink-reinforcement-radio-cyborg-assault-desc productEntity: ReinforcementRadioSyndicateCyborgAssault - icon: { sprite: Objects/Devices/communication.rsi, state: old-radio-borg-assault } + icon: {sprite: Objects/Devices/communication.rsi, state: + old-radio-borg-assault} cost: - Telecrystal: 65 + Telecrystal: 325 categories: - - UplinkAllies + - UplinkAllies conditions: - - !type:StoreWhitelistCondition - whitelist: - tags: - - NukeOpsUplink + - !type:StoreWhitelistCondition + whitelist: + tags: + - NukeOpsUplink - type: listing id: UplinkReinforcementRadioSyndicateAncestor name: uplink-reinforcement-radio-ancestor-name description: uplink-reinforcement-radio-ancestor-desc productEntity: ReinforcementRadioSyndicateAncestor - icon: { sprite: Objects/Devices/communication.rsi, state: old-radio-ancestor } + icon: {sprite: Objects/Devices/communication.rsi, state: old-radio-ancestor} discountCategory: usualDiscounts discountDownTo: - Telecrystal: 4 + Telecrystal: 20 cost: - Telecrystal: 6 + Telecrystal: 30 categories: - UplinkAllies conditions: - - !type:StoreWhitelistCondition - blacklist: - tags: - - NukeOpsUplink + - !type:StoreWhitelistCondition + blacklist: + tags: + - NukeOpsUplink - type: listing id: UplinkReinforcementRadioSyndicateAncestorNukeops # Version for Nukeops that spawns a syndicate monkey with the NukeOperative component. name: uplink-reinforcement-radio-ancestor-name description: uplink-reinforcement-radio-ancestor-desc productEntity: ReinforcementRadioSyndicateAncestorNukeops - icon: { sprite: Objects/Devices/communication.rsi, state: old-radio-ancestor } + icon: {sprite: Objects/Devices/communication.rsi, state: old-radio-ancestor} discountCategory: usualDiscounts discountDownTo: - Telecrystal: 4 + Telecrystal: 20 cost: - Telecrystal: 6 + Telecrystal: 30 categories: - UplinkAllies conditions: - - !type:StoreWhitelistCondition - whitelist: - tags: - - NukeOpsUplink + - !type:StoreWhitelistCondition + whitelist: + tags: + - NukeOpsUplink - type: listing id: UplinkCarpDehydrated @@ -1355,7 +1379,7 @@ description: uplink-carp-dehydrated-desc productEntity: DehydratedSpaceCarp cost: - Telecrystal: 1 + Telecrystal: 5 categories: - UplinkAllies conditions: @@ -1368,26 +1392,26 @@ id: UplinkMobCatMicrobomb name: uplink-mobcat-microbomb-name description: uplink-mobcat-microbomb-desc - icon: { sprite: Objects/Devices/communication.rsi, state: old-radio-syndicat } + icon: {sprite: Objects/Devices/communication.rsi, state: old-radio-syndicat} productEntity: ReinforcementRadioSyndicateSyndiCat discountCategory: usualDiscounts discountDownTo: - Telecrystal: 3 + Telecrystal: 15 cost: - Telecrystal: 6 + Telecrystal: 30 categories: - - UplinkAllies + - UplinkAllies - type: listing id: UplinkSyndicatePersonalAI name: uplink-syndicate-pai-name description: uplink-syndicate-pai-desc - icon: { sprite: /Textures/Objects/Fun/pai.rsi, state: syndicate-icon-pai-off } + icon: {sprite: /Textures/Objects/Fun/pai.rsi, state: syndicate-icon-pai-off} productEntity: SyndicatePersonalAI cost: - Telecrystal: 1 + Telecrystal: 5 categories: - - UplinkAllies + - UplinkAllies conditions: - !type:ListingLimitedStockCondition stock: 1 @@ -1398,88 +1422,89 @@ id: UplinkStorageImplanter name: uplink-storage-implanter-name description: uplink-storage-implanter-desc - icon: { sprite: /Textures/Clothing/Back/Backpacks/backpack.rsi, state: icon } + icon: {sprite: /Textures/Clothing/Back/Backpacks/backpack.rsi, state: icon} productEntity: StorageImplanter discountCategory: rareDiscounts discountDownTo: - Telecrystal: 4 + Telecrystal: 20 cost: - Telecrystal: 8 + Telecrystal: 40 categories: - - UplinkImplants + - UplinkImplants conditions: - - !type:StoreWhitelistCondition - blacklist: - tags: - - NukeOpsUplink + - !type:StoreWhitelistCondition + blacklist: + tags: + - NukeOpsUplink - type: listing id: UplinkFreedomImplanter name: uplink-freedom-implanter-name description: uplink-freedom-implanter-desc - icon: { sprite: /Textures/Actions/Implants/implants.rsi, state: freedom } + icon: {sprite: /Textures/Actions/Implants/implants.rsi, state: freedom} productEntity: FreedomImplanter discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 1 + Telecrystal: 5 cost: - Telecrystal: 2 + Telecrystal: 10 categories: - - UplinkImplants + - UplinkImplants - type: listing id: UplinkScramImplanter name: uplink-scram-implanter-name description: uplink-scram-implanter-desc - icon: { sprite: /Textures/Structures/Specific/anomaly.rsi, state: anom4 } + icon: {sprite: /Textures/Structures/Specific/anomaly.rsi, state: anom4} productEntity: ScramImplanter discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 1 + Telecrystal: 5 cost: - Telecrystal: 2 # it's a gamble that may kill you easily so 1 TC per use. + Telecrystal: 10 # it's a gamble that may kill you easily so 1 TC per use. categories: - - UplinkImplants + - UplinkImplants - type: listing id: UplinkDnaScramblerImplant name: uplink-dna-scrambler-implanter-name description: uplink-dna-scrambler-implanter-desc - icon: { sprite: /Textures/Mobs/Species/Human/parts.rsi, state: full } + icon: {sprite: /Textures/Mobs/Species/Human/parts.rsi, state: full} productEntity: DnaScramblerImplanter discountCategory: usualDiscounts discountDownTo: - Telecrystal: 2 + Telecrystal: 10 cost: - Telecrystal: 3 + Telecrystal: 15 categories: - - UplinkImplants + - UplinkImplants - type: listing id: UplinkEmpImplanter name: uplink-emp-implanter-name description: uplink-emp-implanter-desc - icon: { sprite: /Textures/Effects/emp.rsi, state: emp_disable } + icon: {sprite: /Textures/Effects/emp.rsi, state: emp_disable} productEntity: EmpImplanter discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 1 + Telecrystal: 5 cost: - Telecrystal: 2 + Telecrystal: 10 categories: - - UplinkImplants + - UplinkImplants - type: listing id: UplinkRadioImplanter name: uplink-radio-implanter-name description: uplink-radio-implanter-desc - icon: { sprite: /Textures/Objects/Devices/encryption_keys.rsi, state: synd_label } + icon: {sprite: /Textures/Objects/Devices/encryption_keys.rsi, state: + synd_label} productEntity: RadioImplanter discountCategory: usualDiscounts discountDownTo: - Telecrystal: 1 + Telecrystal: 5 cost: - Telecrystal: 2 + Telecrystal: 10 categories: - UplinkImplants @@ -1487,10 +1512,10 @@ id: UplinkMicroBombImplanter name: uplink-micro-bomb-implanter-name description: uplink-micro-bomb-implanter-desc - icon: { sprite: /Textures/Actions/Implants/implants.rsi, state: explosive } + icon: {sprite: /Textures/Actions/Implants/implants.rsi, state: explosive} productEntity: MicroBombImplanter cost: - Telecrystal: 2 + Telecrystal: 10 categories: - UplinkImplants conditions: @@ -1507,53 +1532,53 @@ id: UplinkMacroBombImplanter name: uplink-macro-bomb-implanter-name description: uplink-macro-bomb-implanter-desc - icon: { sprite: /Textures/Actions/Implants/implants.rsi, state: explosive } + icon: {sprite: /Textures/Actions/Implants/implants.rsi, state: explosive} productEntity: MacroBombImplanter cost: - Telecrystal: 13 + Telecrystal: 65 categories: - - UplinkImplants + - UplinkImplants conditions: - - !type:StoreWhitelistCondition - whitelist: - tags: - - NukeOpsUplink - - !type:BuyerWhitelistCondition - blacklist: - components: - - SurplusBundle + - !type:StoreWhitelistCondition + whitelist: + tags: + - NukeOpsUplink + - !type:BuyerWhitelistCondition + blacklist: + components: + - SurplusBundle - type: listing id: UplinkDeathAcidifierImplanter name: uplink-death-acidifier-implant-name description: uplink-death-acidifier-implant-desc - icon: { sprite: /Textures/Objects/Magic/magicactions.rsi, state: gib } + icon: {sprite: /Textures/Objects/Magic/magicactions.rsi, state: gib} productEntity: DeathAcidifierImplanter cost: - Telecrystal: 4 + Telecrystal: 20 categories: - - UplinkImplants + - UplinkImplants conditions: - - !type:StoreWhitelistCondition - whitelist: - tags: - - NukeOpsUplink + - !type:StoreWhitelistCondition + whitelist: + tags: + - NukeOpsUplink - type: listing id: UplinkUplinkImplanter # uplink uplink real name: uplink-uplink-implanter-name description: uplink-uplink-implanter-desc - icon: { sprite: /Textures/Objects/Devices/communication.rsi, state: old-radio } + icon: {sprite: /Textures/Objects/Devices/communication.rsi, state: old-radio} productEntity: UplinkImplanter cost: - Telecrystal: 1 + Telecrystal: 5 categories: - UplinkImplants conditions: - - !type:StoreWhitelistCondition - blacklist: - tags: - - NukeOpsUplink + - !type:StoreWhitelistCondition + blacklist: + tags: + - NukeOpsUplink - type: listing id: UplinkDeathRattle @@ -1561,29 +1586,29 @@ description: uplink-deathrattle-implant-desc productEntity: BoxDeathRattleImplants cost: - Telecrystal: 4 + Telecrystal: 20 categories: - UplinkImplants conditions: - - !type:StoreWhitelistCondition - whitelist: - tags: - - NukeOpsUplink - - !type:BuyerWhitelistCondition - blacklist: - components: - - SurplusBundle + - !type:StoreWhitelistCondition + whitelist: + tags: + - NukeOpsUplink + - !type:BuyerWhitelistCondition + blacklist: + components: + - SurplusBundle - type: listing id: UplinkFakeMindshield name: uplink-fake-mindshield-name description: uplink-fake-mindshield-desc - icon: { sprite: Interface/Actions/actions_fakemindshield.rsi, state: icon-on } + icon: {sprite: Interface/Actions/actions_fakemindshield.rsi, state: icon-on} productEntity: FakeMindShieldImplanter discountDownTo: - Telecrystal: 2 + Telecrystal: 10 cost: - Telecrystal: 4 + Telecrystal: 20 categories: - UplinkImplants @@ -1591,13 +1616,13 @@ id: UplinkVoiceMaskImplant name: uplink-voice-mask-implanter-name description: uplink-voice-mask-implanter-desc - icon: { sprite: Interface/Actions/voice-mask.rsi, state: icon } + icon: {sprite: Interface/Actions/voice-mask.rsi, state: icon} productEntity: VoiceMaskImplanter discountCategory: usualDiscounts discountDownTo: - Telecrystal: 1 + Telecrystal: 5 cost: - Telecrystal: 2 + Telecrystal: 10 categories: - UplinkImplants @@ -1609,7 +1634,7 @@ description: uplink-black-jetpack-desc productEntity: JetpackBlackFilled cost: - Telecrystal: 1 + Telecrystal: 5 categories: - UplinkWearables @@ -1619,7 +1644,7 @@ description: uplink-chest-rig-desc productEntity: ClothingBeltMilitaryWebbing cost: - Telecrystal: 1 + Telecrystal: 5 categories: - UplinkWearables @@ -1628,14 +1653,14 @@ name: uplink-chameleon-name description: uplink-chameleon-desc productEntity: ClothingBackpackChameleonFillAgent - icon: { sprite: /Textures/Clothing/Uniforms/Jumpsuit/rainbow.rsi, state: icon } + icon: {sprite: /Textures/Clothing/Uniforms/Jumpsuit/rainbow.rsi, state: icon} discountCategory: usualDiscounts discountDownTo: - Telecrystal: 2 + Telecrystal: 10 cost: - Telecrystal: 4 + Telecrystal: 20 categories: - - UplinkWearables + - UplinkWearables - type: listing id: UplinkClothingNoSlipsShoes @@ -1644,9 +1669,9 @@ productEntity: ClothingShoesChameleonNoSlips discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 1 + Telecrystal: 5 cost: - Telecrystal: 2 + Telecrystal: 10 categories: - UplinkWearables @@ -1657,9 +1682,9 @@ productEntity: ClothingOuterVestWeb discountCategory: usualDiscounts discountDownTo: - Telecrystal: 3 + Telecrystal: 15 cost: - Telecrystal: 5 + Telecrystal: 25 categories: - UplinkWearables @@ -1670,9 +1695,9 @@ productEntity: ClothingOuterVestWebElite discountCategory: usualDiscounts discountDownTo: - Telecrystal: 3 + Telecrystal: 15 cost: - Telecrystal: 5 + Telecrystal: 25 categories: - UplinkWearables @@ -1683,9 +1708,9 @@ productEntity: ClothingShoesBootsMagSyndie discountCategory: usualDiscounts discountDownTo: - Telecrystal: 1 + Telecrystal: 5 cost: - Telecrystal: 2 + Telecrystal: 10 categories: - UplinkWearables @@ -1693,10 +1718,11 @@ id: UplinkEVASyndie name: uplink-eva-syndie-name description: uplink-eva-syndie-desc - icon: { sprite: /Textures/Clothing/OuterClothing/Suits/eva_syndicate.rsi, state: icon } + icon: {sprite: /Textures/Clothing/OuterClothing/Suits/eva_syndicate.rsi, state: + icon} productEntity: ClothingBackpackDuffelSyndicateEVABundle cost: - Telecrystal: 1 + Telecrystal: 5 categories: - UplinkWearables @@ -1704,13 +1730,14 @@ id: UplinkHardsuitCarp name: uplink-hardsuit-carp-name description: uplink-hardsuit-carp-desc - icon: { sprite: /Textures/Clothing/OuterClothing/Suits/carpsuit.rsi, state: icon } + icon: {sprite: /Textures/Clothing/OuterClothing/Suits/carpsuit.rsi, state: + icon} productEntity: ClothingOuterHardsuitCarp discountCategory: rareDiscounts discountDownTo: - Telecrystal: 2 + Telecrystal: 10 cost: - Telecrystal: 3 + Telecrystal: 15 categories: - UplinkWearables @@ -1718,13 +1745,14 @@ id: UplinkHardsuitSyndie name: uplink-hardsuit-syndie-name description: uplink-hardsuit-syndie-desc - icon: { sprite: /Textures/Clothing/OuterClothing/Hardsuits/syndicate.rsi, state: icon } + icon: {sprite: /Textures/Clothing/OuterClothing/Hardsuits/syndicate.rsi, state: + icon} productEntity: ClothingBackpackDuffelSyndicateHardsuitBundle discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 4 + Telecrystal: 20 cost: - Telecrystal: 7 + Telecrystal: 35 categories: - UplinkWearables @@ -1732,10 +1760,11 @@ id: UplinkClothingOuterArmorRaid name: uplink-syndie-raid-name description: uplink-syndie-raid-desc - icon: { sprite: /Textures/Clothing/OuterClothing/Armor/syndie-raid.rsi, state: icon } + icon: {sprite: /Textures/Clothing/OuterClothing/Armor/syndie-raid.rsi, state: + icon} productEntity: ClothingBackpackSyndicateRaidBundle cost: - Telecrystal: 8 + Telecrystal: 40 categories: - UplinkWearables conditions: @@ -1748,10 +1777,11 @@ id: UplinkHardsuitSyndieElite name: uplink-hardsuit-syndieelite-name description: uplink-hardsuit-syndieelite-desc - icon: { sprite: /Textures/Clothing/OuterClothing/Hardsuits/syndieelite.rsi, state: icon } + icon: {sprite: /Textures/Clothing/OuterClothing/Hardsuits/syndieelite.rsi, + state: icon} productEntity: ClothingBackpackDuffelSyndicateEliteHardsuitBundle cost: - Telecrystal: 12 + Telecrystal: 60 categories: - UplinkWearables conditions: @@ -1764,10 +1794,10 @@ id: UplinkClothingOuterHardsuitJuggernaut name: uplink-clothing-outer-hardsuit-juggernaut-name description: uplink-clothing-outer-hardsuit-juggernaut-desc - icon: { sprite: /Textures/Structures/Storage/Crates/syndicate.rsi, state: icon } + icon: {sprite: /Textures/Structures/Storage/Crates/syndicate.rsi, state: icon} productEntity: CrateCybersunJuggernautBundle cost: - Telecrystal: 12 + Telecrystal: 60 categories: - UplinkWearables conditions: @@ -1782,14 +1812,14 @@ description: uplink-clothing-eyes-hud-syndicate-desc productEntity: ClothingEyesHudSyndicate cost: - Telecrystal: 2 + Telecrystal: 10 categories: - - UplinkWearables + - UplinkWearables conditions: - - !type:StoreWhitelistCondition - whitelist: - tags: - - NukeOpsUplink + - !type:StoreWhitelistCondition + whitelist: + tags: + - NukeOpsUplink - type: listing id: UplinkBackpackSyndicate @@ -1797,9 +1827,9 @@ description: uplink-backpack-syndicate-desc productEntity: ClothingBackpackSyndicate cost: - Telecrystal: 2 + Telecrystal: 10 categories: - - UplinkWearables + - UplinkWearables # Pointless @@ -1809,7 +1839,7 @@ description: uplink-barber-scissors-desc productEntity: BarberScissors cost: - Telecrystal: 1 + Telecrystal: 5 categories: - UplinkPointless @@ -1819,7 +1849,7 @@ description: uplink-snack-box-desc productEntity: HappyHonkNukieSnacks cost: - Telecrystal: 1 + Telecrystal: 5 categories: - UplinkPointless @@ -1829,7 +1859,7 @@ description: uplink-clothing-conducting-gloves-desc productEntity: ClothingHandsGlovesConducting cost: - Telecrystal: 1 + Telecrystal: 5 categories: - UplinkPointless @@ -1839,7 +1869,7 @@ description: uplink-revolver-cap-gun-desc productEntity: RevolverCapGun cost: - Telecrystal: 1 + Telecrystal: 5 categories: - UplinkPointless @@ -1860,7 +1890,7 @@ description: uplink-cat-ears-desc productEntity: ClothingHeadHatCatEars cost: - Telecrystal: 26 + Telecrystal: 130 categories: - UplinkPointless conditions: @@ -1886,7 +1916,7 @@ description: uplink-outlaw-glasses-desc productEntity: ClothingEyesGlassesOutlawGlasses cost: - Telecrystal: 1 + Telecrystal: 5 categories: - UplinkPointless @@ -1896,7 +1926,7 @@ description: uplink-costume-pyjama-desc productEntity: ClothingBackpackDuffelSyndicatePyjamaBundle cost: - Telecrystal: 2 + Telecrystal: 10 categories: - UplinkPointless @@ -1906,7 +1936,7 @@ description: uplink-costume-clown-desc productEntity: ClothingBackpackDuffelSyndicateCostumeClown cost: - Telecrystal: 2 + Telecrystal: 10 categories: - UplinkPointless @@ -1916,7 +1946,7 @@ description: uplink-carp-suit-bundle-desc productEntity: ClothingBackpackDuffelSyndicateCarpSuit cost: - Telecrystal: 2 + Telecrystal: 10 categories: - UplinkPointless @@ -1948,7 +1978,7 @@ description: uplink-balloon-desc productEntity: BalloonSyn cost: - Telecrystal: 20 + Telecrystal: 100 categories: - UplinkPointless conditions: @@ -1974,7 +2004,7 @@ description: uplink-scarf-syndie-green-desc productEntity: ClothingNeckScarfStripedSyndieGreen categories: - - UplinkPointless + - UplinkPointless conditions: - !type:ListingLimitedStockCondition stock: 1 @@ -1985,7 +2015,7 @@ description: uplink-business-card-desc productEntity: SyndicateBusinessCard categories: - - UplinkPointless + - UplinkPointless conditions: - !type:ListingLimitedStockCondition stock: 3 @@ -1994,10 +2024,11 @@ id: UplinkDecoyKit name: uplink-decoy-kit-name description: uplink-decoy-kit-desc - icon: { sprite: /Textures/Objects/Tools/Decoys/operative_decoy.rsi, state: folded } + icon: {sprite: /Textures/Objects/Tools/Decoys/operative_decoy.rsi, state: + folded} productEntity: ClothingBackpackDuffelSyndicateDecoyKitFilled cost: - Telecrystal: 1 + Telecrystal: 5 categories: - UplinkPointless @@ -2010,9 +2041,9 @@ productEntity: GatfruitSeeds discountCategory: usualDiscounts discountDownTo: - Telecrystal: 3 + Telecrystal: 15 cost: - Telecrystal: 6 + Telecrystal: 30 categories: - UplinkJob conditions: @@ -2027,9 +2058,9 @@ productEntity: HolyHandGrenade discountCategory: rareDiscounts discountDownTo: - Telecrystal: 14 + Telecrystal: 70 cost: - Telecrystal: 20 + Telecrystal: 100 categories: - UplinkJob conditions: @@ -2044,9 +2075,9 @@ productEntity: RevolverCapGunFake discountCategory: rareDiscounts discountDownTo: - Telecrystal: 2 + Telecrystal: 10 cost: - Telecrystal: 3 + Telecrystal: 15 categories: - UplinkJob conditions: @@ -2062,9 +2093,9 @@ productEntity: ClusterBananaPeel discountCategory: rareDiscounts discountDownTo: - Telecrystal: 3 + Telecrystal: 15 cost: - Telecrystal: 5 + Telecrystal: 25 categories: - UplinkJob conditions: @@ -2076,13 +2107,13 @@ id: UplinkHoloclownKit name: uplink-holoclown-kit-name description: uplink-holoclown-kit-desc - icon: { sprite: /Textures/Objects/Fun/figurines.rsi, state: holoclown } + icon: {sprite: /Textures/Objects/Fun/figurines.rsi, state: holoclown} productEntity: BoxHoloclown discountCategory: rareDiscounts discountDownTo: - Telecrystal: 6 + Telecrystal: 30 cost: - Telecrystal: 12 + Telecrystal: 60 categories: - UplinkJob conditions: @@ -2096,10 +2127,10 @@ description: uplink-hot-potato-desc discountCategory: usualDiscounts discountDownTo: - Telecrystal: 2 + Telecrystal: 10 productEntity: HotPotato cost: - Telecrystal: 4 + Telecrystal: 20 categories: - UplinkJob conditions: @@ -2117,15 +2148,15 @@ productEntity: WeaponPistolCHIMPUpgradeKit discountCategory: usualDiscounts discountDownTo: - Telecrystal: 2 + Telecrystal: 10 cost: - Telecrystal: 4 + Telecrystal: 20 categories: - UplinkJob conditions: - - !type:BuyerDepartmentCondition - whitelist: - - Science + - !type:BuyerDepartmentCondition + whitelist: + - Science - type: listing id: uplinkProximityMine @@ -2134,9 +2165,9 @@ productEntity: WetFloorSignMineExplosive discountCategory: rareDiscounts discountDownTo: - Telecrystal: 2 + Telecrystal: 10 cost: - Telecrystal: 5 # was 4, with my buff made it 5 to be closer to minibomb -panzer + Telecrystal: 25 # was 4, with my buff made it 5 to be closer to minibomb -panzer categories: - UplinkJob conditions: @@ -2152,17 +2183,18 @@ id: UplinkSyndicateSpongeBox name: uplink-syndicate-sponge-box-name description: uplink-syndicate-sponge-box-desc - icon: { sprite: Objects/Misc/monkeycube.rsi, state: box} + icon: {sprite: Objects/Misc/monkeycube.rsi, state: box} discountCategory: rareDiscounts discountDownTo: - Telecrystal: 2 + Telecrystal: 10 productEntity: SyndicateSpongeBox cost: - Telecrystal: 4 + Telecrystal: 20 categories: - UplinkJob conditions: - - !type:BuyerJobCondition # We can't use BuyerDepartmentCondition here since Chef can also get this + # We can't use BuyerDepartmentCondition here since Chef can also get this + - !type:BuyerJobCondition whitelist: - Scientist - ResearchDirector @@ -2172,13 +2204,13 @@ id: UplinkCaneBlade name: uplink-cane-blade-name description: uplink-cane-blade-desc - icon: { sprite: Objects/Weapons/Melee/cane.rsi, state: cane} + icon: {sprite: Objects/Weapons/Melee/cane.rsi, state: cane} productEntity: CaneSheathFilled discountCategory: rareDiscounts discountDownTo: - Telecrystal: 2 + Telecrystal: 10 cost: - Telecrystal: 3 + Telecrystal: 15 categories: - UplinkJob conditions: @@ -2190,13 +2222,13 @@ id: UplinkCombatBakery name: uplink-combat-bakery-name description: uplink-combat-bakery-desc - icon: { sprite: Objects/Consumable/Food/Baked/bread.rsi, state: baguette} + icon: {sprite: Objects/Consumable/Food/Baked/bread.rsi, state: baguette} productEntity: CombatBakeryKit discountCategory: usualDiscounts discountDownTo: - Telecrystal: 2 + Telecrystal: 10 cost: - Telecrystal: 4 + Telecrystal: 20 categories: - UplinkJob conditions: @@ -2209,10 +2241,10 @@ id: UplinkContrabandLighter name: uplink-contraband-lighter-name description: uplink-contraband-lighter-desc - icon: { sprite: Objects/Tools/Lighters/syndielighter.rsi, state: icon} + icon: {sprite: Objects/Tools/Lighters/syndielighter.rsi, state: icon} productEntity: UplinkLighterBox cost: - Telecrystal: 1 + Telecrystal: 5 categories: - UplinkPointless @@ -2222,7 +2254,7 @@ description: uplink-smuggler-satchel-desc productEntity: ClothingBackpackSatchelSmugglerUnanchored cost: - Telecrystal: 1 + Telecrystal: 5 categories: - UplinkDeception @@ -2230,13 +2262,13 @@ id: UplinkAcolyteArmor name: uplink-acolyte-armor-name description: uplink-acolyte-armor-desc - icon: { sprite: Clothing/OuterClothing/Armor/cult_armour.rsi, state: icon} + icon: {sprite: Clothing/OuterClothing/Armor/cult_armour.rsi, state: icon} productEntity: ClothingBackpackDuffelAcolyteBundle discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 3 + Telecrystal: 15 cost: - Telecrystal: 4 + Telecrystal: 20 categories: - UplinkJob conditions: @@ -2248,13 +2280,13 @@ id: UplinkSawAdvanced name: uplink-saw-advanced-name description: uplink-saw-advanced-desc - icon: { sprite: Objects/Specific/Medical/Surgery/saw.rsi, state: advanced} + icon: {sprite: Objects/Specific/Medical/Surgery/saw.rsi, state: advanced} productEntity: SawAdvanced discountCategory: rareDiscounts discountDownTo: - Telecrystal: 1 + Telecrystal: 5 cost: - Telecrystal: 2 + Telecrystal: 10 categories: - UplinkJob conditions: @@ -2269,9 +2301,9 @@ productEntity: WeaponSubMachineGunBriefcase discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 10 + Telecrystal: 50 cost: - Telecrystal: 14 + Telecrystal: 70 categories: - UplinkJob conditions: @@ -2287,7 +2319,7 @@ description: uplink-hijack-beacon-desc productEntity: HijackBeacon categories: - - UplinkObjective + - UplinkObjective conditions: - !type:ListingLimitedStockCondition stock: 1 diff --git a/Resources/Prototypes/Entities/Clothing/Back/smuggler_tables.yml b/Resources/Prototypes/Entities/Clothing/Back/smuggler_tables.yml index 0ca86d3c203..3c3c1e49434 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/smuggler_tables.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/smuggler_tables.yml @@ -448,7 +448,7 @@ children: - id: SpaceCash100 weight: 50 - - id: Telecrystal1 + - id: Telecrystal10 # Reforged - Large price changes - TC redenomination (5:1) amount: !type:RangeNumberSelector range: 1, 3 - id: GatfruitSeeds diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/pets.yml b/Resources/Prototypes/Entities/Mobs/NPCs/pets.yml index b6e53b794db..d58a4ac8ae6 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/pets.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/pets.yml @@ -596,7 +596,7 @@ spawned: - id: FoodMeat amount: 3 - - id: Telecrystal5 + - id: Telecrystal25 # Reforged - Large price changes - TC redenomination (5:1) amount: 1 - type: Grammar attributes: diff --git a/Resources/Prototypes/Roles/Antags/nukeops.yml b/Resources/Prototypes/Roles/Antags/nukeops.yml index 828b06dcde3..a108edff6d7 100644 --- a/Resources/Prototypes/Roles/Antags/nukeops.yml +++ b/Resources/Prototypes/Roles/Antags/nukeops.yml @@ -137,7 +137,7 @@ id: SyndicateOperativeGearFull parent: SyndicateOperativeGearFullNoUplink equipment: - pocket2: BaseUplinkRadio40TC + pocket2: BaseUplinkRadio200TC # Reforged - Large price changes - TC redenomination (5:1) - type: chameleonOutfit id: NukeopsOutfit @@ -204,4 +204,4 @@ id: SyndicateLoneOperativeGearFull parent: SyndicateOperativeGearFull equipment: - pocket2: BaseUplinkRadio60TC + pocket2: BaseUplinkRadio300TC # Reforged - Large price changes - TC redenomination (5:1) diff --git a/Resources/Prototypes/Roles/Antags/traitor.yml b/Resources/Prototypes/Roles/Antags/traitor.yml index 16c64014c04..88684fa4962 100644 --- a/Resources/Prototypes/Roles/Antags/traitor.yml +++ b/Resources/Prototypes/Roles/Antags/traitor.yml @@ -140,5 +140,5 @@ equipment: ears: ClothingHeadsetAltSyndicate gloves: ClothingHandsGlovesCombat - pocket1: BaseUplinkRadio40TC + pocket1: BaseUplinkRadio200TC # Reforged - Large price changes - TC redenomination (5:1) id: SyndiPDA diff --git a/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml b/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml index a3d316d2142..7f31c21eefb 100644 --- a/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml +++ b/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml @@ -68,7 +68,7 @@ head: ClothingHeadHatOutlawHat outerClothing: ClothingOuterArmorBasicSlim back: ClothingBackpackSatchel - pocket1: BaseUplinkRadio25TC + pocket1: BaseUplinkRadio125TC # Reforged - Large price changes - TC redenomination (5:1) pocket2: EnergySword # Nanotrasen Paramilitary Unit Gear