From 74ac75dad6d42792b7c954d02766550661c127b5 Mon Sep 17 00:00:00 2001 From: L1ghtRay <88073630+L1ghtRay@users.noreply.github.com> Date: Sun, 15 Aug 2021 05:47:18 +0530 Subject: Updating Lores with Profile Stats (#589) * Fairy Armor Code Update * Update FAIRY_BOOTS.json * Beastmaster Crest Kills Obfuscated * Removing overrideMeta:1b I pushed a commit with this and Iron told me not to do it. So i removed it. * Blaze Armor Rod Collection Obfuscated * Blaze Armor now 3 digit obfuscated * Some more Items changes Farmer Boots had their bonus speed and bonus defense obfuscated Snow Blaster and Snow Cannon has random numbers as its ammo, so i changed it to full ammo * Frozen Blaze Rod Collection Obfuscated * some more item lore obfuscation Lantern Helmet bonus hp and defense obfuscated Hurricane Bow Kills un-obfuscated cause it is not profile dependent * more item lore changes Obi Chestplate bonus speed obfuscated Crab Hat removed 'your bonus intelligence' cause it is no longer there in game Rancher Boots bonus speed and defense obfuscated * easter egg / proper obfuscation? if you dont like it dont put it (pls dont bully me for funny numbers) * tactician sword wood collection obfuscated --- items/FROZEN_BLAZE_CHESTPLATE.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items/FROZEN_BLAZE_CHESTPLATE.json') diff --git a/items/FROZEN_BLAZE_CHESTPLATE.json b/items/FROZEN_BLAZE_CHESTPLATE.json index 74542ca8..c3670124 100644 --- a/items/FROZEN_BLAZE_CHESTPLATE.json +++ b/items/FROZEN_BLAZE_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_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\"}}", + "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: §6§k000\",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", @@ -18,7 +18,7 @@ "§e§7seconds.", "", "§7Max §c500 §7damage/s", - "§7Blaze Rod Collection: §60", + "§7Blaze Rod Collection: §6§k000", "§8+100 per 5,000 rods", "", "§7Permanent §cFire §7and §cLava §7immunity.", -- cgit