From d897284cd918e64b99f4e2965db040d5aa580899 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 1 Oct 2024 20:23:21 +0200 Subject: feat: Halloween Cosmetics and bingo pet fix (#1385) --- constants/petnums.json | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) (limited to 'constants') diff --git a/constants/petnums.json b/constants/petnums.json index e0d9cb01..d9bb59f9 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -539,7 +539,8 @@ "COMMON": { "1": { "otherNums": [ - 5.2 + 5.2, + 100 ], "statNums": { "HEALTH": 25.0, @@ -549,7 +550,8 @@ }, "100": { "otherNums": [ - 25 + 25, + 250 ], "statNums": { "HEALTH": 100.0, @@ -562,7 +564,8 @@ "1": { "otherNums": [ 5.2, - 3.8 + 3.8, + 100 ], "statNums": { "HEALTH": 25.0, @@ -573,7 +576,8 @@ "100": { "otherNums": [ 25, - 15 + 15, + 250 ], "statNums": { "HEALTH": 100.0, @@ -587,7 +591,8 @@ "otherNums": [ 5.0, 5.0, - 10.0 + 10.0, + 100 ], "statNums": { "HEALTH": 25.0, @@ -599,7 +604,8 @@ "otherNums": [ 25, 15, - 40 + 40, + 250 ], "statNums": { "HEALTH": 100.0, @@ -614,7 +620,8 @@ 5.0, 5.0, 10.0, - 0.1 + 0.1, + 100 ], "statNums": { "HEALTH": 25.0, @@ -627,7 +634,8 @@ 25, 15, 40, - 1 + 1, + 250 ], "statNums": { "HEALTH": 100.0, @@ -643,7 +651,8 @@ 5.0, 10.0, 0.1, - 10 + 10, + 100 ], "statNums": { "HEALTH": 25.0, @@ -657,7 +666,8 @@ 15, 40, 1, - 50 + 50, + 250 ], "statNums": { "HEALTH": 100.0, -- cgit