From c88899b255e3bd06deeb30e470a6c731016d3592 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 14 Apr 2024 23:08:28 +0200 Subject: Fixed Rat and Megalodon Pet (#1163) --- constants/petnums.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'constants') 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 } } } -- cgit