From b89d54c0cea0a48b9743477231e91a400c9975d1 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 22 Feb 2024 22:24:18 +0100 Subject: Fixed a "few" lores (#1115) * Fixed a "few" lores * Fixed nbt * Hollow armor lore change + more * Added new skins and fixed some more lores --- items/HOT_HOLLOW_BOOTS.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'items/HOT_HOLLOW_BOOTS.json') diff --git a/items/HOT_HOLLOW_BOOTS.json b/items/HOT_HOLLOW_BOOTS.json index dae595f2..1b6c80ef 100644 --- a/items/HOT_HOLLOW_BOOTS.json +++ b/items/HOT_HOLLOW_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Hot Hollow Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+19\",1:\"§7Crit Damage: §c+13%\",2:\"§7Health: §a+164\",3:\"§7Defense: §a+50\",4:\"§7Speed: §a+6\",5:\"§7Intelligence: §a+107\",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§6Hot Hollow Boots§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY BOOTS\"],color:14942202,Name:\"§6Hot Hollow Boots\"},ExtraAttributes:{id:\"HOT_HOLLOW_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+19\",1:\"§7Crit Damage: §c+13%\",2:\"§7Health: §a+164\",3:\"§7Defense: §a+50\",4:\"§7Speed: §a+6\",5:\"§7Intelligence: §a+107\",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 ⚶§7. §8(Max 30)\",11:\"§7\",12:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",13:\"§7charge for the §6§6Hot Hollow Boots§7.\",14:\"§7\",15:\"§7Lose 1 stack after §c4s §7of not gaining a stack.\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§7§4❣ §cRequires §aCombat Skill 22§c.\",19:\"§8§l* §8Co-op Soulbound §8§l*\",20:\"§6§lLEGENDARY BOOTS\"],color:14942202,Name:\"§6Hot Hollow Boots\"},ExtraAttributes:{id:\"HOT_HOLLOW_BOOTS\"}}", "damage": 0, "lore": [ "§7Strength: §c+19", @@ -14,16 +14,15 @@ "", "§8Tiered Bonus: Spirit (0/4)", "§7Each kill by you or a recently supported", - "§7player grants §c1 §7stack of §6Spirit", - "§6⚶§7. §8(Max 30)", + "§7player grants §c1 §7stack of §6Spirit ⚶§7. §8(Max 30)", "§7", "§7§7Each §6Spirit ⚶ §7stack can be used as", "§7charge for the §6§6Hot Hollow Boots§7.", "§7", - "§7Lose 1 stack after §c4s §7of not gaining", - "§7a stack.", + "§7Lose 1 stack after §c4s §7of not gaining a stack.", "", "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCombat Skill 22§c.", "§8§l* §8Co-op Soulbound §8§l*", "§6§lLEGENDARY BOOTS" ], -- cgit