diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-06-05 17:39:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-05 17:39:10 +0200 |
commit | 1016e16ba49bd4f47a2ca6079a7bd35419d3b998 (patch) | |
tree | 2b27da643293b0e361dc0ba56285b9a91ae6270a /constants | |
parent | 6acf789f3bf3c25dbd74e1c0ec47fc55a2afec97 (diff) | |
download | NotEnoughUpdates-REPO-1016e16ba49bd4f47a2ca6079a7bd35419d3b998.tar.gz NotEnoughUpdates-REPO-1016e16ba49bd4f47a2ca6079a7bd35419d3b998.tar.bz2 NotEnoughUpdates-REPO-1016e16ba49bd4f47a2ca6079a7bd35419d3b998.zip |
Added pain pet (#753)
Diffstat (limited to 'constants')
-rw-r--r-- | constants/parents.json | 7 | ||||
-rw-r--r-- | constants/petnums.json | 86 |
2 files changed, 92 insertions, 1 deletions
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": { |