diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-04-07 12:12:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-07 12:12:46 +0200 |
commit | 58f09ec318889ab99207bd77437c8eb28e97abc6 (patch) | |
tree | 6eb75f7abee0d335d60ba6c5da2996a71a8d1726 /constants | |
parent | a45f8d561af7128796139640f531fe687114dc89 (diff) | |
download | NotEnoughUpdates-REPO-58f09ec318889ab99207bd77437c8eb28e97abc6.tar.gz NotEnoughUpdates-REPO-58f09ec318889ab99207bd77437c8eb28e97abc6.tar.bz2 NotEnoughUpdates-REPO-58f09ec318889ab99207bd77437c8eb28e97abc6.zip |
ferocideez (#710)
* :wolf:
* Fixing Bingo Pet Stats
* Fix Mushroom soups
* Adding new cakes
* Important fix
Diffstat (limited to 'constants')
-rw-r--r-- | constants/petnums.json | 82 |
1 files changed, 27 insertions, 55 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index ed23f077..3c5c48b0 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -472,11 +472,11 @@ }, "100": { "otherNums": [ - 520 + 25 ], "statNums": { - "HEALTH": 2500.0, - "STRENGTH": 500.0 + "HEALTH": 100.0, + "STRENGTH": 25.0 } } }, @@ -493,90 +493,62 @@ }, "100": { "otherNums": [ - 520, - 380 + 25, + 15 ], "statNums": { - "HEALTH": 250.0, - "STRENGTH": 50.0 + "HEALTH": 100.0, + "STRENGTH": 25.0 } } }, "RARE": { "1": { "otherNums": [ - 5.8, - 3.8, - 9.4 + 5.0, + 5.0, + 10.0 ], "statNums": { - "HEALTH": 25.0, - "STRENGTH": 5.0 + "HEALTH": 27.5, + "STRENGTH": 5.5 } }, "100": { "otherNums": [ - 580, - 380, - 940 + 25, + 15, + 40 ], "statNums": { - "HEALTH": 250.0, - "STRENGTH": 50.0 + "HEALTH": 140.0, + "STRENGTH": 35.0 } } }, "EPIC": { "1": { "otherNums": [ - 5.8, - 3.8, - 9.4, + 5.0, + 5.0, + 10.0, 0.1 ], "statNums": { - "HEALTH": 25.0, - "STRENGTH": 5.0 - } - }, - "100": { - "otherNums": [ - 580, - 380, - 940, - 10 - ], - "statNums": { - "HEALTH": 250.0, - "STRENGTH": 50.0 - } - } - }, - "LEGENDARY": { - "1": { - "otherNums": [ - 1.2, - 1.1, - 15.0, - 1.0, - 5.2 - ], - "statNums": { - "HEALTH": 0.0, - "STRENGTH": 5.0 + "HEALTH": 27.5, + "STRENGTH": 5.5 } }, "100": { "otherNums": [ - 20, - 15, + 25, 15, - 100, - 25 + 40, + 1 ], "statNums": { - "HEALTH": 50.0, - "STRENGTH": 30.0 + "HEALTH": 140.0, + "STRENGTH": 35.0 } } } |