diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-08-04 20:36:19 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-08-04 20:36:19 -0400 |
commit | 446eee57d01b3e334a0132854e3392e469baaa16 (patch) | |
tree | 9e6aabbdb7f5b77beba758f8014226da2811e6b4 /items/UNDEAD_BOW.json | |
parent | daf1557b85b7c890923bae7e4519a9336697dc36 (diff) | |
download | NotEnoughUpdates-REPO-446eee57d01b3e334a0132854e3392e469baaa16.tar.gz NotEnoughUpdates-REPO-446eee57d01b3e334a0132854e3392e469baaa16.tar.bz2 NotEnoughUpdates-REPO-446eee57d01b3e334a0132854e3392e469baaa16.zip |
Some Fixes v2
Diffstat (limited to 'items/UNDEAD_BOW.json')
-rw-r--r-- | items/UNDEAD_BOW.json | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/items/UNDEAD_BOW.json b/items/UNDEAD_BOW.json index 8335f3da..10c5badf 100644 --- a/items/UNDEAD_BOW.json +++ b/items/UNDEAD_BOW.json @@ -1,11 +1,8 @@ { - "internalname": "UNDEAD_BOW", - "itemid": 261, + "itemid": "minecraft:bow", "displayname": "§9Undead Bow", - "clickcommand": "", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d80\",1:\"§7Damage: §c+80\",2:\"\",3:\"§7Deals §a+100% §7damage to\",4:\"§7§aUndead monsters§7.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§aPerfect 35000 / 35000\",8:\"§9§lRARE DUNGEON BOW\",9:\"\",10:\"§7Cost\",11:\"§680,000 Coins\",12:\"\",13:\"§eClick to trade!\"],Name:\"§9Undead Bow\"},ExtraAttributes:{id:\"UNDEAD_BOW\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d80\",1:\"§7Damage: §c+80\",2:\"\",3:\"§7Deals §a+100% §7damage to\",4:\"§7§aUndead monsters§7.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§aPerfect 34956 / 35000\",8:\"§9§lRARE DUNGEON BOW\"],Name:\"§9Undead Bow\"},ExtraAttributes:{item_durability:34956,id:\"UNDEAD_BOW\"}}", - "modver": "1.0.0", "lore": [ "§7Gear Score: §d80", "§7Damage: §c+80", @@ -14,7 +11,20 @@ "§7§aUndead monsters§7.", "", "§7§8This item can be reforged!", - "§aPerfect 34956 / 35000", - "§9§lRARE DUNGEON BOW" + "§aPerfect 35000 / 35000", + "§9§lRARE DUNGEON BOW", + "", + "§7Cost", + "§680,000 Coins", + "", + "§eClick to trade!" + ], + "internalname": "UNDEAD_BOW", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Undead_Bow" ] }
\ No newline at end of file |