diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/misc.json | 14 | ||||
-rw-r--r-- | constants/parents.json | 7 | ||||
-rw-r--r-- | constants/petnums.json | 98 |
3 files changed, 86 insertions, 33 deletions
diff --git a/constants/misc.json b/constants/misc.json index d91edca4..67f3f287 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1232,6 +1232,20 @@ ], "GREAT_SPOOK_RING": [ "GREAT_SPOOK_ARTIFACT" + ], + "DRACONIC_TALISMAN": [ + "DRACONIC_RING", + "DRACONIC_ARTIFACT" + ], + "DRACONIC_RING": [ + "DRACONIC_ARTIFACT" + ], + "BURNING_KUUDRA_CORE": [ + "FIERY_KUUDRA_CORE", + "INFERNAL_KUUDRA_CORE" + ], + "FIERY_KUUDRA_CORE": [ + "INFERNAL_KUUDRA_CORE" ] }, "special_bois": [ diff --git a/constants/parents.json b/constants/parents.json index a9291350..61a840ec 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -980,7 +980,8 @@ "BAT;1", "BAT;0" ], - "ENDERMITE;4": [ + "ENDERMITE;5": [ + "ENDERMITE;4", "ENDERMITE;3", "ENDERMITE;2", "ENDERMITE;1", @@ -3094,5 +3095,9 @@ "PET_SKIN_SHEEP_CHROMA_WOOLY": [ "PET_SKIN_SHEEP_BLACK_WOOLY", "PET_SKIN_SHEEP_WHITE_WOOLY" + ], + "BURNING_KUUDRA_CORE": [ + "FIERY_KUUDRA_CORE", + "INFERNAL_KUUDRA_CORE" ] }
\ No newline at end of file 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 } } } |