diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/parents.json | 3 | ||||
-rw-r--r-- | constants/petnums.json | 26 |
2 files changed, 28 insertions, 1 deletions
diff --git a/constants/parents.json b/constants/parents.json index 3d4d4a50..3577da89 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -969,7 +969,8 @@ "OCELOT;1", "OCELOT;0" ], - "GUARDIAN;4": [ + "GUARDIAN;5": [ + "GUARDIAN;4", "GUARDIAN;3", "GUARDIAN;2", "GUARDIAN;1", diff --git a/constants/petnums.json b/constants/petnums.json index c37cd002..d611c275 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1963,6 +1963,32 @@ "INTELLIGENCE": 100.0 } } + }, + "MYTHIC": { + "1": { + "otherNums": [ + 1.2, + 0.3, + 0.3, + 0.1 + ], + "statNums": { + "DEFENSE": 0.0, + "INTELLIGENCE": 1.0 + } + }, + "100": { + "otherNums": [ + 120, + 30, + 30, + 7.0 + ], + "statNums": { + "DEFENSE": 50.0, + "INTELLIGENCE": 100.0 + } + } } }, "GOLDEN_DRAGON": { |