diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-02-22 22:24:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-22 21:24:18 +0000 |
commit | b89d54c0cea0a48b9743477231e91a400c9975d1 (patch) | |
tree | ba2ec22465ffea7599a313f7f7698de2c8d402f5 /items/HOLLOW_WAND.json | |
parent | 80eb59a024c8127114372f54e2a3b911d6d106b1 (diff) | |
download | NotEnoughUpdates-REPO-b89d54c0cea0a48b9743477231e91a400c9975d1.tar.gz NotEnoughUpdates-REPO-b89d54c0cea0a48b9743477231e91a400c9975d1.tar.bz2 NotEnoughUpdates-REPO-b89d54c0cea0a48b9743477231e91a400c9975d1.zip |
Fixed a "few" lores (#1115)
* Fixed a "few" lores
* Fixed nbt
* Hollow armor lore change + more
* Added new skins and fixed some more lores
Diffstat (limited to 'items/HOLLOW_WAND.json')
-rw-r--r-- | items/HOLLOW_WAND.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/items/HOLLOW_WAND.json b/items/HOLLOW_WAND.json index 69ea60de..bfd63469 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:\"§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}}", + "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 Right Click to\",6:\"§7cast a stack of §8[§b✦§8]§7. Combine stacks to cast\",7:\"§7different 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", @@ -9,9 +9,9 @@ "§7Intelligence: §a+120", "", "§6Ability: Hollow Spirit §e§lLEFT/RIGHT CLICK", - "§7Left Click to cast a stack of §8[§c✤§8]§7 and", - "§7Right Click to cast a stack of §8[§b✦§8]§7.", - "§7Combine stacks to cast different spells!", + "§7Left Click to cast a stack of §8[§c✤§8]§7 and Right Click to", + "§7cast a stack of §8[§b✦§8]§7. Combine stacks to cast", + "§7different spells!", "", "§8⊳ §8[§c✤§7§l﹍§7§l﹍§7§l﹍§8]§7 §dSpirit Spark §8(§65 ⚶§8)", "§8⊳ §8[§b✦§7§l﹍§7§l﹍§7§l﹍§8]§7 §dHollowed Shield §8(§65 ⚶§8)", |