From ba08abe1141c788714430eb76a081960a6af250a Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 21 Oct 2022 08:03:59 +0200 Subject: Added new items from the end update (#843) --- constants/petnums.json | 98 +++++++++++++++++++++++++++++++++----------------- 1 file changed, 66 insertions(+), 32 deletions(-) (limited to 'constants/petnums.json') 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 } } } -- cgit