diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/misc.json | 3 | ||||
-rw-r--r-- | constants/parents.json | 13 | ||||
-rw-r--r-- | constants/petnums.json | 50 |
3 files changed, 63 insertions, 3 deletions
diff --git a/constants/misc.json b/constants/misc.json index bd23c96d..fcf7d023 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1279,6 +1279,9 @@ ], "PURPLE_GIFT_TALISMAN": [ "GOLD_GIFT_TALISMAN" + ], + "KUUDRA_FOLLOWER_ARTIFACT": [ + "KUUDRA_FOLLOWER_RELIC" ] }, "special_bois": [ diff --git a/constants/parents.json b/constants/parents.json index 7ec3a87a..0c79dfcc 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -975,7 +975,8 @@ "GUARDIAN;1", "GUARDIAN;0" ], - "BAT;4": [ + "BAT;5": [ + "BAT;4", "BAT;3", "BAT;2", "BAT;1", @@ -1049,7 +1050,8 @@ "HORSE;1", "HORSE;0" ], - "JERRY;4": [ + "JERRY;5": [ + "JERRY;4", "JERRY;3", "JERRY;2", "JERRY;1", @@ -3190,5 +3192,12 @@ "DEDICATION;2", "DEDICATION;3", "DEDICATION;4" + ], + "LARGE_DRAGON_SACK": [ + "MEDIUM_DRAGON_SACK", + "SMALL_DRAGON_SACK" + ], + "KUUDRA_FOLLOWER_RELIC": [ + "KUUDRA_FOLLOWER_ARTIFACT" ] }
\ No newline at end of file diff --git a/constants/petnums.json b/constants/petnums.json index f5045940..aecf469e 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -313,6 +313,36 @@ "SPEED": 5.0 } } + }, + "MYTHIC": { + "1": { + "otherNums": [ + 0.2, + 0.3, + 0.5, + 0.5, + 0.0 + ], + "statNums": { + "INTELLIGENCE": 1.0, + "SPEED": 0.05, + "SEA_CREATURE_CHANCE": 0.0 + } + }, + "100": { + "otherNums": [ + 20, + 30, + 50, + 50, + 25 + ], + "statNums": { + "INTELLIGENCE": 100.0, + "SPEED": 5.0, + "SEA_CREATURE_CHANCE": 5.0 + } + } } }, "BEE": { @@ -2240,7 +2270,7 @@ "otherNums": [ 50, 100, - 9 + 10 ], "statNums": { "INTELLIGENCE": -100.0 @@ -2286,6 +2316,24 @@ "INTELLIGENCE": -100.0 } } + }, + "MYTHIC": { + "1": { + "otherNums": [ + 0.0 + ], + "statNums": { + "INTELLIGENCE": -1.0 + } + }, + "100": { + "otherNums": [ + 50 + ], + "statNums": { + "INTELLIGENCE": -100.0 + } + } } }, "KUUDRA": { |