From 47679fb21438c8109acaa938ef07031e9d5b774d Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:43:15 +0100 Subject: Added the mythic black cat (#1023) --- constants/parents.json | 3 +++ constants/petnums.json | 38 ++++++++++++++++++++++++++++++++++++-- 2 files changed, 39 insertions(+), 2 deletions(-) (limited to 'constants') diff --git a/constants/parents.json b/constants/parents.json index 34378505..6431cf54 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3353,5 +3353,8 @@ "EERIE;4": [ "EERIE;2", "EERIE;0" + ], + "BLACK_CAT;5": [ + "BLACK_CAT;4" ] } diff --git a/constants/petnums.json b/constants/petnums.json index d06f4a7b..07857a23 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -645,7 +645,9 @@ ], "statNums": { "INTELLIGENCE": 1.0, - "SPEED": 0.0 + "SPEED": 1.25, + "PET_LUCK": 0.15, + "MAGIC_FIND": 0.15 } }, "100": { @@ -656,7 +658,39 @@ ], "statNums": { "INTELLIGENCE": 100.0, - "SPEED": 25.0 + "SPEED": 125.0, + "PET_LUCK": 15.0, + "MAGIC_FIND": 15.0 + } + } + }, + "MYTHIC": { + "1": { + "otherNums": [ + 1.0, + 0.15, + 0.15, + 0.1 + ], + "statNums": { + "INTELLIGENCE": 1.0, + "SPEED": 1.25, + "PET_LUCK": 0.15, + "MAGIC_FIND": 0.15 + } + }, + "100": { + "otherNums": [ + 100, + 15, + 15, + 15 + ], + "statNums": { + "INTELLIGENCE": 100.0, + "SPEED": 125.0, + "PET_LUCK": 15.0, + "MAGIC_FIND": 15.0 } } } -- cgit