diff options
Diffstat (limited to 'items/GILLSPLASH_CLOAK.json')
-rw-r--r-- | items/GILLSPLASH_CLOAK.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/items/GILLSPLASH_CLOAK.json b/items/GILLSPLASH_CLOAK.json new file mode 100644 index 00000000..d8833f5d --- /dev/null +++ b/items/GILLSPLASH_CLOAK.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Gillsplash Cloak", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"76fe5c0c-c69d-3b2c-a4ad-66ac7ad62b9d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2MjU1OTUxNTkwMSwKICAicHJvZmlsZUlkIiA6ICIxNmQ4NjI4NzYzMWY0NDY2OGQ0NDM2ZTJlY2IwNTllNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZXphVG91cm5leSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS80ZGRkZmU3MDEwMGU2OTBmMmZjNWFiOTljMDhhNGJjZGY0ZWUxZjg4MGYwOGQ0OTU4ZThiYzJiYjU2MjRmZjc5IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Health: §a+25\",1:\"§7Fishing Speed: §a+12\",2:\"§7Health Regen: §a+2\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§8§l* §8Co-op Soulbound §8§l*\",6:\"§6§lLEGENDARY CLOAK\"],Name:\"§6Gillsplash Cloak\"},ExtraAttributes:{id:\"GILLSPLASH_CLOAK\"}}", + "damage": 3, + "lore": [ + "§7Health: §a+25", + "§7Fishing Speed: §a+12", + "§7Health Regen: §a+2", + "", + "§7§8This item can be reforged!", + "§8§l* §8Co-op Soulbound §8§l*", + "§6§lLEGENDARY CLOAK" + ], + "recipe": { + "A1": "MAGMA_FISH_DIAMOND:1", + "A2": "FINWAVE_CLOAK:1", + "A3": "MAGMA_FISH_DIAMOND:1", + "B1": "LAVA_SHELL:1", + "B2": "", + "B3": "LAVA_SHELL:1", + "C1": "LAVA_SHELL:1", + "C2": "", + "C3": "LAVA_SHELL:1" + }, + "internalname": "GILLSPLASH_CLOAK", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |