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/BEASTMASTER_CREST_LEGENDARY.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items/BEASTMASTER_CREST_LEGENDARY.json') diff --git a/items/BEASTMASTER_CREST_LEGENDARY.json b/items/BEASTMASTER_CREST_LEGENDARY.json index 832a525e..f8e5c356 100644 --- a/items/BEASTMASTER_CREST_LEGENDARY.json +++ b/items/BEASTMASTER_CREST_LEGENDARY.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Beastmaster Crest", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"367cd0f2-adc7-3bc1-af47-a14feebe3e5f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTM0MTU2NjdkZTNmYjg5YzVmNDBjODgwYzM5ZTQ5NzFhMGNhYTdmM2E5ZDJjOGY3MTJiYTM3ZmFkY2VlIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Health: §a+0.3 HP\",1:\"§7Intelligence: §a+0.3\",2:\"\",3:\"§7Pet Exp Boost: §a+0.5%\",4:\"\",5:\"§7Gains stats based on how many\",6:\"§7mythological creatures and Minos\",7:\"§7followers you\u0027ve slain.\",8:\"\",9:\"§7Your kills: §20§8/25\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§6§lLEGENDARY ACCESSORY\"],Name:\"§6Beastmaster Crest\"},ExtraAttributes:{id:\"BEASTMASTER_CREST_LEGENDARY\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"367cd0f2-adc7-3bc1-af47-a14feebe3e5f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTM0MTU2NjdkZTNmYjg5YzVmNDBjODgwYzM5ZTQ5NzFhMGNhYTdmM2E5ZDJjOGY3MTJiYTM3ZmFkY2VlIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Health: §a+0.3 HP\",1:\"§7Intelligence: §a+0.3\",2:\"\",3:\"§7Pet Exp Boost: §a+0.5%\",4:\"\",5:\"§7Gains stats based on how many\",6:\"§7mythological creatures and Minos\",7:\"§7followers you\u0027ve slain.\",8:\"\",9:\"§7Your kills: §2§k0§8/25\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§6§lLEGENDARY ACCESSORY\"],Name:\"§6Beastmaster Crest\"},ExtraAttributes:{id:\"BEASTMASTER_CREST_LEGENDARY\"}}", "damage": 3, "lore": [ "§7Health: §a+0.3 HP", @@ -13,7 +13,7 @@ "§7mythological creatures and Minos", "§7followers you\u0027ve slain.", "", - "§7Your kills: §20§8/25", + "§7Your kills: §2§k0§8/25", "", "§7§8This item can be reforged!", "§6§lLEGENDARY ACCESSORY" -- cgit