From 9d05997f73e8a2f89343a6ca2be8e0724cab5f61 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 5 Jan 2024 13:04:59 +0100 Subject: Added new elephant skins and fixed lore of mushroom armor (#1082) --- items/MUSHROOM_LEGGINGS.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'items/MUSHROOM_LEGGINGS.json') diff --git a/items/MUSHROOM_LEGGINGS.json b/items/MUSHROOM_LEGGINGS.json index dea7c7dd..b942d3de 100644 --- a/items/MUSHROOM_LEGGINGS.json +++ b/items/MUSHROOM_LEGGINGS.json @@ -1,20 +1,20 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§fMushroom Leggings", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+10\",1:\"§7Defense: §a+5\",2:\"\",3:\"§eFull Set Bonus: Night Affinity\",4:\"§7Grants the wearer with\",5:\"§7§apermanent Night Vision§7 while\",6:\"§7worn, and during the night, the\",7:\"§7stats of the armor pieces are\",8:\"§7§atripled§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§f§lCOMMON LEGGINGS\"],color:16711680,Name:\"§fMushroom Leggings\"},ExtraAttributes:{color:\"255:0:0\",id:\"MUSHROOM_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+10\",1:\"§7Defense: §a+5\",2:\"\",3:\"§6Full Set Bonus: Night Affinity §7(0/4)\",4:\"§7Grants the wearer permanent §aNight\",5:\"§aVision§7 while worn. During the night,\",6:\"§7the stats of the armor pieces are\",7:\"§7§atripled§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§7§4❣ §cRequires §aFarming Skill 7§c.\",11:\"§f§lCOMMON LEGGINGS\"],color:16711680,Name:\"§fMushroom Leggings\"},ExtraAttributes:{id:\"MUSHROOM_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Health: §a+10", "§7Defense: §a+5", "", - "§eFull Set Bonus: Night Affinity", - "§7Grants the wearer with", - "§7§apermanent Night Vision§7 while", - "§7worn, and during the night, the", - "§7stats of the armor pieces are", + "§6Full Set Bonus: Night Affinity §7(0/4)", + "§7Grants the wearer permanent §aNight", + "§aVision§7 while worn. During the night,", + "§7the stats of the armor pieces are", "§7§atripled§7.", "", "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aFarming Skill 7§c.", "§f§lCOMMON LEGGINGS" ], "recipe": { @@ -30,7 +30,7 @@ }, "internalname": "MUSHROOM_LEGGINGS", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Mushroom_Armor", -- cgit