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/parents.json | |
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/parents.json')
-rw-r--r-- | constants/parents.json | 7 |
1 files changed, 6 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" ] } |