diff options
Diffstat (limited to 'items/BLAZE_BOOTS.json')
-rw-r--r-- | items/BLAZE_BOOTS.json | 35 |
1 files changed, 24 insertions, 11 deletions
diff --git a/items/BLAZE_BOOTS.json b/items/BLAZE_BOOTS.json index 9778211e..a2a21243 100644 --- a/items/BLAZE_BOOTS.json +++ b/items/BLAZE_BOOTS.json @@ -1,31 +1,44 @@ { - "internalname": "BLAZE_BOOTS", "itemid": "minecraft:leather_boots", - "displayname": "Godly Blaze Boots", - "clickcommand": "viewrecipe", + "displayname": "§5Blaze Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+10\",1:\"\",2:\"§7Defense: §a+70\",3:\"§7Speed: §a+2\",4:\"\",5:\"§6Full Set Bonus: Blazing Aura\",6:\"§7Damages mobs within §a5§7 blocks\",7:\"§7for §a3%§7 of their max §7§c❤\",8:\"§cHealth §7per second.\",9:\"\",10:\"§7Max §c700 §7damage/s\",11:\"§7Blaze Rod Collection: §613k\",12:\"§8+100 per 5,000 rods\",13:\"\",14:\"§7Permanent §cFire §7and §cLava §7immunity.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§5§lEPIC BOOTS\"],color:16243251,Name:\"§5Blaze Boots\"},ExtraAttributes:{id:\"BLAZE_BOOTS\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+17 §c(Godly +7)\",1:\"§7Crit Chance: §c+3% §c(Godly +3%)\",2:\"§7Crit Damage: §c+6% §c(Godly +6%)\",3:\"\",4:\"§7Defense: §a+70\",5:\"§7Speed: §a+2\",6:\"§7Intelligence: §a+3 §c(Godly +3)\",7:\"\",8:\"§6Full Set Bonus: Blazing Aura\",9:\"§7Damages mobs within §a5§7 blocks\",10:\"§7for §a3%§7 of their max §7§c❤\",11:\"§cHealth §7per second.\",12:\"\",13:\"§7Max §c500 §7damage/s\",14:\"§7Blaze Rod Collection: §6139\",15:\"§8+100 per 5,000 rods\",16:\"\",17:\"§7Permanent §cFire §7and §cLava §7immunity.\",18:\"\",19:\"§5§lEPIC BOOTS\"],color:16243251,Name:\"§5Godly Blaze Boots\"},ExtraAttributes:{color:\"247:218:51\",modifier:\"godly\",originTag:\"CRAFTING_GRID_SHIFT\",id:\"BLAZE_BOOTS\",uuid:\"eb288468-9d20-48e3-98ff-20dc73f09e68\",timestamp:\"2/17/20 1:11 PM\"}}", - "modver": "1.0.0", "lore": [ - "§7Strength: §c+17 §c(Godly +7)", - "§7Crit Chance: §c+3% §c(Godly +3%)", - "§7Crit Damage: §c+6% §c(Godly +6%)", + "§7Strength: §c+10", "", "§7Defense: §a+70", "§7Speed: §a+2", - "§7Intelligence: §a+3 §c(Godly +3)", "", "§6Full Set Bonus: Blazing Aura", "§7Damages mobs within §a5§7 blocks", "§7for §a3%§7 of their max §7§c❤", "§cHealth §7per second.", "", - "§7Max §c500 §7damage/s", - "§7Blaze Rod Collection: §6139", + "§7Max §c700 §7damage/s", + "§7Blaze Rod Collection: §613k", "§8+100 per 5,000 rods", "", "§7Permanent §cFire §7and §cLava §7immunity.", "", + "§7§8This item can be reforged!", "§5§lEPIC BOOTS" + ], + "recipe": { + "A1": "ENCHANTED_BLAZE_ROD:1", + "A2": "", + "A3": "ENCHANTED_BLAZE_ROD:1", + "B1": "ENCHANTED_BLAZE_ROD:1", + "B2": "", + "B3": "ENCHANTED_BLAZE_ROD:1", + "C1": "", + "C2": "", + "C3": "" + }, + "internalname": "BLAZE_BOOTS", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Blaze_Armor" ] }
\ No newline at end of file |