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/ZOMBIE_LEGGINGS.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/ZOMBIE_LEGGINGS.json')
-rw-r--r-- | items/ZOMBIE_LEGGINGS.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/ZOMBIE_LEGGINGS.json b/items/ZOMBIE_LEGGINGS.json index f9b718ed..78a9e124 100644 --- a/items/ZOMBIE_LEGGINGS.json +++ b/items/ZOMBIE_LEGGINGS.json @@ -1,11 +1,8 @@ { - "internalname": "ZOMBIE_LEGGINGS", "itemid": "minecraft:diamond_leggings", - "displayname": "Zombie Leggings", - "clickcommand": "viewrecipe", + "displayname": "§5Zombie Leggings", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+160 HP\",1:\"§7Defense: §a+30\",2:\"\",3:\"§6Full Set Bonus: Projectile Absorption\",4:\"§7Heals the wearer for §a10 HP§7\",5:\"§7per second for §a5§7 seconds\",6:\"§7when hit by a projectile.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§5§lEPIC LEGGINGS\"],Name:\"§5Zombie Leggings\"},ExtraAttributes:{id:\"ZOMBIE_LEGGINGS\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+160 HP\",1:\"§7Defense: §a+30\",2:\"\",3:\"§6Full Set Bonus: Projectile Absorption\",4:\"§7Heals the wearer for §a10 HP§7\",5:\"§7per second for §a5§7 seconds\",6:\"§7when hit by a projectile.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§5§lEPIC LEGGINGS\"],Name:\"§5Zombie Leggings\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"ZOMBIE_LEGGINGS\",uuid:\"ab74482f-04f6-4357-a063-fc00d1ae2af3\",timestamp:\"3/31/20 12:50 AM\"}}", - "modver": "1.0.0", "lore": [ "§7Health: §a+160 HP", "§7Defense: §a+30", @@ -17,5 +14,23 @@ "", "§7§8This item can be reforged!", "§5§lEPIC LEGGINGS" + ], + "recipe": { + "A1": "ZOMBIE_HEART:1", + "A2": "ZOMBIE_HEART:1", + "A3": "ZOMBIE_HEART:1", + "B1": "ENCHANTED_ROTTEN_FLESH:1", + "B2": "", + "B3": "ENCHANTED_ROTTEN_FLESH:1", + "C1": "ENCHANTED_ROTTEN_FLESH:1", + "C2": "", + "C3": "ENCHANTED_ROTTEN_FLESH:1" + }, + "internalname": "ZOMBIE_LEGGINGS", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zombie_Armor" ] }
\ No newline at end of file |