diff options
Diffstat (limited to 'items/ZOMBIE_SWORD.json')
-rw-r--r-- | items/ZOMBIE_SWORD.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/ZOMBIE_SWORD.json b/items/ZOMBIE_SWORD.json index faaed1c7..54663b7c 100644 --- a/items/ZOMBIE_SWORD.json +++ b/items/ZOMBIE_SWORD.json @@ -1,11 +1,8 @@ { - "internalname": "ZOMBIE_SWORD", "itemid": "minecraft:iron_sword", - "displayname": "Zombie Sword", - "clickcommand": "viewrecipe", + "displayname": "§9Zombie Sword", + "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:{id:\"ZOMBIE_SWORD\"}}", "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", @@ -21,5 +18,23 @@ "", "§7§8This item can be reforged!", "§9§lRARE SWORD" + ], + "recipe": { + "A1": "", + "A2": "ZOMBIE_HEART:1", + "A3": "", + "B1": "", + "B2": "ZOMBIE_HEART:1", + "B3": "", + "C1": "", + "C2": "STICK:1", + "C3": "" + }, + "internalname": "ZOMBIE_SWORD", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zombie_Sword" ] }
\ No newline at end of file |