diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2025-01-26 20:12:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-26 19:12:00 +0000 |
| commit | f7c4cfd3db769460e10f5e0d39c6cd3f955a2751 (patch) | |
| tree | e3325ab06a024cdf0ca2ddd0e6bfcb6a387a9b1b /items/EMBER_CHESTPLATE.json | |
| parent | 607a26280ba77b825c2fb99d42f46365b71a7584 (diff) | |
| download | NotEnoughUpdates-REPO-f7c4cfd3db769460e10f5e0d39c6cd3f955a2751.tar.gz NotEnoughUpdates-REPO-f7c4cfd3db769460e10f5e0d39c6cd3f955a2751.tar.bz2 NotEnoughUpdates-REPO-f7c4cfd3db769460e10f5e0d39c6cd3f955a2751.zip | |
fix: Ember Armor Lore (#1637)
Diffstat (limited to 'items/EMBER_CHESTPLATE.json')
| -rw-r--r-- | items/EMBER_CHESTPLATE.json | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/items/EMBER_CHESTPLATE.json b/items/EMBER_CHESTPLATE.json index 983c6faf..86055763 100644 --- a/items/EMBER_CHESTPLATE.json +++ b/items/EMBER_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:chainmail_chestplate", "displayname": "§5Ember Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+65\",1:\"§7Defense: §a+60\",2:\"§7Intelligence: §a+10\",3:\"\",4:\"§6Full Set Bonus: Nether Lord §7(0/4)\",5:\"§7Will create §5Obsidian §7below you when\",6:\"§7walking on Lava. Also increases the\",7:\"§7chance of Nether monsters dropping\",8:\"§7an item by §a20%§7. Wearing this full set\",9:\"§7will also prevent you from taking\",10:\"§7Lava and Fire Damage.\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§7§4❣ §cRequires §aCombat Skill 8§c.\",14:\"§5§lEPIC CHESTPLATE\"],Name:\"§5Ember Chestplate\"},ExtraAttributes:{id:\"EMBER_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+65\",1:\"§7Defense: §a+60\",2:\"§7Intelligence: §a+10\",3:\"\",4:\"§6Full Set Bonus: Nether Lord §7(0/4)\",5:\"§7Waling over §cLava§7 creates §5Obsidian§7\",6:\"§7under your feet. You are also immune\",7:\"§7to all damage from §cLava§7 and §cFire§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§7§4❣ §cRequires §aCombat Skill 8§c.\",11:\"§5§lEPIC CHESTPLATE\"],Name:\"§5Ember Chestplate\"},ExtraAttributes:{id:\"EMBER_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Health: §a+65", @@ -9,12 +9,9 @@ "§7Intelligence: §a+10", "", "§6Full Set Bonus: Nether Lord §7(0/4)", - "§7Will create §5Obsidian §7below you when", - "§7walking on Lava. Also increases the", - "§7chance of Nether monsters dropping", - "§7an item by §a20%§7. Wearing this full set", - "§7will also prevent you from taking", - "§7Lava and Fire Damage.", + "§7Waling over §cLava§7 creates §5Obsidian§7", + "§7under your feet. You are also immune", + "§7to all damage from §cLava§7 and §cFire§7.", "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aCombat Skill 8§c.", @@ -33,7 +30,7 @@ }, "internalname": "EMBER_CHESTPLATE", "clickcommand": "viewrecipe", - "modver": "2.1.1-PRE", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ember_Chestplate", |
