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 --- items/MIDAS_JEWEL.json | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) (limited to 'items/MIDAS_JEWEL.json') diff --git a/items/MIDAS_JEWEL.json b/items/MIDAS_JEWEL.json index 9a1aeabd..03cf3254 100644 --- a/items/MIDAS_JEWEL.json +++ b/items/MIDAS_JEWEL.json @@ -4,26 +4,30 @@ "displayname": "§9Midas Jewel", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d65c750d-e5f8-39db-8ff4-467e6f6941c9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODE4Mzg2YjBlZmE2ZjhjY2Q0OGZjZTg5ZTdkYzU2NGU2YTQ2OTc0YzNhZTU3MjdhYWRmODM3ZDNmZGE2NTk2NCJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Gilded §7reforge\",4:\"§7when combined with §6Midas\",5:\"§6Staff§7 and §6Midas\u0027 Sword§7.\",6:\"\",7:\"§7§8§oMidas\u0027 most prized\",8:\"§8§opossession - a gift from his\",9:\"§8§oolder brother, whose boundless\",10:\"§8§ogenerosity got the better of\",11:\"§8§ohim. While he always admired his\",12:\"§8§obrother, Midas swore his kingdom\",13:\"§8§owould not end the same way.\",14:\"\",15:\"§7Requires §aMining Skill Level\",16:\"§aXXV§7!\",17:\"\",18:\"§9§lRARE REFORGE STONE\"],Name:\"§9Midas Jewel\"},ExtraAttributes:{id:\"MIDAS_JEWEL\"}}", - "modver": "2.1.1-PRE", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d65c750d-e5f8-39db-8ff4-467e6f6941c9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODE4Mzg2YjBlZmE2ZjhjY2Q0OGZjZTg5ZTdkYzU2NGU2YTQ2OTc0YzNhZTU3MjdhYWRmODM3ZDNmZGE2NTk2NCJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Gilded §7reforge when\",4:\"§7combined with §6Midas Staff§7, §6⚚ Midas\",5:\"§6Staff§7, §6Midas\u0027 Sword§7, and §6⚚ Midas\u0027\",6:\"§6Sword§7.\",7:\"\",8:\"§7§8§oMidas\u0027 most prized possession - a\",9:\"§8§ogift from his older brother, whose\",10:\"§8§oboundless generosity got the better\",11:\"§8§oof him. While he always admired his\",12:\"§8§obrother, Midas swore his kingdom\",13:\"§8§owould not end the same way.\",14:\"\",15:\"§9Byron\u0027s Compassion §8(Gilded)\",16:\"§7Upon killing an enemy, you have a\",17:\"§7rare chance to grant coins to a\",18:\"§7player around you.\",19:\"\",20:\"§7Requires §aMining Skill Level XXV§7!\",21:\"\",22:\"§9§lRARE REFORGE STONE\"],Name:\"§9Midas Jewel\"},ExtraAttributes:{id:\"MIDAS_JEWEL\"}}", + "modver": "2.3.0", "lore": [ "§8Reforge Stone", "§7§8Combinable in Reforge Anvil", "", - "§7Applies the §9Gilded §7reforge", - "§7when combined with §6Midas", - "§6Staff§7 and §6Midas\u0027 Sword§7.", + "§7Applies the §9Gilded §7reforge when", + "§7combined with §6Midas Staff§7, §6⚚ Midas", + "§6Staff§7, §6Midas\u0027 Sword§7, and §6⚚ Midas\u0027", + "§6Sword§7.", "", - "§7§8§oMidas\u0027 most prized", - "§8§opossession - a gift from his", - "§8§oolder brother, whose boundless", - "§8§ogenerosity got the better of", - "§8§ohim. While he always admired his", + "§7§8§oMidas\u0027 most prized possession - a", + "§8§ogift from his older brother, whose", + "§8§oboundless generosity got the better", + "§8§oof him. While he always admired his", "§8§obrother, Midas swore his kingdom", "§8§owould not end the same way.", "", - "§7Requires §aMining Skill Level", - "§aXXV§7!", + "§9Byron\u0027s Compassion §8(Gilded)", + "§7Upon killing an enemy, you have a", + "§7rare chance to grant coins to a", + "§7player around you.", + "", + "§7Requires §aMining Skill Level XXV§7!", "", "§9§lRARE REFORGE STONE" ], -- cgit