diff options
Diffstat (limited to 'items/BERSERKER_HELMET.json')
-rw-r--r-- | items/BERSERKER_HELMET.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/items/BERSERKER_HELMET.json b/items/BERSERKER_HELMET.json new file mode 100644 index 00000000..083c1628 --- /dev/null +++ b/items/BERSERKER_HELMET.json @@ -0,0 +1,36 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Berserker Helmet", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"92c8df7e-054f-36cc-915a-52324cc1084a\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NzQ1NDY5ODgwOCwKICAicHJvZmlsZUlkIiA6ICI1YjY2YzNkZWZhYTI0NWMzYTcwNjM3OTA3NTQ0Yjg3MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWFuX1JhaWNvMDgxNiIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mZWFkM2I1MTA3N2VkYTNkZWE2Zjc2ZjE4YjdlZjA4OWUyODllODdjMDAyYTZjOGY5MmU2YTM0MGY5YWU4NGE0IiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Strength: §c+35\",1:\"§7Crit Damage: §c+35%\",2:\" §8[§7⚔§8]\",3:\"\",4:\"§8Inactive Tiered Armor Bonus: Berserk (0/4)\",5:\"§7Reduces your health and defense\",6:\"§7by half and reduces the cost of\",7:\"§7health-consuming abilities by\",8:\"§7§c20%§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§5§lEPIC HELMET\"],Name:\"§5Berserker Helmet\"},ExtraAttributes:{id:\"BERSERKER_HELMET\"}}", + "damage": 3, + "lore": [ + "§7Strength: §c+35", + "§7Crit Damage: §c+35%", + " §8[§7⚔§8]", + "", + "§8Inactive Tiered Armor Bonus: Berserk (0/4)", + "§7Reduces your health and defense", + "§7by half and reduces the cost of", + "§7health-consuming abilities by", + "§7§c20%§7.", + "", + "§7§8This item can be reforged!", + "§5§lEPIC HELMET" + ], + "recipe": { + "A1": "ENCHANTED_RED_SAND_CUBE:1", + "A2": "BURNING_EYE:50", + "A3": "ENCHANTED_RED_SAND_CUBE:1", + "B1": "MAGMA_CHUNK:20", + "B2": "", + "B3": "MAGMA_CHUNK:20", + "C1": "", + "C2": "", + "C3": "" + }, + "internalname": "BERSERKER_HELMET", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |