diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/parents.json | 3 | ||||
-rw-r--r-- | constants/petnums.json | 38 |
2 files changed, 39 insertions, 2 deletions
diff --git a/constants/parents.json b/constants/parents.json index 34378505..6431cf54 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3353,5 +3353,8 @@ "EERIE;4": [ "EERIE;2", "EERIE;0" + ], + "BLACK_CAT;5": [ + "BLACK_CAT;4" ] } diff --git a/constants/petnums.json b/constants/petnums.json index d06f4a7b..07857a23 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -645,7 +645,9 @@ ], "statNums": { "INTELLIGENCE": 1.0, - "SPEED": 0.0 + "SPEED": 1.25, + "PET_LUCK": 0.15, + "MAGIC_FIND": 0.15 } }, "100": { @@ -656,7 +658,39 @@ ], "statNums": { "INTELLIGENCE": 100.0, - "SPEED": 25.0 + "SPEED": 125.0, + "PET_LUCK": 15.0, + "MAGIC_FIND": 15.0 + } + } + }, + "MYTHIC": { + "1": { + "otherNums": [ + 1.0, + 0.15, + 0.15, + 0.1 + ], + "statNums": { + "INTELLIGENCE": 1.0, + "SPEED": 1.25, + "PET_LUCK": 0.15, + "MAGIC_FIND": 0.15 + } + }, + "100": { + "otherNums": [ + 100, + 15, + 15, + 15 + ], + "statNums": { + "INTELLIGENCE": 100.0, + "SPEED": 125.0, + "PET_LUCK": 15.0, + "MAGIC_FIND": 15.0 } } } |