From bedd615c0e8fab5051a8b59454a5535c0e369bbc Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Mon, 18 Mar 2019 16:30:37 -0400 Subject: [PATCH] Making the QLink almost worth getting. --- src/Augmentation/AugmentationHelpers.js | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/Augmentation/AugmentationHelpers.js b/src/Augmentation/AugmentationHelpers.js index af405e93e..6606635b9 100644 --- a/src/Augmentation/AugmentationHelpers.js +++ b/src/Augmentation/AugmentationHelpers.js @@ -1218,12 +1218,14 @@ function initAugmentations() { "quantum supercomputer, allowing you to access and use its incredible " + "computing power.

" + "This augmentation:
" + - "Increases the player's hacking speed by 10%.
" + - "Increases the player's chance of successfully performing a hack by 30%.
" + - "Increases the amount of money the player gains from hacking by 100%.", - hacking_speed_mult: 1.1, - hacking_chance_mult: 1.3, - hacking_money_mult: 2, + "Increases the player's hacking skill by 100%.
" + + "Increases the player's hacking speed by 50%.
" + + "Increases the player's chance of successfully performing a hack by 150%.
" + + "Increases the amount of money the player gains from hacking by 500%.", + hacking_speed_mult: 1.5, + hacking_chance_mult: 2.5, + hacking_money_mult: 6, + hacking_mult: 2, }); QLink.addToFactions(["Illuminati"]); if (augmentationExists(AugmentationNames.QLink)) {