From 446eee57d01b3e334a0132854e3392e469baaa16 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Tue, 4 Aug 2020 20:36:19 -0400 Subject: Some Fixes v2 --- items/ADAPTIVE_CHESTPLATE.json | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) (limited to 'items/ADAPTIVE_CHESTPLATE.json') diff --git a/items/ADAPTIVE_CHESTPLATE.json b/items/ADAPTIVE_CHESTPLATE.json index 0a65f4eb..d1ff6b59 100644 --- a/items/ADAPTIVE_CHESTPLATE.json +++ b/items/ADAPTIVE_CHESTPLATE.json @@ -1,18 +1,15 @@ { - "internalname": "ADAPTIVE_CHESTPLATE", - "itemid": 299, + "itemid": "minecraft:leather_chestplate", "displayname": "§5Adaptive Chestplate", - "clickcommand": "", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d413\",1:\"§7Strength: §c+15\",2:\"\",3:\"§7Health: §a+170 HP\",4:\"§7Defense: §a+85\",5:\"§7Intelligence: §a+15\",6:\"\",7:\"§6Full Set Bonus: Efficient training\",8:\"§7Every §b5 §7Catacombs levels,\",9:\"§7this armor piece gains +§a2%\",10:\"§a§7stats.\",11:\"\",12:\"§7Grants additional bonuses based\",13:\"§7on your selected dungeon class!\",14:\"\",15:\"§bBerserk§7: §7+§c20❁ Strength\",16:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",17:\"§bMage§7: §7+§b50✎ Intelligence\",18:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",19:\"§7taken by §b5% §7for each piece you have equip if\",20:\"§7you are hit by the same monster within §e10\",21:\"§e§7seconds.\",22:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4❣ §cRequires §aCatacombs Floor III\",26:\"§aCompletion\",27:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:12565682,Name:\"§5Adaptive Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"ADAPTIVE_CHESTPLATE\"}}", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d383 §8(532)\",1:\"§7Strength: §c+15 §8(+21.75)\",2:\"\",3:\"§7Health: §a+170 HP §8(+246.5 HP)\",4:\"§7Defense: §a+70 §8(+101.5)\",5:\"§7Intelligence: §a+15 §8(+21.75)\",6:\"\",7:\"§6Full Set Bonus: Efficient training\",8:\"§7Every §b5 §7Catacombs levels,\",9:\"§7this armor piece gains +§a2%\",10:\"§a§7stats.\",11:\"\",12:\"§7Grants additional bonuses based\",13:\"§7on your selected dungeon class!\",14:\"\",15:\"§bBerserk§7: §7+§c20❁ Strength\",16:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",17:\"§bMage§7: §7+§b50✎ Intelligence\",18:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",19:\"§7taken by §b5% §7for each piece you have equip if\",20:\"§7you are hit by the same monster within §e10\",21:\"§e§7seconds.\",22:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:12565682,Name:\"§5Adaptive Chestplate\"},ExtraAttributes:{color:\"191:188:178\",id:\"ADAPTIVE_CHESTPLATE\"}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d383 §8(532)", - "§7Strength: §c+15 §8(+21.75)", + "§7Gear Score: §d413", + "§7Strength: §c+15", "", - "§7Health: §a+170 HP §8(+246.5 HP)", - "§7Defense: §a+70 §8(+101.5)", - "§7Intelligence: §a+15 §8(+21.75)", + "§7Health: §a+170 HP", + "§7Defense: §a+85", + "§7Intelligence: §a+15", "", "§6Full Set Bonus: Efficient training", "§7Every §b5 §7Catacombs levels,", @@ -32,6 +29,16 @@ "§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage", "", "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor III", + "§aCompletion", "§5§lEPIC DUNGEON CHESTPLATE" + ], + "internalname": "ADAPTIVE_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Adaptive_Armor" ] } \ No newline at end of file -- cgit