From b5303c2e17520283372de72b78fd2a801f19c7ef Mon Sep 17 00:00:00 2001 From: Schlaumeyer <51930935+SchIaumeyer@users.noreply.github.com> Date: Sat, 16 Oct 2021 23:01:48 +0200 Subject: Fixed requirements for all arrows (#631) * Add files via upload * Add files via upload --- items/EXPLOSIVE_ARROW.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'items/EXPLOSIVE_ARROW.json') diff --git a/items/EXPLOSIVE_ARROW.json b/items/EXPLOSIVE_ARROW.json index 86ad8bb8..eb714011 100644 --- a/items/EXPLOSIVE_ARROW.json +++ b/items/EXPLOSIVE_ARROW.json @@ -1,25 +1,26 @@ { "itemid": "minecraft:arrow", "displayname": "§9Explosive Arrow", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Damage: §c+3\",1:\"\",2:\"§6Passive: Explosive\",3:\"§7This arrow explodes after §a2s\",4:\"§a§7or on impact.\",5:\"\",6:\"§7The explosion deals the arrow's\",7:\"§7damage split to mobs within §e2.5\",8:\"§e§7blocks.\",9:\"\",10:\"§7You will lose §c10% §7of your §c❤\",11:\"§cHealth§7if you are in the\",12:\"§7explosion.\",13:\"\",14:\"§7§4❣ §cRequires §cTarget Practice\",15:\"§cIII.\",16:\"§8Stats added when shot!\",17:\"§9§lRARE ARROW\"],Name:\"§9Explosive Arrow\"},ExtraAttributes:{id:\"EXPLOSIVE_ARROW\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Damage: §c+3\",1:\"\",2:\"§6Passive: Explosive\",3:\"§7This arrow explodes after §a2s\",4:\"§7or on impact.\",5:\"\",6:\"§7The explosion deals the arrow\u0027s\",7:\"§7damage split to mobs within §e2.5\",8:\"§7blocks.\",9:\"\",10:\"§7You will lose §c10% §7of your\",11:\"§c❤ Health §7if you are in the\",12:\"§7explosion.\",13:\"\",14:\"§4❣ §cRequires §aCombat Skill 23§c +\",15:\"§aCoal Collection 7§c + §aTarget\",16:\"§aPractice III.\",17:\"§8Stats added when shot!\",18:\"§9§lRARE ARROW\"],Name:\"§9Explosive Arrow\"},ExtraAttributes:{id:\"EXPLOSIVE_ARROW\"}}", "damage": 0, "lore": [ "§7Damage: §c+3", "", "§6Passive: Explosive", "§7This arrow explodes after §a2s", - "§a§7or on impact.", + "§7or on impact.", "", - "§7The explosion deals the arrow's", + "§7The explosion deals the arrow\u0027s", "§7damage split to mobs within §e2.5", - "§e§7blocks.", + "§7blocks.", "", - "§7You will lose §c10% §7of your §c❤", - "§cHealth§7if you are in the", + "§7You will lose §c10% §7of your", + "§c❤ Health §7if you are in the", "§7explosion.", "", - "§7§4❣ §cRequires §cTarget Practice", - "§cIII.", + "§4❣ §cRequires §aCombat Skill 23§c +", + "§aCoal Collection 7§c + §aTarget", + "§aPractice III.", "§8Stats added when shot!", "§9§lRARE ARROW" ], -- cgit