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_SWORD.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 items/ZOMBIE_SWORD.json (limited to 'items/ZOMBIE_SWORD.json') diff --git a/items/ZOMBIE_SWORD.json b/items/ZOMBIE_SWORD.json new file mode 100644 index 00000000..faaed1c7 --- /dev/null +++ b/items/ZOMBIE_SWORD.json @@ -0,0 +1,25 @@ +{ + "internalname": "ZOMBIE_SWORD", + "itemid": "minecraft:iron_sword", + "displayname": "Zombie Sword", + "clickcommand": "viewrecipe", + "damage": 0, + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+100\",1:\"§7Strength: §c+50\",2:\"\",3:\"§7Intelligence: §a+50\",4:\"\",5:\"§6Item Ability: Instant Heal §e§lRIGHT CLICK\",6:\"§7Heal for §c120 §7+ §c5%❤ §7and\",7:\"§7heal players within §a7 §7blocks\",8:\"§7for §c40❤§7.\",9:\"§8Mana Cost: §370\",10:\"§8Charges: §e4 §8/ §a15s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§9§lRARE SWORD\"],Name:\"§9Zombie Sword\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"ZOMBIE_SWORD\",uuid:\"ba6e14d2-ad24-4b7b-b66e-21aefa23d95a\",timestamp:\"11/28/19 4:39 PM\"}}", + "modver": "1.0.0", + "lore": [ + "§7Damage: §c+100", + "§7Strength: §c+50", + "", + "§7Intelligence: §a+50", + "", + "§6Item Ability: Instant Heal §e§lRIGHT CLICK", + "§7Heal for §c120 §7+ §c5%❤ §7and", + "§7heal players within §a7 §7blocks", + "§7for §c40❤§7.", + "§8Mana Cost: §370", + "§8Charges: §e4 §8/ §a15s", + "", + "§7§8This item can be reforged!", + "§9§lRARE SWORD" + ] +} \ No newline at end of file -- cgit