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