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/STEEL_CHESTPLATE.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'items/STEEL_CHESTPLATE.json') diff --git a/items/STEEL_CHESTPLATE.json b/items/STEEL_CHESTPLATE.json index 8e97f7cc..978f7457 100644 --- a/items/STEEL_CHESTPLATE.json +++ b/items/STEEL_CHESTPLATE.json @@ -1,15 +1,17 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§5Steel Chestplate", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d680 \",1:\"§7Defense: §a+330 \",2:\"\",3:\"§7While in Dungeons, players\",4:\"§7within §e8 §7blocks of you take\",5:\"§7§c10% §7less damage.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§7§4❣ §cRequires §aThe Catacombs Floor\",9:\"§aVI Completion§c.\",10:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:14277081,Name:\"§5Steel Chestplate\"},ExtraAttributes:{id:\"STEEL_CHESTPLATE\",shop_dungeon_floor_completion_required:6}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d680 \",1:\"§7Defense: §a+330 \",2:\"\",3:\"§7While in Dungeons, players\",4:\"§7within §e10 §7blocks of you take\",5:\"§7§c10% §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:\"§7§4❣ §cRequires §aThe Catacombs Floor\",11:\"§aVI Completion§c.\",12:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:14277081,Name:\"§5Steel Chestplate\"},ExtraAttributes:{id:\"STEEL_CHESTPLATE\",shop_dungeon_floor_completion_required:6}}", "damage": 0, "lore": [ "§7Gear Score: §d680 ", "§7Defense: §a+330 ", "", "§7While in Dungeons, players", - "§7within §e8 §7blocks of you take", - "§7§c10% §7less damage.", + "§7within §e10 §7blocks of you take", + "§7§c10% §7less damage. This range", + "§7is extended to §e30 §7blocks", + "§7while playing as a Tank.", "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aThe Catacombs Floor", -- cgit