diff options
Diffstat (limited to 'items/ANNIHILATION_CLOAK.json')
-rw-r--r-- | items/ANNIHILATION_CLOAK.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/items/ANNIHILATION_CLOAK.json b/items/ANNIHILATION_CLOAK.json new file mode 100644 index 00000000..8ea31e40 --- /dev/null +++ b/items/ANNIHILATION_CLOAK.json @@ -0,0 +1,36 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Annihilation Cloak", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a8fb4529-257d-3222-ba1c-bc868f19c9c8\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjE0NTkxMjU0MiwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzQ0OTI4ZDExNDQxNjU1NTg4MmEzNmIyYmE5ZDRiMjk1YzFkMTZjODJiY2E5NDVkM2M4MTNlM2FhYTk0YWIzZSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Strength: §c+20\",1:\"§7Crit Damage: §c+20%\",2:\"§7Health: §a+80\",3:\"§7Magic Find: §a+2\",4:\"\",5:\"§7Heal §c1%❤ §7every 2 seconds.\",6:\"§7Gain §a+2% §7Foraging exp.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§7§4☠ §cRequires §5Blaze Slayer 7.\",10:\"§6§lLEGENDARY CLOAK\"],Name:\"§6Annihilation Cloak\"},ExtraAttributes:{id:\"ANNIHILATION_CLOAK\"}}", + "damage": 3, + "lore": [ + "§7Strength: §c+20", + "§7Crit Damage: §c+20%", + "§7Health: §a+80", + "§7Magic Find: §a+2", + "", + "§7Heal §c1%❤ §7every 2 seconds.", + "§7Gain §a+2% §7Foraging exp.", + "", + "§7§8This item can be reforged!", + "§7§4☠ §cRequires §5Blaze Slayer 7.", + "§6§lLEGENDARY CLOAK" + ], + "recipe": { + "A1": "WOOD_SINGULARITY:1", + "A2": "DESTRUCTION_CLOAK:1", + "A3": "WOOD_SINGULARITY:1", + "B1": "MOLTEN_POWDER:64", + "B2": "INFERNO_VERTEX:8", + "B3": "MOLTEN_POWDER:64", + "C1": "MOLTEN_POWDER:64", + "C2": "ENCHANTED_SULPHUR_CUBE:16", + "C3": "MOLTEN_POWDER:64" + }, + "internalname": "ANNIHILATION_CLOAK", + "crafttext": "", + "slayer_req": "BLAZE_7", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |