From 0162818487df8c5b107a2228fe71684c544a0b90 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 8 Aug 2023 21:08:35 +0200 Subject: Fixed lore of Etherwarp Merger and added Hemobomb recipe (#963) * Fixed lore of Etherwarp Merger and added Hemobomb recipe * Fixed Flying Fish Speed and lore * Added new skins * Added new items, fixed grizzly salmon and divan drill * Fixed conflict enchant * Fixed lore of Terror Armor * Fixed lore of spirit armour * Fixed thing in lore * Fixed Kuudra Mandible Reforge * Added new bingo items * Fixed Tara Tier 3 and 4 name * Fixed Fungi Cutter * Fixed more lores --- items/HOLLOW_LEGGINGS.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'items/HOLLOW_LEGGINGS.json') diff --git a/items/HOLLOW_LEGGINGS.json b/items/HOLLOW_LEGGINGS.json index 1bd6826f..e7118cc5 100644 --- a/items/HOLLOW_LEGGINGS.json +++ b/items/HOLLOW_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Hollow Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+15\",1:\"§7Crit Damage: §c+10%\",2:\"§7Health: §a+205\",3:\"§7Defense: §a+55\",4:\"§7Speed: §a+5\",5:\"§7Intelligence: §a+85\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Chestplate§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§6§lLEGENDARY LEGGINGS\"],color:16774819,Name:\"§6Hollow Leggings\"},ExtraAttributes:{id:\"HOLLOW_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+15\",1:\"§7Crit Damage: §c+10%\",2:\"§7Health: §a+205\",3:\"§7Defense: §a+55\",4:\"§7Speed: §a+5\",5:\"§7Intelligence: §a+85\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Leggings§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§6§lLEGENDARY LEGGINGS\"],color:16774819,Name:\"§6Hollow Leggings\"},ExtraAttributes:{id:\"HOLLOW_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Strength: §c+15", @@ -18,7 +18,7 @@ "§6⚶§7. §8(Max 30)", "§7", "§7§7Each §6Spirit ⚶ §7stack can be used as", - "§7charge for the §6§6Hollow Chestplate§7.", + "§7charge for the §6§6Hollow Leggings§7.", "§7", "§7Lose 1 stack after §c4s §7of not gaining", "§7a stack.", @@ -29,7 +29,7 @@ "internalname": "HOLLOW_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hollow_Armor", -- cgit