diff options
Diffstat (limited to 'items/GOLD_TIPPED_ARROW.json')
-rw-r--r-- | items/GOLD_TIPPED_ARROW.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/items/GOLD_TIPPED_ARROW.json b/items/GOLD_TIPPED_ARROW.json index 850dd1ef..6ceeb0e2 100644 --- a/items/GOLD_TIPPED_ARROW.json +++ b/items/GOLD_TIPPED_ARROW.json @@ -1,11 +1,13 @@ { "itemid": "minecraft:arrow", "displayname": "§fGold-tipped Arrow", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+10\",1:\"\",2:\"§8Stats added when shot!\",3:\"§f§lCOMMON ARROW\"],Name:\"§fGold-tipped Arrow\"},ExtraAttributes:{id:\"GOLD_TIPPED_ARROW\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+10\",1:\"\",2:\"§7§4❣ §cRequires §aCombat Skill 8§c +\",3:\"§aTarget Practice I.\",4:\"§8Stats added when shot!\",5:\"§f§lCOMMON ARROW\"],Name:\"§fGold-tipped Arrow\"},ExtraAttributes:{id:\"GOLD_TIPPED_ARROW\"}}", "damage": 0, "lore": [ "§7Damage: §c+10", "", + "§7§4❣ §cRequires §aCombat Skill 8§c +", + "§aTarget Practice I.", "§8Stats added when shot!", "§f§lCOMMON ARROW" ], |