From 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 31 Mar 2020 22:49:36 +1100 Subject: MASSIVE update --- items/ZOMBIE_CHESTPLATE.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 items/ZOMBIE_CHESTPLATE.json (limited to 'items/ZOMBIE_CHESTPLATE.json') diff --git a/items/ZOMBIE_CHESTPLATE.json b/items/ZOMBIE_CHESTPLATE.json new file mode 100644 index 00000000..9f736d11 --- /dev/null +++ b/items/ZOMBIE_CHESTPLATE.json @@ -0,0 +1,21 @@ +{ + "internalname": "ZOMBIE_CHESTPLATE", + "itemid": "minecraft:diamond_chestplate", + "displayname": "Zombie Chestplate", + "clickcommand": "viewrecipe", + "damage": 0, + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+200 HP\",1:\"§7Defense: §a+40\",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 CHESTPLATE\"],Name:\"§5Zombie Chestplate\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"ZOMBIE_CHESTPLATE\",uuid:\"ac16f208-46ff-461c-b148-6a6f3b532465\",timestamp:\"3/31/20 3:37 AM\"}}", + "modver": "1.0.0", + "lore": [ + "§7Health: §a+200 HP", + "§7Defense: §a+40", + "", + "§6Full Set Bonus: Projectile Absorption", + "§7Heals the wearer for §a10 HP§7", + "§7per second for §a5§7 seconds", + "§7when hit by a projectile.", + "", + "§7§8This item can be reforged!", + "§5§lEPIC CHESTPLATE" + ] +} \ No newline at end of file -- cgit