diff options
Diffstat (limited to 'items/GOLEM_ARMOR_LEGGINGS.json')
-rw-r--r-- | items/GOLEM_ARMOR_LEGGINGS.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/GOLEM_ARMOR_LEGGINGS.json b/items/GOLEM_ARMOR_LEGGINGS.json index 2a8b6eb8..56c48b2a 100644 --- a/items/GOLEM_ARMOR_LEGGINGS.json +++ b/items/GOLEM_ARMOR_LEGGINGS.json @@ -1,11 +1,8 @@ { - "internalname": "GOLEM_ARMOR_LEGGINGS", "itemid": "minecraft:iron_leggings", - "displayname": "Golem Armor Leggings", - "clickcommand": "viewrecipe", + "displayname": "§9Golem Armor Leggings", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+55 HP\",1:\"§7Defense: §a+75\",2:\"\",3:\"§6Full Set Bonus: Absorption\",4:\"§7Grants the wearer §aAbsorption\",5:\"§a3§7 for §a20 seconds§7 when they\",6:\"§7kill an enemy.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§9§lRARE LEGGINGS\"],Name:\"§9Golem Armor Leggings\"},ExtraAttributes:{id:\"GOLEM_ARMOR_LEGGINGS\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+55 HP\",1:\"§7Defense: §a+75\",2:\"\",3:\"§6Full Set Bonus: Absorption\",4:\"§7Grants the wearer §aAbsorption\",5:\"§a3§7 for §a20 seconds§7 when they\",6:\"§7kill an enemy.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§9§lRARE LEGGINGS\"],Name:\"§9Golem Armor Leggings\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"GOLEM_ARMOR_LEGGINGS\",uuid:\"5d3825ae-8740-43b3-ae9e-be95d1733283\",timestamp:\"3/18/20 1:12 PM\"}}", - "modver": "1.0.0", "lore": [ "§7Health: §a+55 HP", "§7Defense: §a+75", @@ -17,5 +14,23 @@ "", "§7§8This item can be reforged!", "§9§lRARE LEGGINGS" + ], + "recipe": { + "A1": "ENCHANTED_IRON:10", + "A2": "ENCHANTED_IRON:10", + "A3": "ENCHANTED_IRON:10", + "B1": "ENCHANTED_IRON:10", + "B2": "", + "B3": "ENCHANTED_IRON:10", + "C1": "ENCHANTED_IRON:10", + "C2": "", + "C3": "ENCHANTED_IRON:10" + }, + "internalname": "GOLEM_ARMOR_LEGGINGS", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Golem_Armor" ] }
\ No newline at end of file |