From d938498b7bc4f19cbbe3afaf2d4253ff92eacd9b Mon Sep 17 00:00:00 2001 From: Eejit <76887639+Eejit43@users.noreply.github.com> Date: Sat, 11 Sep 2021 15:16:58 -0400 Subject: A couple of minor fixes (#612) * A couple of minor fixes Hunter Ring recipe was changed, Squid Boots stats were modified * Whoops forgot to remove uuids and timestamps * I left a stray comma... whoops! * Updating Salmon Armor (New) stats * Updating starred Last Breath crit damage * Updated Water Hydra Head sea creature chance (yep it was reverted like Salmon Armor) * Updating Melody's Hair name * Removed reforge * Tooltip fixes (extra lines) * Updating Pioneer Pickaxe * Updating lore of special Weaponsmith items * Updating all vanilla armor (Leather, Iron, Chain, Gold, Diamond) --- items/SALMON_HELMET_NEW.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items/SALMON_HELMET_NEW.json') diff --git a/items/SALMON_HELMET_NEW.json b/items/SALMON_HELMET_NEW.json index 95ca7c3f..2913b642 100644 --- a/items/SALMON_HELMET_NEW.json +++ b/items/SALMON_HELMET_NEW.json @@ -1,10 +1,10 @@ { "itemid": "minecraft:leather_helmet", "displayname": "§9Salmon Helmet", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1%\",1:\"\",2:\"§7Health: §a+35 HP\",3:\"§7Defense: §a+80\",4:\"\",5:\"§6Ability: Water Burst §e§lSNEAK\",6:\"§7When wearing the full set,\",7:\"§7grants the wearer with the\",8:\"§7ability to §aburst forward§7\",9:\"§7when sneaking in water.\",10:\"§8Mana Cost: §320\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§4❣ §cRequires §aFishing Skill 13\",14:\"§9§lRARE HELMET\"],color:12663823,Name:\"§9Salmon Helmet\"},ExtraAttributes:{id:\"SALMON_HELMET_NEW\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.5%\",1:\"\",2:\"§7Health: §a+35 HP\",3:\"§7Defense: §a+80\",4:\"\",5:\"§6Ability: Water Burst §e§lSNEAK\",6:\"§7When wearing the full set,\",7:\"§7grants the wearer with the\",8:\"§7ability to §aburst forward§7\",9:\"§7when sneaking in water.\",10:\"§8Mana Cost: §320\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§4❣ §cRequires §aFishing Skill 13\",14:\"§9§lRARE HELMET\"],color:12663823,Name:\"§9Salmon Helmet\"},ExtraAttributes:{id:\"SALMON_HELMET_NEW\"}}", "damage": 0, "lore": [ - "§7Sea Creature Chance: §c+1%", + "§7Sea Creature Chance: §c+1.5%", "", "§7Health: §a+35 HP", "§7Defense: §a+80", -- cgit