From 156b92fe445fb9e28b573ed460b01f8296e37719 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 25 Oct 2023 17:19:17 +0200 Subject: Added rare pet and fixed piggy lore (#1016) --- constants/parents.json | 3 +++ constants/petnums.json | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) (limited to 'constants') 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": { -- cgit