diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-14 23:08:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-14 21:08:28 +0000 |
commit | c88899b255e3bd06deeb30e470a6c731016d3592 (patch) | |
tree | 7d87788f414f6ae0d52cbc37708c9c7e16507d17 /constants/petnums.json | |
parent | 2227a6229f3847cd8065cb6d3886a1fe881579e4 (diff) | |
download | NotEnoughUpdates-REPO-c88899b255e3bd06deeb30e470a6c731016d3592.tar.gz NotEnoughUpdates-REPO-c88899b255e3bd06deeb30e470a6c731016d3592.tar.bz2 NotEnoughUpdates-REPO-c88899b255e3bd06deeb30e470a6c731016d3592.zip |
Fixed Rat and Megalodon Pet (#1163)
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 700801cd..119fba1d 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -5893,7 +5893,7 @@ ], "statNums": { "CRIT_DAMAGE": 0.25, - "HEALTH": 1.25, + "HEALTH": 2.5, "STRENGTH": 0.6 } }, @@ -5917,9 +5917,8 @@ ], "statNums": { "CRIT_DAMAGE": 0.25, - "HEALTH": 2, - "STRENGTH": 0.6, - "SPEED": 100 + "HEALTH": 2.5, + "STRENGTH": 0.6 } }, "100": { @@ -5929,9 +5928,8 @@ ], "statNums": { "CRIT_DAMAGE": 25.0, - "HEALTH": 200.0, - "STRENGTH": 60.0, - "SPEED": 200 + "HEALTH": 125, + "STRENGTH": 60.0 } } } |