From 207e0ee6ed384dc8f8f66ac94684cc838ec74698 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 6 Apr 2021 00:15:22 +0200 Subject: SB Changes, Mobs Part 2 and Easter Things (#456) * constants things * SB Changes and Easter Things * Mobs * Update pls no hate --- items/FROZEN_BLAZE_CHESTPLATE.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'items/FROZEN_BLAZE_CHESTPLATE.json') diff --git a/items/FROZEN_BLAZE_CHESTPLATE.json b/items/FROZEN_BLAZE_CHESTPLATE.json index c67356a5..74542ca8 100644 --- a/items/FROZEN_BLAZE_CHESTPLATE.json +++ b/items/FROZEN_BLAZE_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", - "displayname": "§5Frozen Blaze Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+40\",1:\"\",2:\"§7Defense: §a+180\",3:\"§7Speed: §a+2\",4:\"\",5:\"§6Full Set Bonus: Frozen Blazing Aura\",6:\"§7Damages mobs in a §a5§7 block\",7:\"§7range for §a300 §7base damage +\",8:\"§7§a3%§7 of their max §7§c❤ Health\",9:\"§c§7every second and applies\",10:\"§7§bSlowness I §7for §e4\",11:\"§e§7seconds.\",12:\"\",13:\"§7Max §c500 §7damage/s\",14:\"§7Blaze Rod Collection: §60\",15:\"§8+100 per 5,000 rods\",16:\"\",17:\"§7Permanent §cFire §7and §cLava §7immunity.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§5§lEPIC CHESTPLATE\"],color:10541807,Name:\"§5Frozen Blaze Chestplate\"},ExtraAttributes:{id:\"FROZEN_BLAZE_CHESTPLATE\"}}", + "displayname": "§6Frozen Blaze Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+40\",1:\"\",2:\"§7Defense: §a+180\",3:\"§7Speed: §a+2\",4:\"\",5:\"§6Full Set Bonus: Frozen Blazing Aura\",6:\"§7Damages mobs in a §a5§7 block\",7:\"§7range for §a300 §7base damage +\",8:\"§7§a3%§7 of their max §7§c❤ Health\",9:\"§c§7every second and applies\",10:\"§7§bSlowness I §7for §e4\",11:\"§e§7seconds.\",12:\"\",13:\"§7Max §c500 §7damage/s\",14:\"§7Blaze Rod Collection: §60\",15:\"§8+100 per 5,000 rods\",16:\"\",17:\"§7Permanent §cFire §7and §cLava §7immunity.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§6§lLEGENDARY CHESTPLATE\"],color:10541807,Name:\"§6Frozen Blaze Chestplate\"},ExtraAttributes:{id:\"FROZEN_BLAZE_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Strength: §c+40", @@ -24,7 +24,7 @@ "§7Permanent §cFire §7and §cLava §7immunity.", "", "§7§8This item can be reforged!", - "§5§lEPIC CHESTPLATE" + "§6§lLEGENDARY CHESTPLATE" ], "recipe": { "A1": "ENCHANTED_PACKED_ICE:8", @@ -39,7 +39,7 @@ }, "internalname": "FROZEN_BLAZE_CHESTPLATE", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Frozen_Blaze_Armor" -- cgit