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