From abe204109ec94b975dd0c71cb62e21d65088f549 Mon Sep 17 00:00:00 2001
From: Kwazygloo <85138054+Kwazygloo@users.noreply.github.com>
Date: Fri, 18 Jun 2021 16:11:12 -0400
Subject: [PATCH] Update AugmentationHelpers.jsx
---
src/Augmentation/AugmentationHelpers.jsx | 26 ++++++++++++------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/src/Augmentation/AugmentationHelpers.jsx b/src/Augmentation/AugmentationHelpers.jsx
index e57fa5f69..6c516bc98 100644
--- a/src/Augmentation/AugmentationHelpers.jsx
+++ b/src/Augmentation/AugmentationHelpers.jsx
@@ -1681,20 +1681,20 @@ function initAugmentations() {
"uses advanced mathematical algorithims to rapidly identify and compute statistical " +
"outcomes of nearly every situation. The use of this implant is outlawed for use in " +
"Aevum's casino.
" +
- "Increases charisma by 7%.
" +
- "Increases charisma experience gain by 7%.
" +
- "Increases money gained from working by 7%.
" +
- "Increases reputation gain from factions and companies by 7%.
" +
- "Increases crime success rate by 7%.
" +
- "Increases money gained from committing crimes by 7%.
" +
+ "Increases charisma by 7.77%.
" +
+ "Increases charisma experience gain by 7.77%.
" +
+ "Increases money gained from working by 77.7%.
" +
+ "Increases reputation gain from factions and companies by 7.77%.
" +
+ "Increases crime success rate by 7.77%.
" +
+ "Increases money gained from committing crimes by 7.77%.
" +
"Provides DeepscanV1.exe and AutoLink.exe after a reset.",
- charisma_mult: 1.07,
- charisma_exp_mult: 1.07,
- work_money_mult: 1.07,
- faction_rep_mult: 1.07,
- company_rep_mult: 1.07,
- crime_success_mult: 1.07,
- crime_money_mult: 1.07,
+ charisma_mult: 1.0777,
+ charisma_exp_mult: 1.0777,
+ work_money_mult: 1.777,
+ faction_rep_mult: 1.0777,
+ company_rep_mult: 1.0777,
+ crime_success_mult: 1.0777,
+ crime_money_mult: 1.0777,
});
PCMatrix.addToFactions(["Aevum"]);
if (augmentationExists(AugmentationNames.PCMatrix)) {