From 1016e16ba49bd4f47a2ca6079a7bd35419d3b998 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 5 Jun 2022 17:39:10 +0200 Subject: Added pain pet (#753) --- constants/parents.json | 7 +++- constants/petnums.json | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 92 insertions(+), 1 deletion(-) (limited to 'constants') diff --git a/constants/parents.json b/constants/parents.json index 7f70c4bf..245fc52c 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2853,11 +2853,16 @@ ], "BURSTSTOPPER_ARTIFACT" : [ "BURSTSTOPPER_TALISMAN" - ], + ], "PERFECT_OPAL_GEM": [ "FLAWLESS_OPAL_GEM", "FINE_OPAL_GEM", "FLAWED_OPAL_GEM", "ROUGH_OPAL_GEM" + ], + "SUBZERO_WISP;4" : [ + "GLACIAL_WISP;3", + "FROST_WISP;2", + "DROPLET_WISP;1" ] } diff --git a/constants/petnums.json b/constants/petnums.json index 3ab18080..8902ca57 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1505,6 +1505,34 @@ } } }, + "FROST_WISP": { + "RARE": { + "1": { + "otherNums": [ + 0.3, + 0.15, + 0.04 + ], + "statNums": { + "HEALTH": 2.0, + "TRUE_DEFENSE": 0, + "INTELLIGENCE": 0 + } + }, + "100": { + "otherNums": [ + 35, + 15, + 4 + ], + "statNums": { + "HEALTH": 250.0, + "TRUE_DEFENSE": 10, + "INTELLIGENCE": 50 + } + } + } + }, "GHOUL": { "EPIC": { "1": { @@ -1878,6 +1906,34 @@ "stats_levelling_curve":"101:200:1" } }, + "GLACIAL_WISP": { + "EPIC": { + "1": { + "otherNums": [ + 0.3, + 0.2, + 0.07 + ], + "statNums": { + "HEALTH": 4.0, + "TRUE_DEFENSE": 0, + "INTELLIGENCE": 1 + } + }, + "100": { + "otherNums": [ + 40, + 20, + 7 + ], + "statNums": { + "HEALTH": 400.0, + "TRUE_DEFENSE": 25, + "INTELLIGENCE": 125 + } + } + } + }, "HORSE": { "COMMON": { "1": { @@ -4302,6 +4358,36 @@ } } }, + "SUBZERO_WISP": { + "LEGENDARY": { + "1": { + "otherNums": [ + 0.3, + 0.25, + 0.1, + 0.4 + ], + "statNums": { + "HEALTH": 6.0, + "TRUE_DEFENSE": 0, + "INTELLIGENCE": 2 + } + }, + "100": { + "otherNums": [ + 40, + 25, + 10, + 40 + ], + "statNums": { + "HEALTH": 600.0, + "TRUE_DEFENSE": 30, + "INTELLIGENCE": 250 + } + } + } + }, "TARANTULA": { "EPIC": { "1": { -- cgit