From c5ab7e93d298f30a9d68714c563ca71c086f7511 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 6 Oct 2023 03:28:08 +0200 Subject: Added new halloween items (#995) --- items/WAND_OF_STRENGTH.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'items/WAND_OF_STRENGTH.json') diff --git a/items/WAND_OF_STRENGTH.json b/items/WAND_OF_STRENGTH.json index 4c41efdf..9463b877 100644 --- a/items/WAND_OF_STRENGTH.json +++ b/items/WAND_OF_STRENGTH.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:stick", "displayname": "§5Wand of Strength", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Damage: §c+50\",1:\"§7Strength: §c+20\",2:\"\",3:\"§6Ability: Life Blood §e§lRIGHT CLICK\",4:\"§7Use §c10% §7of your max health\",5:\"§7to boost your nearby allies by\",6:\"§7§c+30❁ Strength §7for 10\",7:\"§7seconds.\",8:\"§8Health Cost: §c250.3\",9:\"§8Cooldown: §a1s\",10:\"\",11:\"§7§4❣ §cRequires §aCombat Skill 24§c.\",12:\"§5§lEPIC WAND\"],Name:\"§5Wand of Strength\"},ExtraAttributes:{id:\"WAND_OF_STRENGTH\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Damage: §c+50\",1:\"§7Strength: §c+20\",2:\"\",3:\"§6Ability: Life Blood §e§lRIGHT CLICK\",4:\"§7Use §c10% §7of your max health\",5:\"§7to boost your nearby allies by\",6:\"§7§c+30❁ Strength §7for 10\",7:\"§7seconds.\",8:\"§8Health Cost: §c250.3\",9:\"§8Cooldown: §a1s\",10:\"\",11:\"§7§4❣ §cRequires §aCombat Skill 22§c.\",12:\"§5§lEPIC WAND\"],Name:\"§5Wand of Strength\"},ExtraAttributes:{id:\"WAND_OF_STRENGTH\"}}", "damage": 0, "lore": [ "§7Damage: §c+50", @@ -15,7 +15,7 @@ "§8Health Cost: §c250.3", "§8Cooldown: §a1s", "", - "§7§4❣ §cRequires §aCombat Skill 24§c.", + "§7§4❣ §cRequires §aCombat Skill 22§c.", "§5§lEPIC WAND" ], "recipe": { @@ -32,7 +32,7 @@ "internalname": "WAND_OF_STRENGTH", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://wiki.hypixel.net/Wand_Of_Strength" -- cgit