diff options
author | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
commit | 2d2d7db222a466ea627238d005400b44b93e227b (patch) | |
tree | 4e44e1972bb494ab126624225d38c37e9e99e232 /items/BLAZE_CHESTPLATE.json | |
parent | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (diff) | |
download | NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.gz NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.bz2 NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.zip |
Update items to RELEASE-1.0
Diffstat (limited to 'items/BLAZE_CHESTPLATE.json')
-rw-r--r-- | items/BLAZE_CHESTPLATE.json | 40 |
1 files changed, 24 insertions, 16 deletions
diff --git a/items/BLAZE_CHESTPLATE.json b/items/BLAZE_CHESTPLATE.json index 784297e9..e5ece5b7 100644 --- a/items/BLAZE_CHESTPLATE.json +++ b/items/BLAZE_CHESTPLATE.json @@ -1,36 +1,44 @@ { - "internalname": "BLAZE_CHESTPLATE", "itemid": "minecraft:leather_chestplate", - "displayname": "Forceful Blaze Chestplate", - "clickcommand": "viewrecipe", + "displayname": "§5Blaze Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+10\",1:\"\",2:\"§7Defense: §a+150\",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 CHESTPLATE\"],color:16243251,Name:\"§5Blaze Chestplate\"},ExtraAttributes:{id:\"BLAZE_CHESTPLATE\"}}", "damage": 0, - "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+20 §8(Forceful +10)\",1:\"\",2:\"§7Health: §a+75 HP\",3:\"§7Defense: §a+150\",4:\"§7Speed: §a+2\",5:\"\",6:\"§9Growth V\",7:\"§7Grants §a+75 §c❤ Health§7.\",8:\"§9Thorns III\",9:\"§7Grants a §a50% §7chance to\",10:\"§7rebound §a9% §7of damage dealt\",11:\"§7back at the attacker.\",12:\"\",13:\"§6Full Set Bonus: Blazing Aura\",14:\"§7Damages mobs within §a5§7 blocks\",15:\"§7for §a3%§7 of their max §7§c❤\",16:\"§cHealth §7per second.\",17:\"\",18:\"§7Max §c4,800 §7damage/s\",19:\"§7Blaze Rod Collection: §6218k\",20:\"§8+100 per 5,000 rods\",21:\"\",22:\"§7Permanent §cFire §7and §cLava §7immunity.\",23:\"\",24:\"§5§lEPIC CHESTPLATE\"],color:16243251,Name:\"§5Forceful Blaze Chestplate\"},ExtraAttributes:{color:\"247:218:51\",modifier:\"forceful\",originTag:\"CRAFTING_GRID_COLLECT\",id:\"BLAZE_CHESTPLATE\",enchantments:{thorns:3,growth:5},uuid:\"a9ecd60b-05a9-47ee-b596-03e0f8f963b1\",timestamp:\"2/29/20 2:38 PM\"}}", - "modver": "1.0.0", "lore": [ - "§7Strength: §c+20 §8(Forceful +10)", + "§7Strength: §c+10", "", - "§7Health: §a+75 HP", "§7Defense: §a+150", "§7Speed: §a+2", "", - "§9Growth V", - "§7Grants §a+75 §c❤ Health§7.", - "§9Thorns III", - "§7Grants a §a50% §7chance to", - "§7rebound §a9% §7of damage dealt", - "§7back at the attacker.", - "", "§6Full Set Bonus: Blazing Aura", "§7Damages mobs within §a5§7 blocks", "§7for §a3%§7 of their max §7§c❤", "§cHealth §7per second.", "", - "§7Max §c4,800 §7damage/s", - "§7Blaze Rod Collection: §6218k", + "§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 CHESTPLATE" + ], + "recipe": { + "A1": "ENCHANTED_BLAZE_ROD:1", + "A2": "", + "A3": "ENCHANTED_BLAZE_ROD:1", + "B1": "ENCHANTED_BLAZE_ROD:1", + "B2": "ENCHANTED_BLAZE_ROD:1", + "B3": "ENCHANTED_BLAZE_ROD:1", + "C1": "ENCHANTED_BLAZE_ROD:1", + "C2": "ENCHANTED_BLAZE_ROD:1", + "C3": "ENCHANTED_BLAZE_ROD:1" + }, + "internalname": "BLAZE_CHESTPLATE", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Blaze_Armor" ] }
\ No newline at end of file |