From e32a6bc6b0e38bc7ce3180d5bc8370b7eb76ec1c Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 2 Jul 2024 18:21:10 +0200 Subject: Better Mayor Update Items v1.0 (#1271) * feat: Better Mayor Update Items v1.0 * fix: Old rainbownames * feat: Even more Better Mayor Items * feat: Forge duration on new items * fix: coordinates for moved npcs * feat: NPC shop for Liz * feat: HOTM Reqs for new Mining Equipment * feat: Event Sack, Remove Soulbound from Fishing and a few other fixes * feat: Lava Sea Creature HP --- constants/parents.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'constants/parents.json') diff --git a/constants/parents.json b/constants/parents.json index 4a5abd0c..f959351c 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3757,5 +3757,29 @@ "POTION_SPIRIT;2", "POTION_SPIRIT;3", "POTION_SPIRIT;4" + ], + "RELIC_OF_COINS": [ + "ARTIFACT_OF_COINS", + "RING_OF_COINS", + "COIN_TAILSMAN" + ], + "EMERALD_ARTIFACT": [ + "EMERALD_RING" + ], + "MIDAS_STAFF": [ + "STARRED_MIDAS_STAFF" + ], + "MIDAS_SWORD": [ + "STARRED_MIDAS_SWORD" + ], + "CROWN_OF_GREED": [ + "CROWN_OF_AVARICE" + ], + "GLOSSY_MINERAL_TALISMAN": [ + "MINERAL_TALISMAN" + ], + "SCAVENGER_ARTIFACT": [ + "SCAVENGER_RING", + "SCAVENGER_TALISMAN" ] } \ No newline at end of file -- cgit