diff options
Diffstat (limited to 'items/WISE_WITHER_LEGGINGS.json')
-rw-r--r-- | items/WISE_WITHER_LEGGINGS.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/items/WISE_WITHER_LEGGINGS.json b/items/WISE_WITHER_LEGGINGS.json new file mode 100644 index 00000000..10b07ef1 --- /dev/null +++ b/items/WISE_WITHER_LEGGINGS.json @@ -0,0 +1,41 @@ +{ + "itemid": "minecraft:leather_leggings", + "displayname": "§6Storm\u0027s Leggings", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d590\",1:\"§7Health: §a+230 HP\",2:\"§7Defense: §a+105\",3:\"§7Intelligence: §a+250\",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 Level 34\",17:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:1550532,Name:\"§6Storm\u0027s Leggings\"},ExtraAttributes:{id:\"WISE_WITHER_LEGGINGS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d590", + "§7Health: §a+230 HP", + "§7Defense: §a+105", + "§7Intelligence: §a+250", + "", + "§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 Level 34", + "§6§lLEGENDARY DUNGEON LEGGINGS" + ], + "recipe": { + "A1": "GIANT_FRAGMENT_LASER:1", + "A2": "GIANT_FRAGMENT_LASER:1", + "A3": "GIANT_FRAGMENT_LASER:1", + "B1": "GIANT_FRAGMENT_LASER:1", + "B2": "WITHER_LEGGINGS:1", + "B3": "GIANT_FRAGMENT_LASER:1", + "C1": "GIANT_FRAGMENT_LASER:1", + "C2": "GIANT_FRAGMENT_LASER:1", + "C3": "GIANT_FRAGMENT_LASER:1" + }, + "internalname": "WISE_WITHER_LEGGINGS", + "parent": "WITHER_LEGGINGS", + "clickcommand": "viewrecipe", + "modver": "1.6-REL" +}
\ No newline at end of file |