From a648b1f990523956d9c5725ea537bb8ed2511f09 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 30 Oct 2022 19:22:51 +0100 Subject: Fixed mana ray textures (#852) * Fixed mana ray textures * Fixed hot stuff thingy * Added new contrib, fixed tiger pet, added new drops, added new item * Fixed Mythic Endermite pet * Combinable in Anvil * Added new lore to hollow armor, fixed parents * Fixed Kuudra Key Lore and Obsidian Tablet --- items/HOLLOW_LEGGINGS.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'items/HOLLOW_LEGGINGS.json') diff --git a/items/HOLLOW_LEGGINGS.json b/items/HOLLOW_LEGGINGS.json index 73385e62..1bd6826f 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:\"§7§8This item can be reforged!\",9:\"§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 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\"}}", "damage": 0, "lore": [ "§7Strength: §c+15", @@ -12,6 +12,17 @@ "§7Intelligence: §a+85", " §8[§8⚔§8] §8[§8⚔§8]", "", + "§8Tiered Bonus: Spirit (0/4)", + "§7Each kill by you or a recently supported", + "§7player grants §c1 §7stack of §6Spirit", + "§6⚶§7. §8(Max 30)", + "§7", + "§7§7Each §6Spirit ⚶ §7stack can be used as", + "§7charge for the §6§6Hollow Chestplate§7.", + "§7", + "§7Lose 1 stack after §c4s §7of not gaining", + "§7a stack.", + "", "§7§8This item can be reforged!", "§6§lLEGENDARY LEGGINGS" ], -- cgit