From 40f8d9eab9346a4c8d6fe6b6ea57f37d004c204b Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 30 Nov 2023 08:57:07 +0100 Subject: Added Mythic Snowman Pet (#1054) --- constants/parents.json | 3 +++ constants/petnums.json | 34 +++++++++++++++++++++++++++++++--- 2 files changed, 34 insertions(+), 3 deletions(-) (limited to 'constants') diff --git a/constants/parents.json b/constants/parents.json index 3878f583..def5016f 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3424,5 +3424,8 @@ ], "ULTIMATE_THE_ONE;4": [ "ULTIMATE_THE_ONE;5" + ], + "SNOWMAN;5": [ + "SNOWMAN;4" ] } \ No newline at end of file diff --git a/constants/petnums.json b/constants/petnums.json index 1ccba472..6f58737e 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -4148,9 +4148,37 @@ 1.0 ], "statNums": { - "CRIT_DAMAGE": 0.0, - "DAMAGE": 0.0, - "STRENGTH": 0.0 + "CRIT_DAMAGE": 0.25, + "DAMAGE": 0.25, + "STRENGTH": 0.25 + } + }, + "100": { + "otherNums": [ + 8, + 15, + 5, + 1 + ], + "statNums": { + "CRIT_DAMAGE": 25.0, + "DAMAGE": 25.0, + "STRENGTH": 25.0 + } + } + }, + "MYTHIC": { + "1": { + "otherNums": [ + 4.0, + 0.1, + 5.0, + 1.0 + ], + "statNums": { + "CRIT_DAMAGE": 0.25, + "DAMAGE": 0.25, + "STRENGTH": 0.25 } }, "100": { -- cgit