diff options
author | Desco1 <63560727+Desco1@users.noreply.github.com> | 2022-06-05 17:39:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-05 17:39:45 +0200 |
commit | 8e969f46aea2e40bc5fbb553de78fae5ff2412d1 (patch) | |
tree | 82cad1637da499c1b5066681c356fea4872c23f5 | |
parent | 9a9c5b8d6529ebb141218e288ffc4c11e9673e2c (diff) | |
download | NotEnoughUpdates-REPO-8e969f46aea2e40bc5fbb553de78fae5ff2412d1.tar.gz NotEnoughUpdates-REPO-8e969f46aea2e40bc5fbb553de78fae5ff2412d1.tar.bz2 NotEnoughUpdates-REPO-8e969f46aea2e40bc5fbb553de78fae5ff2412d1.zip |
fix combat 51-60 giving too much damage increase (#754)
-rw-r--r-- | constants/bonuses.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/constants/bonuses.json b/constants/bonuses.json index d8a84258..79ce49d7 100644 --- a/constants/bonuses.json +++ b/constants/bonuses.json @@ -57,6 +57,10 @@ "1": { "crit_chance": 0.5, "damage_increase": 0.04 + }, + "51": { + "crit_chance": 0.5, + "damage_increase": 0.01 } }, "skill_mining": { |