From c2a21eeee5c94e8633388341603673fe55f09431 Mon Sep 17 00:00:00 2001 From: jani270 Date: Thu, 22 Jun 2023 11:04:57 +0200 Subject: Fixed Guardian and Tara Pet --- constants/petnums.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'constants/petnums.json') diff --git a/constants/petnums.json b/constants/petnums.json index c37cd002..d611c275 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1963,6 +1963,32 @@ "INTELLIGENCE": 100.0 } } + }, + "MYTHIC": { + "1": { + "otherNums": [ + 1.2, + 0.3, + 0.3, + 0.1 + ], + "statNums": { + "DEFENSE": 0.0, + "INTELLIGENCE": 1.0 + } + }, + "100": { + "otherNums": [ + 120, + 30, + 30, + 7.0 + ], + "statNums": { + "DEFENSE": 50.0, + "INTELLIGENCE": 100.0 + } + } } }, "GOLDEN_DRAGON": { -- cgit