Merge pull request #346 from hydroflame/fix-crime-weights

fix crime parameter
This commit is contained in:
danielyxie 2018-06-27 22:36:21 -05:00 committed by GitHub
commit 946c23a006
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,