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/EXPLOSIVE_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/EXPLOSIVE_ARROW.json')
-rw-r--r-- | items/EXPLOSIVE_ARROW.json | 17 |
1 files changed, 9 insertions, 8 deletions
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" ], |