From 2bea137a22d29907fe0f48cd4999fab0b1143d7d Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 3 Dec 2024 20:30:52 +0100 Subject: feat: 0.20.9 changes part 1 (#1486) * feat: 0.20.9 changes part 1 * fix: Kuudra Armor lore * feat: 0.20.9 Essence costs * feat: even more essence cost changes --- items/BURNING_HOLLOW_CHESTPLATE.json | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'items/BURNING_HOLLOW_CHESTPLATE.json') diff --git a/items/BURNING_HOLLOW_CHESTPLATE.json b/items/BURNING_HOLLOW_CHESTPLATE.json index 7a8d9bfe..598fea0a 100644 --- a/items/BURNING_HOLLOW_CHESTPLATE.json +++ b/items/BURNING_HOLLOW_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Burning Hollow Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+391\",1:\"§7Defense: §a+109\",2:\"§7Speed: §a+8\",3:\"§7Intelligence: §a+135\",4:\"§7Mending: §a+8\",5:\" §8[§8⚔§8] §8[§8⚔§8]\",6:\"\",7:\"§8Tiered Bonus: Spirit (0/4)\",8:\"§7Each kill by you or a recently supported\",9:\"§7player grants §c1 §7stack of §6Spirit ⚶§7. §8(Max 30)\",10:\"§7\",11:\"§7§7Each §6Spirit ⚶ §7stack can be used as charge\",12:\"§7for the §6§6Burning Hollow Chestplate§7.\",13:\"§7\",14:\"§7Lose 1 stack after §c4s §7of not gaining a stack.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCombat Skill 22§c.\",18:\"§8§l* §8Co-op Soulbound §8§l*\",19:\"§6§lLEGENDARY CHESTPLATE\"],color:16763661,Name:\"§6Burning Hollow Chestplate\"},ExtraAttributes:{id:\"BURNING_HOLLOW_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+391\",1:\"§7Defense: §a+109\",2:\"§7Speed: §a+8\",3:\"§7Intelligence: §a+135\",4:\"§7Mending: §a+8\",5:\" §8[§8⚔§8] §8[§8⚔§8]\",6:\"\",7:\"§8Tiered Bonus: Spirit (0/4)\",8:\"§7Every §a3s§7, up to 5 nearby player\u0027s attacks\",9:\"§7grant §c1§7 stack of §6⚶ Spirit§7. §8(Max 20 Stacks)\",10:\"§7§8Lose 1 after 4s of not gaining a stack.\",11:\"§7\",12:\"§7§7Stacks can be used with a §6Hollow Wand§7 to cast\",13:\"§7spells.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCombat Skill 32§c.\",17:\"§7§4❣ §cRequires Kuudra Burning Tier Completion§c.\",18:\"§6§lLEGENDARY CHESTPLATE\"],color:16763661,Name:\"§6Burning Hollow Chestplate\"},ExtraAttributes:{id:\"BURNING_HOLLOW_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Health: §a+391", @@ -12,17 +12,16 @@ " §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 ⚶§7. §8(Max 30)", + "§7Every §a3s§7, up to 5 nearby player\u0027s attacks", + "§7grant §c1§7 stack of §6⚶ Spirit§7. §8(Max 20 Stacks)", + "§7§8Lose 1 after 4s of not gaining a stack.", "§7", - "§7§7Each §6Spirit ⚶ §7stack can be used as charge", - "§7for the §6§6Burning Hollow Chestplate§7.", - "§7", - "§7Lose 1 stack after §c4s §7of not gaining a stack.", + "§7§7Stacks can be used with a §6Hollow Wand§7 to cast", + "§7spells.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCombat Skill 22§c.", - "§8§l* §8Co-op Soulbound §8§l*", + "§7§4❣ §cRequires §aCombat Skill 32§c.", + "§7§4❣ §cRequires Kuudra Burning Tier Completion§c.", "§6§lLEGENDARY CHESTPLATE" ], "internalname": "BURNING_HOLLOW_CHESTPLATE", -- cgit