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/ICY_ARROW.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'items/ICY_ARROW.json') diff --git a/items/ICY_ARROW.json b/items/ICY_ARROW.json index 482253f2..eb30cd47 100644 --- a/items/ICY_ARROW.json +++ b/items/ICY_ARROW.json @@ -1,16 +1,18 @@ { "itemid": "minecraft:arrow", "displayname": "§9Icy Arrow", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Damage: §c+24\",1:\"\",2:\"§6Passive: Muscle Freeze\",3:\"§7Applies §bSlowness I §7for §a3s\",4:\"§a§7to targets.\",5:\"\",6:\"§7§4❣ §cRequires §6Target Practice II.\",7:\"§8Stats added when shot!\",8:\"§9§lRARE ARROW\"],Name:\"§9Icy Arrow\"},ExtraAttributes:{id:\"ICY_ARROW\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Damage: §c+24\",1:\"\",2:\"§6Passive: Muscle Freeze\",3:\"§7Applies §bSlowness 1 §7for §a3s\",4:\"§7to targets.\",5:\"\",6:\"§4❣ §cRequires §aCombat Skill 21§c +\",7:\"§aIce Collection 7§c + §aTarget\",8:\"§aPractice II.\",9:\"§8Stats added when shot!\",10:\"§9§lRARE ARROW\"],Name:\"§9Icy Arrow\"},ExtraAttributes:{id:\"ICY_ARROW\"}}", "damage": 0, "lore": [ "§7Damage: §c+24", "", "§6Passive: Muscle Freeze", - "§7Applies §bSlowness I §7for §a3s", - "§a§7to targets.", + "§7Applies §bSlowness 1 §7for §a3s", + "§7to targets.", "", - "§7§4❣ §cRequires §6Target Practice II.", + "§4❣ §cRequires §aCombat Skill 21§c +", + "§aIce Collection 7§c + §aTarget", + "§aPractice II.", "§8Stats added when shot!", "§9§lRARE ARROW" ], -- cgit