diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-02-22 22:24:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-22 21:24:18 +0000 |
commit | b89d54c0cea0a48b9743477231e91a400c9975d1 (patch) | |
tree | ba2ec22465ffea7599a313f7f7698de2c8d402f5 /items/INFERNAL_HOLLOW_CHESTPLATE.json | |
parent | 80eb59a024c8127114372f54e2a3b911d6d106b1 (diff) | |
download | NotEnoughUpdates-REPO-b89d54c0cea0a48b9743477231e91a400c9975d1.tar.gz NotEnoughUpdates-REPO-b89d54c0cea0a48b9743477231e91a400c9975d1.tar.bz2 NotEnoughUpdates-REPO-b89d54c0cea0a48b9743477231e91a400c9975d1.zip |
Fixed a "few" lores (#1115)
* Fixed a "few" lores
* Fixed nbt
* Hollow armor lore change + more
* Added new skins and fixed some more lores
Diffstat (limited to 'items/INFERNAL_HOLLOW_CHESTPLATE.json')
-rw-r--r-- | items/INFERNAL_HOLLOW_CHESTPLATE.json | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/items/INFERNAL_HOLLOW_CHESTPLATE.json b/items/INFERNAL_HOLLOW_CHESTPLATE.json index d2fe3eb9..e90ffc8a 100644 --- a/items/INFERNAL_HOLLOW_CHESTPLATE.json +++ b/items/INFERNAL_HOLLOW_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Infernal Hollow Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+38\",1:\"§7Crit Damage: §c+25%\",2:\"§7Health: §a+580\",3:\"§7Defense: §a+164\",4:\"§7Speed: §a+13\",5:\"§7Intelligence: §a+214\",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§6Infernal Hollow\",15:\"§6Chestplate§7.\",16:\"§7\",17:\"§7Lose 1 stack after §c4s §7of not gaining\",18:\"§7a stack.\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§8§l* §8Co-op Soulbound §8§l*\",22:\"§6§lLEGENDARY CHESTPLATE\"],color:16763661,Name:\"§6Infernal Hollow Chestplate\"},ExtraAttributes:{id:\"INFERNAL_HOLLOW_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+38\",1:\"§7Crit Damage: §c+25%\",2:\"§7Health: §a+580\",3:\"§7Defense: §a+164\",4:\"§7Speed: §a+13\",5:\"§7Intelligence: §a+214\",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§6Infernal Hollow Chestplate§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 CHESTPLATE\"],color:16763661,Name:\"§6Infernal Hollow Chestplate\"},ExtraAttributes:{id:\"INFERNAL_HOLLOW_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Strength: §c+38", @@ -14,17 +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§6Infernal Hollow", - "§6Chestplate§7.", + "§7charge for the §6§6Infernal Hollow Chestplate§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 CHESTPLATE" ], |