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