diff options
Diffstat (limited to 'items/POWER_WITHER_CHESTPLATE.json')
-rw-r--r-- | items/POWER_WITHER_CHESTPLATE.json | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/items/POWER_WITHER_CHESTPLATE.json b/items/POWER_WITHER_CHESTPLATE.json new file mode 100644 index 00000000..a87b54cd --- /dev/null +++ b/items/POWER_WITHER_CHESTPLATE.json @@ -0,0 +1,45 @@ +{ + "itemid": "minecraft:leather_chestplate", + "displayname": "§6Necron\u0027s Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d634\",1:\"§7Strength: §c+40\",2:\"§7Crit Damage: §c+30%\",3:\"\",4:\"§7Health: §a+260 HP\",5:\"§7Defense: §a+140\",6:\"§7Intelligence: §a+10\",7:\"\",8:\"§6Full Set Bonus: Witherborn\",9:\"§7Spawns a wither minion every\",10:\"§7§e30 §7seconds up to a maximum\",11:\"§7§a1 §7wither. Your withers will\",12:\"§7travel to and explode on nearby\",13:\"§7enemies.\",14:\"\",15:\"§7Reduces the damage you take\",16:\"§7from withers by §c10%§7.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:15155516,Name:\"§6Necron\u0027s Chestplate\"},ExtraAttributes:{id:\"POWER_WITHER_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d634", + "§7Strength: §c+40", + "§7Crit Damage: §c+30%", + "", + "§7Health: §a+260 HP", + "§7Defense: §a+140", + "§7Intelligence: §a+10", + "", + "§6Full Set Bonus: Witherborn", + "§7Spawns a wither minion every", + "§7§e30 §7seconds up to a maximum", + "§7§a1 §7wither. Your withers will", + "§7travel to and explode on nearby", + "§7enemies.", + "", + "§7Reduces the damage you take", + "§7from withers by §c10%§7.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor VII", + "§aCompletion", + "§6§lLEGENDARY DUNGEON CHESTPLATE" + ], + "recipe": { + "A1": "GIANT_FRAGMENT_DIAMOND:1", + "A2": "GIANT_FRAGMENT_DIAMOND:1", + "A3": "GIANT_FRAGMENT_DIAMOND:1", + "B1": "GIANT_FRAGMENT_DIAMOND:1", + "B2": "WITHER_CHESTPLATE:1", + "B3": "GIANT_FRAGMENT_DIAMOND:1", + "C1": "GIANT_FRAGMENT_DIAMOND:1", + "C2": "GIANT_FRAGMENT_DIAMOND:1", + "C3": "GIANT_FRAGMENT_DIAMOND:1" + }, + "internalname": "POWER_WITHER_CHESTPLATE", + "parent": "WITHER_CHESTPLATE", + "clickcommand": "viewrecipe", + "modver": "1.6-REL" +}
\ No newline at end of file |