diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-10-19 15:39:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-19 15:39:49 +0200 |
commit | f144e9fb45018e18ce16ea9c0f01518b877d34dd (patch) | |
tree | 508463965aea3f3ad3dcda11b96b15ef717ee4eb /items/HOLLOW_WAND.json | |
parent | 1102dc62c60916df7095d266e907ed191e658e2b (diff) | |
download | NotEnoughUpdates-REPO-f144e9fb45018e18ce16ea9c0f01518b877d34dd.tar.gz NotEnoughUpdates-REPO-f144e9fb45018e18ce16ea9c0f01518b877d34dd.tar.bz2 NotEnoughUpdates-REPO-f144e9fb45018e18ce16ea9c0f01518b877d34dd.zip |
Added reqs to items, fixed slayer drops, added new drop, fixed some lores (#998)
Diffstat (limited to 'items/HOLLOW_WAND.json')
-rw-r--r-- | items/HOLLOW_WAND.json | 5 |
1 files changed, 3 insertions, 2 deletions
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", |