diff options
Diffstat (limited to 'items/PIGMAN_SWORD.json')
-rw-r--r-- | items/PIGMAN_SWORD.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/PIGMAN_SWORD.json b/items/PIGMAN_SWORD.json index 93bca448..f5d595c1 100644 --- a/items/PIGMAN_SWORD.json +++ b/items/PIGMAN_SWORD.json @@ -1,11 +1,8 @@ { - "internalname": "PIGMAN_SWORD", "itemid": "minecraft:golden_sword", - "displayname": "Pigman Sword", - "clickcommand": "viewrecipe", + "displayname": "§6Pigman Sword", + "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+200\",1:\"§7Strength: §c+100\",2:\"§7Crit Chance: §c+5%\",3:\"§7Crit Damage: §c+30%\",4:\"\",5:\"§6Item Ability: Burning Souls §e§lRIGHT CLICK\",6:\"§7Gain §a+50❈ Defense §7for §a5§7s\",7:\"§7and cast vortex of flames\",8:\"§7towards enemies, dealing up to\",9:\"§7§a1,500§7 over §a5§7 seconds.\",10:\"§8Mana Cost: §370\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§6§lLEGENDARY SWORD\"],Name:\"§6Pigman Sword\"},ExtraAttributes:{id:\"PIGMAN_SWORD\"}}", "damage": 0, - "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+200\",1:\"§7Strength: §c+100\",2:\"§7Crit Chance: §c+5%\",3:\"§7Crit Damage: §c+30%\",4:\"\",5:\"§6Item Ability: Burning Souls §e§lRIGHT CLICK\",6:\"§7Gain §a+50❈ Defense §7for §a5§7s\",7:\"§7and cast vortex of flames\",8:\"§7towards enemies, dealing up to\",9:\"§7§a1,500§7 over §a5§7 seconds.\",10:\"§8Mana Cost: §370\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§6§lLEGENDARY SWORD\"],Name:\"§6Pigman Sword\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"PIGMAN_SWORD\",uuid:\"70a4318d-48f1-46e5-8a9b-7ee78acdafd0\",timestamp:\"3/30/20 10:48 AM\"}}", - "modver": "1.0.0", "lore": [ "§7Damage: §c+200", "§7Strength: §c+100", @@ -21,5 +18,23 @@ "", "§7§8This item can be reforged!", "§6§lLEGENDARY SWORD" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_GRILLED_PORK:24", + "A3": "", + "B1": "", + "B2": "ENCHANTED_GRILLED_PORK:24", + "B3": "", + "C1": "", + "C2": "STICK:1", + "C3": "" + }, + "internalname": "PIGMAN_SWORD", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pigman_Sword" ] }
\ No newline at end of file |