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/FAIRY_HELMET.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'items/FAIRY_HELMET.json') diff --git a/items/FAIRY_HELMET.json b/items/FAIRY_HELMET.json index 254776c5..d51ec80f 100644 --- a/items/FAIRY_HELMET.json +++ b/items/FAIRY_HELMET.json @@ -1,11 +1,8 @@ { - "internalname": "FAIRY_HELMET", "itemid": "minecraft:leather_helmet", "displayname": "§9Fairy's Fedora", - "clickcommand": "", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+1 HP\",1:\"§7Defense: §a+1\",2:\"§7Speed: §a+10\",3:\"§7Intelligence: §a-1\",4:\"\",5:\"§6Full Set Bonus: Fairy's Outfit\",6:\"§7Gain §c1❤ §7per Fairy Soul.\",7:\"§7You found: §d§k000§d Fairy Souls\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§9§lRARE HELMET\"],color:16724991,Name:\"§9Fairy's Fedora\"},ExtraAttributes:{color:\"255:51:255\",id:\"FAIRY_HELMET\"}}", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+1 HP\",1:\"§7Defense: §a+1\",2:\"§7Speed: §a+10\",3:\"§7Intelligence: §a-1\",4:\"\",5:\"§6Full Set Bonus: Fairy's Outfit\",6:\"§7Gain §c1❤ §7per Fairy Soul.\",7:\"§7You found: §d163 Fairy Souls\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§9§lRARE HELMET\"],color:16724991,Name:\"§9Fairy's Fedora\"},ExtraAttributes:{color:\"255:51:255\",id:\"FAIRY_HELMET\"}}", - "modver": "1.0.0", "lore": [ "§7Health: §a+1 HP", "§7Defense: §a+1", @@ -14,11 +11,15 @@ "", "§6Full Set Bonus: Fairy's Outfit", "§7Gain §c1❤ §7per Fairy Soul.", - "§7You found: §d163 Fairy Souls", + "§7You found: §d§k000§d Fairy Souls", "", "§7§8This item can be reforged!", "§9§lRARE HELMET" ], + "internalname": "FAIRY_HELMET", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Fairy_Armor" -- cgit