From 7ccd606ccfcab9fd075f026e34e92df554f7a736 Mon Sep 17 00:00:00 2001 From: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Date: Sat, 25 May 2024 22:01:32 +1000 Subject: rabbit pet (#1213) --- constants/parents.json | 3 ++- constants/petnums.json | 28 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) (limited to 'constants') 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": { -- cgit