diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/parents.json | 3 | ||||
-rw-r--r-- | constants/petnums.json | 16 |
2 files changed, 19 insertions, 0 deletions
diff --git a/constants/parents.json b/constants/parents.json index 86fc1633..64fc36c8 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3349,5 +3349,8 @@ "PET_SKIN_BABY_YETI_MIDNIGHT": [ "PET_SKIN_BABY_YETI_LIGHT_SASQUATCH", "PET_SKIN_BABY_YETI_DARK_SASQUATCH" + ], + "EERIE;2": [ + "EERIE;0" ] } diff --git a/constants/petnums.json b/constants/petnums.json index 68075b83..8111e547 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1079,6 +1079,22 @@ "INTELLIGENCE": 50 } } + }, + "RARE": { + "1": { + "otherNums": [], + "statNums": { + "SPEED": 0.1, + "INTELLIGENCE": 0.5 + } + }, + "100": { + "otherNums": [], + "statNums": { + "SPEED": 10, + "INTELLIGENCE": 60 + } + } } }, "ELEPHANT": { |