diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-12-29 09:36:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-29 08:36:29 +0000 |
| commit | b44cb7bc98a245a7f8ac4baa5cd4c1da8e485b2e (patch) | |
| tree | 556888ba9e1511284edc9a8b538e0879bda68653 /items/MUSHROOM_CHESTPLATE.json | |
| parent | 07c9e83c274fad1061e0b8ceb67c5990a1e6d8ca (diff) | |
| download | NotEnoughUpdates-REPO-b44cb7bc98a245a7f8ac4baa5cd4c1da8e485b2e.tar.gz NotEnoughUpdates-REPO-b44cb7bc98a245a7f8ac4baa5cd4c1da8e485b2e.tar.bz2 NotEnoughUpdates-REPO-b44cb7bc98a245a7f8ac4baa5cd4c1da8e485b2e.zip | |
fix: Mushroom Armor lore (#1585)
Diffstat (limited to 'items/MUSHROOM_CHESTPLATE.json')
| -rw-r--r-- | items/MUSHROOM_CHESTPLATE.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/items/MUSHROOM_CHESTPLATE.json b/items/MUSHROOM_CHESTPLATE.json index 4f3f6485..d891661d 100644 --- a/items/MUSHROOM_CHESTPLATE.json +++ b/items/MUSHROOM_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§fMushroom Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+10\",1:\"§7Defense: §a+10\",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 CHESTPLATE\"],color:16711680,Name:\"§fMushroom Chestplate\"},ExtraAttributes:{id:\"MUSHROOM_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+10\",1:\"§7Defense: §a+10\",2:\"\",3:\"§6Full Set Bonus: Night Affinity §7(0/4)\",4:\"§7Grants the wearer permanent §aNight\",5:\"§aVision§7 while worn. All stats on this\",6:\"§7armor piece are multiplied by §a3x§7 at\",7:\"§7§5night§7 while in §aThe Garden§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§7§4❣ §cRequires §aFarming Skill 7§c.\",11:\"§f§lCOMMON CHESTPLATE\"],color:16711680,Name:\"§fMushroom Chestplate\"},ExtraAttributes:{id:\"MUSHROOM_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Health: §a+10", @@ -9,9 +9,9 @@ "", "§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.", + "§aVision§7 while worn. All stats on this", + "§7armor piece are multiplied by §a3x§7 at", + "§7§5night§7 while in §aThe Garden§7.", "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aFarming Skill 7§c.", @@ -30,7 +30,7 @@ }, "internalname": "MUSHROOM_CHESTPLATE", "clickcommand": "viewrecipe", - "modver": "2.1.1-PRE", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Mushroom_Chestplate", |
