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/GLUE_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/GLUE_ARROW.json')
-rw-r--r-- | items/GLUE_ARROW.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/items/GLUE_ARROW.json b/items/GLUE_ARROW.json index f212af91..1368a9d6 100644 --- a/items/GLUE_ARROW.json +++ b/items/GLUE_ARROW.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:arrow", "displayname": "§9Glue Arrow", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Damage: §c+15\",1:\"\",2:\"§6Passive: Stuck in goo\",3:\"§7Prevents victims from walking\",4:\"§7for §21.5s §7when hit.\",5:\"§86s cooldown per victim\",6:\"\",7:\"§7§4❣ §cRequires §cTarget Practice\",8:\"§cIII.\",9:\"§8Stats added when shot!\",10:\"§9§lRARE ARROW\"],Name:\"§9Glue Arrow\"},ExtraAttributes:{id:\"GLUE_ARROW\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Damage: §c+15\",1:\"\",2:\"§6Passive: Stuck in goo\",3:\"§7Prevents victims from walking\",4:\"§7for §21.5s §7when hit.\",5:\"§86s cooldown per victim\",6:\"\",7:\"§4❣ §cRequires §aCombat Skill 24§c +\",8:\"§5Spider Slayer 3§c + §aTarget\",9:\"§aPractice III.\",10:\"§8Stats added when shot!\",11:\"§9§lRARE ARROW\"],Name:\"§9Glue Arrow\"},ExtraAttributes:{id:\"GLUE_ARROW\"}}", "damage": 0, "lore": [ "§7Damage: §c+15", @@ -11,8 +11,9 @@ "§7for §21.5s §7when hit.", "§86s cooldown per victim", "", - "§7§4❣ §cRequires §cTarget Practice", - "§cIII.", + "§4❣ §cRequires §aCombat Skill 24§c +", + "§5Spider Slayer 3§c + §aTarget", + "§aPractice III.", "§8Stats added when shot!", "§9§lRARE ARROW" ], |