diff options
author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2022-01-07 15:29:52 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-07 15:29:52 +1100 |
commit | 5383db9abb463998c992f3bdab8f8cf1706335ab (patch) | |
tree | 620fa321f99f85aba5d5c3112f045469d3e806f1 /constants/parents.json | |
parent | f9f1620e318db8389f90bd38a09211333ee4948c (diff) | |
download | NotEnoughUpdates-REPO-5383db9abb463998c992f3bdab8f8cf1706335ab.tar.gz NotEnoughUpdates-REPO-5383db9abb463998c992f3bdab8f8cf1706335ab.tar.bz2 NotEnoughUpdates-REPO-5383db9abb463998c992f3bdab8f8cf1706335ab.zip |
Stuff that only works on the dangerous rel (#676)
Co-authored-by: jani270 <jani270@gmx.de>
Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com>
Diffstat (limited to 'constants/parents.json')
-rw-r--r-- | constants/parents.json | 130 |
1 files changed, 130 insertions, 0 deletions
diff --git a/constants/parents.json b/constants/parents.json index 53b664a9..0f8e7117 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2358,5 +2358,135 @@ "BOOSTER_COOKIE": [ "FREE_COOKIE", "REFUND_COOKIE" + ], + "BITE_RUNE;1": [ + "BITE_RUNE;2", + "BITE_RUNE;3" + ], + "BLOOD_2_RUNE;1": [ + "BLOOD_2_RUNE;2", + "BLOOD_2_RUNE;3" + ], + "COUTURE_RUNE;1": [ + "COUTURE_RUNE;2", + "COUTURE_RUNE;3" + ], + "DRAGON_RUNE;1": [ + "DRAGON_RUNE;2", + "DRAGON_RUNE;3" + ], + "ENCHANT_RUNE;1": [ + "ENCHANT_RUNE;2", + "ENCHANT_RUNE;3" + ], + "ENDERSNAKE_RUNE;1": [ + "ENDERSNAKE_RUNE;2", + "ENDERSNAKE_RUNE;3" + ], + "FIRE_SPIRAL_RUNE;1": [ + "FIRE_SPIRAL_RUNE;2", + "FIRE_SPIRAL_RUNE;3" + ], + "GEM_RUNE;1": [ + "GEM_RUNE;2", + "GEM_RUNE;3" + ], + "GOLDEN_RUNE;1": [ + "GOLDEN_RUNE;2", + "GOLDEN_RUNE;3" + ], + "HEARTS_RUNE;1": [ + "HEARTS_RUNE;2", + "HEARTS_RUNE;3" + ], + "HOT_RUNE;1": [ + "HOT_RUNE;2", + "HOT_RUNE;3" + ], + "ICE_RUNE;1": [ + "ICE_RUNE;2", + "ICE_RUNE;3" + ], + "LAVA_RUNE;1": [ + "LAVA_RUNE;2", + "LAVA_RUNE;3" + ], + "LIGHTNING_RUNE;1": [ + "LIGHTNING_RUNE;2", + "LIGHTNING_RUNE;3" + ], + "MAGIC_RUNE;1": [ + "MAGIC_RUNE;2", + "MAGIC_RUNE;3" + ], + "MUSIC_RUNE;1": [ + "MUSIC_RUNE;2", + "MUSIC_RUNE;3" + ], + "RAINBOW_RUNE;1": [ + "RAINBOW_RUNE;2", + "RAINBOW_RUNE;3" + ], + "REDSTONE_RUNE;1": [ + "REDSTONE_RUNE;2", + "REDSTONE_RUNE;3" + ], + "SMOKEY_RUNE;1": [ + "SMOKEY_RUNE;2", + "SMOKEY_RUNE;3" + ], + "SNAKE_RUNE;1": [ + "SNAKE_RUNE;2", + "SNAKE_RUNE;3" + ], + "SNOW_RUNE;1": [ + "SNOW_RUNE;2", + "SNOW_RUNE;3" + ], + "SPARKLING_RUNE;1": [ + "SPARKLING_RUNE;2", + "SPARKLING_RUNE;3" + ], + "SPIRIT_RUNE;1": [ + "SPIRIT_RUNE;2", + "SPIRIT_RUNE;3" + ], + "TIDAL_RUNE;1": [ + "TIDAL_RUNE;2", + "TIDAL_RUNE;3" + ], + "WAKE_RUNE;1": [ + "WAKE_RUNE;2", + "WAKE_RUNE;3" + ], + "WHITE_SPIRAL_RUNE;1": [ + "WHITE_SPIRAL_RUNE;2", + "WHITE_SPIRAL_RUNE;3" + ], + "ZAP_RUNE;1": [ + "ZAP_RUNE;2", + "ZAP_RUNE;3" + ], + "ZOMBIE_SLAYER_RUNE;1": [ + "ZOMBIE_SLAYER_RUNE;2", + "ZOMBIE_SLAYER_RUNE;3" + ], + "PARTY_HAT_CRAB_AQUA": [ + "PARTY_HAT_CRAB_BLACK", + "PARTY_HAT_CRAB_GREEN", + "PARTY_HAT_CRAB_LIME", + "PARTY_HAT_CRAB_ORANGE", + "PARTY_HAT_CRAB_PINK", + "PARTY_HAT_CRAB_PURPLE", + "PARTY_HAT_CRAB_RED", + "PARTY_HAT_CRAB_YELLOW" + ], + "AMETHYST_CRYSTAL": [ + "AMBER_CRYSTAL", + "JADE_CRYSTAL", + "RUBY_CRYSTAL", + "SAPPHIRE_CRYSTAL", + "TOPAZ_CRYSTAL" + ] } |