diff options
author | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
commit | 2d2d7db222a466ea627238d005400b44b93e227b (patch) | |
tree | 4e44e1972bb494ab126624225d38c37e9e99e232 /items/UNDEAD_SWORD.json | |
parent | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (diff) | |
download | NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.gz NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.bz2 NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.zip |
Update items to RELEASE-1.0
Diffstat (limited to 'items/UNDEAD_SWORD.json')
-rw-r--r-- | items/UNDEAD_SWORD.json | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/items/UNDEAD_SWORD.json b/items/UNDEAD_SWORD.json index 0d24a639..6c1cde66 100644 --- a/items/UNDEAD_SWORD.json +++ b/items/UNDEAD_SWORD.json @@ -1,20 +1,23 @@ { - "internalname": "UNDEAD_SWORD", "itemid": "minecraft:iron_sword", - "displayname": "Undead Sword", - "clickcommand": "", + "displayname": "§fUndead Sword", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+30\",1:\"\",2:\"§7Deals §a+100% §7damage to\",3:\"§7§7Zombie Pigmen§7, §7Withers§7,\",4:\"§7§7Zombies§7, and §7Skeletons§7.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§f§lCOMMON SWORD\"],Name:\"§fUndead Sword\"},ExtraAttributes:{id:\"UNDEAD_SWORD\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+30\",1:\"\",2:\"§7Deals §a+100% §7damage to\",3:\"§7§7Zombies§7, §7Skeletons§7,\",4:\"§7§7Zombie Pigmen§7, and\",5:\"§7§7Withers§7.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§f§lCOMMON SWORD\"],Name:\"§fUndead Sword\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"UNDEAD_SWORD\",uuid:\"d492e042-18ca-442a-a4b4-460cc1003237\",timestamp:\"3/22/20 11:20 PM\"}}", - "modver": "1.0.0", "lore": [ "§7Damage: §c+30", "", "§7Deals §a+100% §7damage to", - "§7§7Zombies§7, §7Skeletons§7,", - "§7§7Zombie Pigmen§7, and", - "§7§7Withers§7.", + "§7§7Zombie Pigmen§7, §7Withers§7,", + "§7§7Zombies§7, and §7Skeletons§7.", "", "§7§8This item can be reforged!", "§f§lCOMMON SWORD" + ], + "internalname": "UNDEAD_SWORD", + "clickcommand": "", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Undead_Sword" ] }
\ No newline at end of file |