From 38a1822fb413001d74d3c06be4c4ef6fa3435fde Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 5 Dec 2023 13:43:16 +0100 Subject: Added secret bingo card, added npc, fixed bingo pet (#1061) --- constants/petnums.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'constants') diff --git a/constants/petnums.json b/constants/petnums.json index 6f58737e..80cef4bb 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -558,7 +558,7 @@ 10.0 ], "statNums": { - "HEALTH": 27.5, + "HEALTH": 25.0, "STRENGTH": 5.5, "SPEED": 0 } @@ -570,7 +570,7 @@ 40 ], "statNums": { - "HEALTH": 140.0, + "HEALTH": 100.0, "STRENGTH": 35.0, "SPEED": 75.0 } @@ -585,7 +585,7 @@ 0.1 ], "statNums": { - "HEALTH": 27.5, + "HEALTH": 25.0, "STRENGTH": 5.5, "SPEED": 0 } @@ -598,7 +598,7 @@ 1 ], "statNums": { - "HEALTH": 140.0, + "HEALTH": 100.0, "STRENGTH": 35.0, "SPEED": 75.0 } @@ -611,10 +611,10 @@ 5.0, 10.0, 0.1, - 25 + 10 ], "statNums": { - "HEALTH": 27.5, + "HEALTH": 25.0, "STRENGTH": 5.5, "SPEED": 0 } @@ -625,10 +625,10 @@ 15, 40, 1, - 75 + 50 ], "statNums": { - "HEALTH": 140.0, + "HEALTH": 100.0, "STRENGTH": 35.0, "SPEED": 75.0 } -- cgit