diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-10-01 20:23:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-01 18:23:21 +0000 |
| commit | d897284cd918e64b99f4e2965db040d5aa580899 (patch) | |
| tree | e8fdd60171c80862b045ead5ec9b3cd571e53b30 /constants | |
| parent | 19b195ac01fcf488ca9bb0583b496311fc8d183c (diff) | |
| download | NotEnoughUpdates-REPO-d897284cd918e64b99f4e2965db040d5aa580899.tar.gz NotEnoughUpdates-REPO-d897284cd918e64b99f4e2965db040d5aa580899.tar.bz2 NotEnoughUpdates-REPO-d897284cd918e64b99f4e2965db040d5aa580899.zip | |
feat: Halloween Cosmetics and bingo pet fix (#1385)
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/petnums.json | 30 |
1 files changed, 20 insertions, 10 deletions
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, |
