diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-10-21 08:03:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-21 17:03:59 +1100 |
commit | ba08abe1141c788714430eb76a081960a6af250a (patch) | |
tree | fc3c445e2ffbc056a28317e1c280d97cbebeedfa /constants/petnums.json | |
parent | 5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc (diff) | |
download | NotEnoughUpdates-REPO-ba08abe1141c788714430eb76a081960a6af250a.tar.gz NotEnoughUpdates-REPO-ba08abe1141c788714430eb76a081960a6af250a.tar.bz2 NotEnoughUpdates-REPO-ba08abe1141c788714430eb76a081960a6af250a.zip |
Added new items from the end update (#843)
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 98 |
1 files changed, 66 insertions, 32 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 9a312426..0f52f9eb 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1236,105 +1236,139 @@ } }, "ENDERMITE": { - "EPIC": { + "COMMON": { "1": { "otherNums": [ - 0.5, - 5.0 + 1.0 ], "statNums": { - "INTELLIGENCE": 1.0 + "INTELLIGENCE": 1.0, + "PET_LUCK": 0 } }, "100": { "otherNums": [ - 50, - 10 + 100 ], "statNums": { - "INTELLIGENCE": 100.0 + "INTELLIGENCE": 100.0, + "PET_LUCK": 10 } } }, - "LEGENDARY": { + "UNCOMMON": { "1": { "otherNums": [ - 0.5, - 5.0, - 0.5, - 0.3, - 0.1 + 1.0 ], "statNums": { - "INTELLIGENCE": 1.0 + "INTELLIGENCE": 1.0, + "PET_LUCK": 0 } }, "100": { "otherNums": [ - 50, - 10, - 50, - 30, - 10 + 100 ], "statNums": { - "INTELLIGENCE": 100.0 + "INTELLIGENCE": 100.0, + "PET_LUCK": 10 } } }, - "UNCOMMON": { + "RARE": { "1": { "otherNums": [ - 0.3999999999999999 + 1.0, + 0.4 ], "statNums": { - "INTELLIGENCE": 1.0 + "INTELLIGENCE": 1.0, + "PET_LUCK": 0 } }, "100": { "otherNums": [ + 100, 40 ], "statNums": { - "INTELLIGENCE": 100.0 + "INTELLIGENCE": 100.0, + "PET_LUCK": 10 } } }, - "COMMON": { + "EPIC": { "1": { "otherNums": [ - 0.3999999999999999 + 1.0, + 4.0 ], "statNums": { - "INTELLIGENCE": 1.0 + "INTELLIGENCE": 1.0, + "PET_LUCK": 0 } }, "100": { "otherNums": [ + 100, 40 ], "statNums": { - "INTELLIGENCE": 100.0 + "INTELLIGENCE": 100.0, + "PET_LUCK": 10 } } }, - "RARE": { + "LEGENDARY": { "1": { "otherNums": [ + 1.0, + 0.4, + 0 + ], + "statNums": { + "INTELLIGENCE": 1.0, + "PET_LUCK": 0 + } + }, + "100": { + "otherNums": [ + 100, + 40, + 3 + ], + "statNums": { + "INTELLIGENCE": 100.0, + "PET_LUCK": 0 + } + } + }, + "MYTHIC": { + "1": { + "otherNums": [ + 1.5, + 0.4, 0.5, - 5 + 0, + 0.1 ], "statNums": { - "INTELLIGENCE": 1.0 + "INTELLIGENCE": 1.0, + "PET_LUCK": 10 } }, "100": { "otherNums": [ + 100, + 40, 50, + 3, 10 ], "statNums": { - "INTELLIGENCE": 100.0 + "INTELLIGENCE": 150.0, + "PET_LUCK": 10 } } } |