From 611b9d2b121e3d691779f7e15307438319e2422a Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Wed, 27 Jun 2018 21:47:09 -0400 Subject: [PATCH] fix crime parameter --- src/Crimes.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Crimes.js b/src/Crimes.js index bb3761855..e4e636c1c 100644 --- a/src/Crimes.js +++ b/src/Crimes.js @@ -95,7 +95,7 @@ const Crimes = { dexterity_exp: 60, agility_exp: 60, - hacking_skill_success_weight: 0.5, + hacking_success_weight: 0.5, dexterity_success_weight: 1, agility_success_weight: 1, @@ -117,7 +117,7 @@ const Crimes = { dexterity_exp: 150, charisma_exp: 15, - hacking_skill_success_weight: 0.05, + hacking_success_weight: 0.05, dexterity_success_weight: 1.25, intelligence_exp: 2 * CONSTANTS.IntelligenceCrimeBaseExpGain, @@ -158,7 +158,7 @@ const Crimes = { agility_exp: 80, charisma_exp: 40, - hacking_skill_success_weight: 1, + hacking_success_weight: 1, strength_success_weight: 1, dexterity_success_weight: 4, agility_success_weight: 2, @@ -205,7 +205,7 @@ const Crimes = { agility_exp: 450, charisma_exp: 450, - hacking_skill_success_weight: 1, + hacking_success_weight: 1, strength_success_weight: 1, defense_success_weight: 1, dexterity_success_weight: 1,