diff options
Diffstat (limited to 'items/TANK_WITHER_HELMET.json')
-rw-r--r-- | items/TANK_WITHER_HELMET.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/items/TANK_WITHER_HELMET.json b/items/TANK_WITHER_HELMET.json new file mode 100644 index 00000000..b6785bb0 --- /dev/null +++ b/items/TANK_WITHER_HELMET.json @@ -0,0 +1,40 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Goldor\u0027s Helmet", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7b5eba12-eea5-3b0f-968b-cf8578bee45b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTYyMzIwODgzNSwKICAicHJvZmlsZUlkIiA6ICIyMWUzNjdkNzI1Y2Y0ZTNiYjI2OTJjNGEzMDBhNGRlYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJHZXlzZXJNQyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kNDkyM2UyOGExODdmZTZhZjIyNzhiNzM5NGVmMjUzYTk2MzMxZmEyZGMwNzMxODc5Yzc4MGJmZWUyNDQyMjhhIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Gear Score: §d610\",1:\"§7Health: §a+210 HP\",2:\"§7Defense: §a+180\",3:\"§7Intelligence: §a+30\",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 32\",17:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Goldor\u0027s Helmet\"},ExtraAttributes:{id:\"TANK_WITHER_HELMET\"}}", + "damage": 3, + "lore": [ + "§7Gear Score: §d610", + "§7Health: §a+210 HP", + "§7Defense: §a+180", + "§7Intelligence: §a+30", + "", + "§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 32", + "§6§lLEGENDARY DUNGEON HELMET" + ], + "recipe": { + "A1": "GIANT_FRAGMENT_BOULDER:1", + "A2": "GIANT_FRAGMENT_BOULDER:1", + "A3": "GIANT_FRAGMENT_BOULDER:1", + "B1": "GIANT_FRAGMENT_BOULDER:1", + "B2": "WITHER_HELMET:1", + "B3": "GIANT_FRAGMENT_BOULDER:1", + "C1": "GIANT_FRAGMENT_BOULDER:1", + "C2": "GIANT_FRAGMENT_BOULDER:1", + "C3": "GIANT_FRAGMENT_BOULDER:1" + }, + "internalname": "TANK_WITHER_HELMET", + "clickcommand": "viewrecipe", + "modver": "1.6-REL" +}
\ No newline at end of file |