diff options
Diffstat (limited to 'constants/petnums.json')
-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 } } } |