diff options
author | Schlaumeyer <51930935+SchIaumeyer@users.noreply.github.com> | 2021-10-16 23:01:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-16 17:01:48 -0400 |
commit | b5303c2e17520283372de72b78fd2a801f19c7ef (patch) | |
tree | f0011a5d94a1fcadce10b146ec8d2fcc729765be /items/ICY_ARROW.json | |
parent | f87bb5477498bd4d1b418db769312cbbfe05fca0 (diff) | |
download | NotEnoughUpdates-REPO-b5303c2e17520283372de72b78fd2a801f19c7ef.tar.gz NotEnoughUpdates-REPO-b5303c2e17520283372de72b78fd2a801f19c7ef.tar.bz2 NotEnoughUpdates-REPO-b5303c2e17520283372de72b78fd2a801f19c7ef.zip |
Fixed requirements for all arrows (#631)
* Add files via upload
* Add files via upload
Diffstat (limited to 'items/ICY_ARROW.json')
-rw-r--r-- | items/ICY_ARROW.json | 10 |
1 files changed, 6 insertions, 4 deletions
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" ], |