From e33176ddff89b5fb08fbe449848044d488a676ba Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 26 Sep 2023 13:45:21 +0200 Subject: Added new skin and fixed some lores (#988) * Fixed lores * Added new skin * Fixed True Defense of Wisp * Fixed Watcher Panorama * Added 2 npc's * Fixed Kuudra name --- items/STONE_CHESTPLATE.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'items/STONE_CHESTPLATE.json') diff --git a/items/STONE_CHESTPLATE.json b/items/STONE_CHESTPLATE.json index e788e4fd..3f939b79 100644 --- a/items/STONE_CHESTPLATE.json +++ b/items/STONE_CHESTPLATE.json @@ -4,15 +4,17 @@ "displayname": "§9Stone Chestplate", "clickcommand": "", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d130\",1:\"§7Health: §a+130\",2:\"\",3:\"§7While in Dungeons, players\",4:\"§7within §e8 §7blocks of you take\",5:\"§7§c5% §7less damage.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§9§lRARE DUNGEON CHESTPLATE\"],color:14277081,Name:\"§9Stone Chestplate\"},ExtraAttributes:{color:\"217:217:217\",id:\"STONE_CHESTPLATE\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d130\",1:\"§7Health: §a+130\",2:\"\",3:\"§7While in Dungeons, players\",4:\"§7within §e10 §7blocks of you take\",5:\"§7§c5% §7less damage. This range\",6:\"§7is extended to §e30 §7blocks\",7:\"§7while playing as a Tank.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§9§lRARE DUNGEON CHESTPLATE\"],color:14277081,Name:\"§9Stone Chestplate\"},ExtraAttributes:{color:\"217:217:217\",id:\"STONE_CHESTPLATE\"}}", "modver": "2.1.1-PRE", "lore": [ "§7Gear Score: §d130", "§7Health: §a+130", "", "§7While in Dungeons, players", - "§7within §e8 §7blocks of you take", - "§7§c5% §7less damage.", + "§7within §e10 §7blocks of you take", + "§7§c5% §7less damage. This range", + "§7is extended to §e30 §7blocks", + "§7while playing as a Tank.", "", "§7§8This item can be reforged!", "§9§lRARE DUNGEON CHESTPLATE" -- cgit