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/petnums.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'constants/petnums.json') 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