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)) {