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/REKINDLED_EMBER_CHESTPLATE.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'items/REKINDLED_EMBER_CHESTPLATE.json') diff --git a/items/REKINDLED_EMBER_CHESTPLATE.json b/items/REKINDLED_EMBER_CHESTPLATE.json index 5d76eb88..0e88e246 100644 --- a/items/REKINDLED_EMBER_CHESTPLATE.json +++ b/items/REKINDLED_EMBER_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:chainmail_chestplate", "displayname": "§5Rekindled Ember Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+30\",1:\"§7Crit Damage: §c+20%\",2:\"§7Health: §a+250\",3:\"§7Defense: §a+70\",4:\"§7Intelligence: §a+5\",5:\" §8[§7⚔§8]\",6:\"\",7:\"§8Tiered Bonus: Rekindle (0/4)\",8:\"§7Increase all of your outgoing\",9:\"§7burning damage by §c200%§7. For each\",10:\"§7second you are on fire additionally\",11:\"§7increase all burning damage by §c1.2%\",12:\"§c§7up to §c50%§7. When wearing 2 or more\",13:\"§7armor pieces of this set, melee\",14:\"§7attacks from ignited mobs will set you\",15:\"§7on fire!\",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:\"§5§lEPIC CHESTPLATE\"],Name:\"§5Rekindled Ember Chestplate\"},ExtraAttributes:{id:\"REKINDLED_EMBER_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+30\",1:\"§7Crit Damage: §c+20%\",2:\"§7Health: §a+250\",3:\"§7Defense: §a+70\",4:\"§7Intelligence: §a+5\",5:\" §8[§7⚔§8]\",6:\"\",7:\"§8Tiered Bonus: Rekindle (0/4)\",8:\"§7Increase all of your outgoing\",9:\"§7burning damage by §c200%§7. For each\",10:\"§7second you are on fire additionally\",11:\"§7increase all burning damage by §c1.2%\",12:\"§c§7up to §c50%§7. When wearing 2 or more\",13:\"§7armor pieces of this set, melee\",14:\"§7attacks from ignited mobs will set you\",15:\"§7on fire!\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§7§4❣ §cRequires §aCombat Skill 22§c.\",19:\"§5§lEPIC CHESTPLATE\"],Name:\"§5Rekindled Ember Chestplate\"},ExtraAttributes:{id:\"REKINDLED_EMBER_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Strength: §c+30", @@ -23,7 +23,6 @@ "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aCombat Skill 22§c.", - "§8§l* §8Co-op Soulbound §8§l*", "§5§lEPIC CHESTPLATE" ], "recipe": { @@ -40,7 +39,7 @@ "internalname": "REKINDLED_EMBER_CHESTPLATE", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.1.1-PRE", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Rekindled_Ember_Chestplate", -- cgit