diff options
Diffstat (limited to 'items/HEAT_BOOTS.json')
-rw-r--r-- | items/HEAT_BOOTS.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/items/HEAT_BOOTS.json b/items/HEAT_BOOTS.json new file mode 100644 index 00000000..727c1feb --- /dev/null +++ b/items/HEAT_BOOTS.json @@ -0,0 +1,40 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§9Heat Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20 HP\",1:\"§7Defense: §a+20\",2:\"§7Mining Speed: §a+10\",3:\"§7Mining Fortune: §a+5\",4:\"\",5:\"§6Full Set Bonus: Heat Resistance\",6:\"§7Grants §a2x §7reduced heat\",7:\"§7increase in §cMagma Fields§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§7§4❣ §cRequires §aHard Stone\",11:\"§aCollection 2.\",12:\"§9§lRARE BOOTS\"],color:11776947,Name:\"§9Heat Boots\"},ExtraAttributes:{id:\"HEAT_BOOTS\"}}", + "damage": 0, + "lore": [ + "§7Health: §a+20 HP", + "§7Defense: §a+20", + "§7Mining Speed: §a+10", + "§7Mining Fortune: §a+5", + "", + "§6Full Set Bonus: Heat Resistance", + "§7Grants §a2x §7reduced heat", + "§7increase in §cMagma Fields§7.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aHard Stone", + "§aCollection 2.", + "§9§lRARE BOOTS" + ], + "recipe": { + "A1": "", + "A2": "", + "A3": "", + "B1": "HARD_STONE:40", + "B2": "", + "B3": "HARD_STONE:40", + "C1": "HARD_STONE:40", + "C2": "", + "C3": "HARD_STONE:40" + }, + "internalname": "HEAT_BOOTS", + "crafttext": "Requires Hard Stone Collection II", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Heat_Armor" + ] +}
\ No newline at end of file |