From f144e9fb45018e18ce16ea9c0f01518b877d34dd Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 19 Oct 2023 15:39:49 +0200 Subject: Added reqs to items, fixed slayer drops, added new drop, fixed some lores (#998) --- items/HOLLOW_WAND.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'items/HOLLOW_WAND.json') diff --git a/items/HOLLOW_WAND.json b/items/HOLLOW_WAND.json index 2988a8db..69ea60de 100644 --- a/items/HOLLOW_WAND.json +++ b/items/HOLLOW_WAND.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:feather", "displayname": "§6Hollow Wand", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Damage: §c+150\",1:\"§7Strength: §c+20\",2:\"§7Intelligence: §a+120\",3:\"\",4:\"§6Ability: Hollow Spirit §e§lLEFT/RIGHT CLICK\",5:\"§7Left Click to cast a stack of §8[§c✤§8]§7 and\",6:\"§7Right Click to cast a stack of §8[§b✦§8]§7.\",7:\"§7Combine stacks to cast different spells!\",8:\"\",9:\"§8⊳ §8[§c✤§7§l﹍§7§l﹍§7§l﹍§8]§7 §dSpirit Spark §8(§65 ⚶§8)\",10:\"§8⊳ §8[§b✦§7§l﹍§7§l﹍§7§l﹍§8]§7 §dHollowed Shield §8(§65 ⚶§8)\",11:\"§8⊳ §8[§c✤§c✤§b✦§7§l﹍§8]§7 §dSpirit Barrage §8(§620 ⚶§8)\",12:\"§8⊳ §8[§b✦§b✦§c✤§7§l﹍§8]§7 §dHollowed Barrage §8(§620 ⚶§8)\",13:\"§8⊳ §8[§c✤§c✤§c✤§c✤§8]§7 §dDivine Spark §8(§640 ⚶§8)\",14:\"§8§oType \u0027/wandinfo\u0027 for detailed ability info.\",15:\"\",16:\"§6§lLEGENDARY WAND\"],Name:\"§6Hollow Wand\"},ExtraAttributes:{attributes:{blazing:3,life_recovery:3},id:\"HOLLOW_WAND\",boss_tier:3}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Damage: §c+150\",1:\"§7Strength: §c+20\",2:\"§7Intelligence: §a+120\",3:\"\",4:\"§6Ability: Hollow Spirit §e§lLEFT/RIGHT CLICK\",5:\"§7Left Click to cast a stack of §8[§c✤§8]§7 and\",6:\"§7Right Click to cast a stack of §8[§b✦§8]§7.\",7:\"§7Combine stacks to cast different spells!\",8:\"\",9:\"§8⊳ §8[§c✤§7§l﹍§7§l﹍§7§l﹍§8]§7 §dSpirit Spark §8(§65 ⚶§8)\",10:\"§8⊳ §8[§b✦§7§l﹍§7§l﹍§7§l﹍§8]§7 §dHollowed Shield §8(§65 ⚶§8)\",11:\"§8⊳ §8[§c✤§c✤§b✦§7§l﹍§8]§7 §dSpirit Barrage §8(§620 ⚶§8)\",12:\"§8⊳ §8[§b✦§b✦§c✤§7§l﹍§8]§7 §dHollowed Barrage §8(§620 ⚶§8)\",13:\"§8⊳ §8[§c✤§c✤§c✤§c✤§8]§7 §dDivine Spark §8(§640 ⚶§8)\",14:\"§8§oType \u0027/wandinfo\u0027 for detailed ability info.\",15:\"\",16:\"§7§4❣ §cRequires §aCombat Skill 22§c.\",17:\"§6§lLEGENDARY WAND\"],Name:\"§6Hollow Wand\"},ExtraAttributes:{attributes:{blazing:3,life_recovery:3},id:\"HOLLOW_WAND\",boss_tier:3}}", "damage": 0, "lore": [ "§7Damage: §c+150", @@ -20,12 +20,13 @@ "§8⊳ §8[§c✤§c✤§c✤§c✤§8]§7 §dDivine Spark §8(§640 ⚶§8)", "§8§oType \u0027/wandinfo\u0027 for detailed ability info.", "", + "§7§4❣ §cRequires §aCombat Skill 22§c.", "§6§lLEGENDARY WAND" ], "internalname": "HOLLOW_WAND", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hollow_Wand", -- cgit