diff options
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 26 |
1 files changed, 26 insertions, 0 deletions
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": { |