diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-07-02 18:21:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-02 16:21:10 +0000 |
commit | e32a6bc6b0e38bc7ce3180d5bc8370b7eb76ec1c (patch) | |
tree | 44e868d98216cf971327fbd6cec8f92feacc2ba2 /constants/misc.json | |
parent | 4f70c01ffa270be1eb4bc0a6dcb710d1393f5f1f (diff) | |
download | NotEnoughUpdates-REPO-e32a6bc6b0e38bc7ce3180d5bc8370b7eb76ec1c.tar.gz NotEnoughUpdates-REPO-e32a6bc6b0e38bc7ce3180d5bc8370b7eb76ec1c.tar.bz2 NotEnoughUpdates-REPO-e32a6bc6b0e38bc7ce3180d5bc8370b7eb76ec1c.zip |
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
Diffstat (limited to 'constants/misc.json')
-rw-r--r-- | constants/misc.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/constants/misc.json b/constants/misc.json index 8433c127..db3147fb 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1899,6 +1899,31 @@ ], "GANACHE_CHOCOLATE_SLAB": [ "PRESTIGE_CHOCOLATE_REALM" + ], + "COIN_TALISMAN": [ + "RING_OF_COINS", + "ARTIFACT_OF_COINS", + "RELIC_OF_COINS" + ], + "RING_OF_COINS": [ + "ARTIFACT_OF_COINS", + "RELIC_OF_COINS" + ], + "ARTIFACT_OF_COINS": [ + "RELIC_OF_COINS" + ], + "EMERALD_RING": [ + "EMERALD_ARIFACT" + ], + "MINERAL_TALISMAN": [ + "GLOSSY_MINERAL_TALISMAN" + ], + "SCAVENGER_TALISMAN": [ + "SCAVENGER_RING", + "SCAVENGER_ARTIFACT" + ], + "SCAVENGER_RING": [ + "SCAVENGER_ARTIFACT" ] }, "ignored_talisman": [ |