From 0a2fe464163dd44bece0e45155eb5e7163660585 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 14 Aug 2024 22:58:43 +0200 Subject: fix: Midas Items/Dae Axe and Flame Dye (#1318) --- items/MIDAS_STAFF.json | 38 +++++++++++++++++--------------------- 1 file changed, 17 insertions(+), 21 deletions(-) (limited to 'items/MIDAS_STAFF.json') diff --git a/items/MIDAS_STAFF.json b/items/MIDAS_STAFF.json index 50211187..8518f2b7 100644 --- a/items/MIDAS_STAFF.json +++ b/items/MIDAS_STAFF.json @@ -1,39 +1,35 @@ { "itemid": "minecraft:golden_shovel", "displayname": "§6Midas Staff", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+130 \",1:\"§7Strength: §c+150 \",2:\"§7Intelligence: §a+50 \",3:\"\",4:\"§6Ability: Molten Wave §e§lRIGHT CLICK\",5:\"§7Cast a wave of molten gold in\",6:\"§7the direction you are facing!\",7:\"§7Deals up to §c86,752 §7damage.\",8:\"§8Mana Cost: §3500\",9:\"§8Cooldown: §a1s\",10:\"\",11:\"§6Ability: Greed\",12:\"§7The §3ability damage bonus §7of\",13:\"§7this item is dependent on the\",14:\"§7price paid for it at the §5Dark\",15:\"§5Auction§7!\",16:\"§7The maximum bonus of this item\",17:\"§7is §316000 §7if the bid was\",18:\"§7§6100,000,000 Coins §7or higher!\",19:\"\",20:\"§7Price paid: §60 Coins\",21:\"§7Base Ability Damage Bonus: §30\",22:\"\",23:\"§7§8This item can be reforged!\",24:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Midas Staff\"},ExtraAttributes:{dungeon_item_level:0,id:\"MIDAS_STAFF\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+130\",1:\"§7Strength: §c+150\",2:\"§7Intelligence: §a+50\",3:\"\",4:\"§6Ability: Molten Wave §e§lRIGHT CLICK\",5:\"§7Cast a wave of molten gold in the\",6:\"§7direction you are facing! Deals up to\",7:\"§7§c24,000 §7damage.\",8:\"§8Mana Cost: §3500\",9:\"§8Cooldown: §a1s\",10:\"\",11:\"§6Ability: Greed \",12:\"§7The §3ability damage bonus §7of this item\",13:\"§7is dependent on the price paid for it\",14:\"§7at the §5Dark Auction§7!\",15:\"§7The maximum bonus of this item is\",16:\"§7§326,000 §7if the bid was §6100,000,000\",17:\"§6Coins §7or higher!\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§6§lLEGENDARY SWORD\"],Name:\"§6Midas Staff\"},ExtraAttributes:{id:\"MIDAS_STAFF\"}}", "damage": 0, "lore": [ - "§7Damage: §c+130 ", - "§7Strength: §c+150 ", - "§7Intelligence: §a+50 ", + "§7Damage: §c+130", + "§7Strength: §c+150", + "§7Intelligence: §a+50", "", - "§6Ability: Molten Wave §e§lRIGHT CLICK", - "§7Cast a wave of molten gold in", - "§7the direction you are facing!", - "§7Deals up to §c86,752 §7damage.", + "§6Ability: Molten Wave §e§lRIGHT CLICK", + "§7Cast a wave of molten gold in the", + "§7direction you are facing! Deals up to", + "§7§c24,000 §7damage.", "§8Mana Cost: §3500", "§8Cooldown: §a1s", "", - "§6Ability: Greed", - "§7The §3ability damage bonus §7of", - "§7this item is dependent on the", - "§7price paid for it at the §5Dark", - "§5Auction§7!", - "§7The maximum bonus of this item", - "§7is §316000 §7if the bid was", - "§7§6100,000,000 Coins §7or higher!", - "", - "§7Price paid: §60 Coins", - "§7Base Ability Damage Bonus: §30", + "§6Ability: Greed ", + "§7The §3ability damage bonus §7of this item", + "§7is dependent on the price paid for it", + "§7at the §5Dark Auction§7!", + "§7The maximum bonus of this item is", + "§7§326,000 §7if the bid was §6100,000,000", + "§6Coins §7or higher!", "", "§7§8This item can be reforged!", - "§6§lLEGENDARY DUNGEON SWORD" + "§6§lLEGENDARY SWORD" ], "internalname": "MIDAS_STAFF", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.3.3", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Midas_Staff", -- cgit