diff options
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 } } } |