diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/parents.json | 3 | ||||
-rw-r--r-- | constants/petnums.json | 28 |
2 files changed, 30 insertions, 1 deletions
diff --git a/constants/parents.json b/constants/parents.json index b156cd4c..ff152398 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -946,7 +946,8 @@ "PIG;1", "PIG;0" ], - "RABBIT;4": [ + "RABBIT;5": [ + "RABBIT;4", "RABBIT;3", "RABBIT;2", "RABBIT;1", diff --git a/constants/petnums.json b/constants/petnums.json index 9715bfda..4b65361f 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -3810,6 +3810,34 @@ "SPEED": 20.0 } } + }, + "MYTHIC": { + "1": { + "otherNums": [ + 0.5, + 0.3, + 0.3, + 0.01, + 1.3 + ], + "statNums": { + "HEALTH": 1.0, + "SPEED": 0.2 + } + }, + "100": { + "otherNums": [ + 50, + 30, + 30, + 0.05, + 33 + ], + "statNums": { + "HEALTH": 100.0, + "SPEED": 20.0 + } + } } }, "RIFT_FERRET": { |