diff options
Diffstat (limited to 'items/PERFECT_BOOTS_12.json')
-rw-r--r-- | items/PERFECT_BOOTS_12.json | 31 |
1 files changed, 21 insertions, 10 deletions
diff --git a/items/PERFECT_BOOTS_12.json b/items/PERFECT_BOOTS_12.json index f58bf8cb..74e8ec5a 100644 --- a/items/PERFECT_BOOTS_12.json +++ b/items/PERFECT_BOOTS_12.json @@ -1,19 +1,30 @@ { - "internalname": "PERFECT_BOOTS_12", "itemid": "minecraft:diamond_boots", - "displayname": "Godly Perfect Boots - Tier XII", - "clickcommand": "viewrecipe", + "displayname": "§6Perfect Boots - Tier XII", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+310\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Perfect Boots - Tier XII\"},ExtraAttributes:{id:\"PERFECT_BOOTS_12\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+10 §c(Godly +10)\",1:\"§7Crit Chance: §c+5% §c(Godly +5%)\",2:\"§7Crit Damage: §c+8% §c(Godly +8%)\",3:\"\",4:\"§7Defense: §a+310\",5:\"§7Intelligence: §a+5 §c(Godly +5)\",6:\"\",7:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Godly Perfect Boots - Tier XII\"},ExtraAttributes:{modifier:\"godly\",originTag:\"PERFECT_BOOTS_11_UPGRADE\",id:\"PERFECT_BOOTS_12\",uuid:\"fe3519c0-71ae-4458-9803-25ee75aa8060\",timestamp:\"3/30/20 6:22 AM\"}}", - "modver": "1.0.0", "lore": [ - "§7Strength: §c+10 §c(Godly +10)", - "§7Crit Chance: §c+5% §c(Godly +5%)", - "§7Crit Damage: §c+8% §c(Godly +8%)", - "", "§7Defense: §a+310", - "§7Intelligence: §a+5 §c(Godly +5)", "", + "§7§8This item can be reforged!", "§6§lLEGENDARY BOOTS" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_BOOTS_11:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_BOOTS_12", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" ] }
\ No newline at end of file |