diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-12-05 13:43:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-05 12:43:16 +0000 |
commit | 38a1822fb413001d74d3c06be4c4ef6fa3435fde (patch) | |
tree | ea540ab178fc0211e05ebc442cd859f188893723 /constants/petnums.json | |
parent | 2280adb118ee9eec3e87a41f7fb3fb65200f1145 (diff) | |
download | NotEnoughUpdates-REPO-38a1822fb413001d74d3c06be4c4ef6fa3435fde.tar.gz NotEnoughUpdates-REPO-38a1822fb413001d74d3c06be4c4ef6fa3435fde.tar.bz2 NotEnoughUpdates-REPO-38a1822fb413001d74d3c06be4c4ef6fa3435fde.zip |
Added secret bingo card, added npc, fixed bingo pet (#1061)
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 16 |
1 files changed, 8 insertions, 8 deletions
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 } |