diff options
Diffstat (limited to 'items/WAND_OF_RESTORATION.json')
-rw-r--r-- | items/WAND_OF_RESTORATION.json | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/items/WAND_OF_RESTORATION.json b/items/WAND_OF_RESTORATION.json index b3263a57..217c857d 100644 --- a/items/WAND_OF_RESTORATION.json +++ b/items/WAND_OF_RESTORATION.json @@ -1,19 +1,35 @@ { "internalname": "WAND_OF_RESTORATION", "itemid": "minecraft:stick", - "displayname": "Wand of Restoration", - "clickcommand": "viewrecipe", + "displayname": "§5Wand of Restoration", + "clickcommand": "", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§6Item Ability: Big Heal §e§lRIGHT CLICK\",1:\"§7Heal §c40❤§7/s for 7s.\",2:\"§7§8Wand heals don\u0027t stack.\",3:\"§8Mana Cost: §3100\",4:\"§8Cooldown: §a1s\",5:\"\",6:\"§c☠ §5Requires Zombie LVL 6\",7:\"§5§lEPIC WAND\"],Name:\"§5Wand of Restoration\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"WAND_OF_RESTORATION\",uuid:\"43d4b8bc-99ca-4b51-b02e-be8ce1efb390\",timestamp:\"3/24/20 7:14 PM\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§6Item Ability: Big Heal §e§lRIGHT CLICK\",1:\"§7Heal §c40❤§7/s for 7s.\",2:\"§7§8Wand heals don't stack.\",3:\"§8Mana Cost: §3100\",4:\"§8Cooldown: §a1s\",5:\"\",6:\"§c☠ §5Requires Zombie LVL 6\",7:\"§5§lEPIC WAND\"],Name:\"§5Wand of Restoration\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"WAND_OF_RESTORATION\",uuid:\"9a72d813-c042-4cd7-9514-82ba8d690aaf\",timestamp:\"4/1/20 1:52 PM\"}}", "modver": "1.0.0", "lore": [ "§6Item Ability: Big Heal §e§lRIGHT CLICK", "§7Heal §c40❤§7/s for 7s.", - "§7§8Wand heals don\u0027t stack.", + "§7§8Wand heals don't stack.", "§8Mana Cost: §3100", "§8Cooldown: §a1s", "", "§c☠ §5Requires Zombie LVL 6", "§5§lEPIC WAND" + ], + "recipe": { + "A1": "", + "A2": "", + "A3": "REVENANT_VISCERA:16", + "B1": "", + "B2": "WAND_OF_MENDING:1", + "B3": "", + "C1": "ENCHANTED_DARK_OAK_LOG:64", + "C2": "", + "C3": "" + }, + "clickcommand": "viewrecipe", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Wand_of_Restoration" ] }
\ No newline at end of file |