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/HURRICANE_BOW.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'items/HURRICANE_BOW.json') diff --git a/items/HURRICANE_BOW.json b/items/HURRICANE_BOW.json index 5ebd19b3..5d2f82c0 100644 --- a/items/HURRICANE_BOW.json +++ b/items/HURRICANE_BOW.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:bow", "displayname": "§5Hurricane Bow", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+120\",1:\"§7Strength: §c+50\",2:\"\",3:\"§6Item Ability: Tempest\",4:\"§7§7The more kills you get using\",5:\"§7this bow the more powerful it\",6:\"§7becomes! Reach §6250 §7kills to\",7:\"§7unlock its full potential.\",8:\"§7Next Upgrade: §eDouble Shot §8(§a0§7/§c20§8)\",9:\"\",10:\"§7Kills: §b§k0000\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§5§lEPIC BOW\"],Name:\"§5Hurricane Bow\"},ExtraAttributes:{id:\"HURRICANE_BOW\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+120\",1:\"§7Strength: §c+50\",2:\"\",3:\"§6Item Ability: Tempest\",4:\"§7§7The more kills you get using\",5:\"§7this bow the more powerful it\",6:\"§7becomes! Reach §6250 §7kills to\",7:\"§7unlock its full potential.\",8:\"§7Next Upgrade: §eDouble Shot §8(§a0§7/§c20§8)\",9:\"\",10:\"§7Kills: §b0\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§5§lEPIC BOW\"],Name:\"§5Hurricane Bow\"},ExtraAttributes:{id:\"HURRICANE_BOW\"}}", "damage": 0, "lore": [ "§7Damage: §c+120", @@ -14,7 +14,7 @@ "§7unlock its full potential.", "§7Next Upgrade: §eDouble Shot §8(§a0§7/§c20§8)", "", - "§7Kills: §b§k0000", + "§7Kills: §b0", "", "§7§8This item can be reforged!", "§5§lEPIC BOW" @@ -32,7 +32,7 @@ }, "internalname": "HURRICANE_BOW", "clickcommand": "viewrecipe", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hurricane_Bow" -- cgit