From 5885f728b32433e4cae9503ef4bbbe0179fceb30 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:35:04 +0100 Subject: Added new items, fixed pets and some lores (#1126) --- items/ARACHNE_CHESTPLATE.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'items/ARACHNE_CHESTPLATE.json') diff --git a/items/ARACHNE_CHESTPLATE.json b/items/ARACHNE_CHESTPLATE.json index 30309e81..2c130eed 100644 --- a/items/ARACHNE_CHESTPLATE.json +++ b/items/ARACHNE_CHESTPLATE.json @@ -1,15 +1,16 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§9Arachne\u0027s Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+85\",1:\"§7Defense: §a+60\",2:\"\",3:\"§8Tiered Bonus: Arachne\u0027s Faithful (0/8)\",4:\"§7Grants §c+5❤ Health §7and §a+5❈\",5:\"§aDefense§7.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§8§l* §8Co-op Soulbound §8§l*\",9:\"§9§lRARE CHESTPLATE\"],color:9109504,Name:\"§9Arachne\u0027s Chestplate\"},ExtraAttributes:{id:\"ARACHNE_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+85\",1:\"§7Defense: §a+60\",2:\"\",3:\"§8Tiered Bonus: Arachne\u0027s Faithful (0/8)\",4:\"§7Grants §c+5❤ Health §7and §a+5❈ Defense§7.\",5:\"\",6:\"§4This item is Arachnal Ж!\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§8§l* §8Co-op Soulbound §8§l*\",10:\"§9§lRARE CHESTPLATE\"],color:9109504,Name:\"§9Arachne\u0027s Chestplate\"},ExtraAttributes:{id:\"ARACHNE_CHESTPLATE\",donated_museum:1b}}", "damage": 0, "lore": [ "§7Health: §a+85", "§7Defense: §a+60", "", "§8Tiered Bonus: Arachne\u0027s Faithful (0/8)", - "§7Grants §c+5❤ Health §7and §a+5❈", - "§aDefense§7.", + "§7Grants §c+5❤ Health §7and §a+5❈ Defense§7.", + "", + "§4This item is Arachnal Ж!", "", "§7§8This item can be reforged!", "§8§l* §8Co-op Soulbound §8§l*", @@ -18,7 +19,7 @@ "internalname": "ARACHNE_CHESTPLATE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Arachne%27s_Chestplate", -- cgit