diff options
Diffstat (limited to 'items/LAVA_SHELL_NECKLACE.json')
-rw-r--r-- | items/LAVA_SHELL_NECKLACE.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/items/LAVA_SHELL_NECKLACE.json b/items/LAVA_SHELL_NECKLACE.json new file mode 100644 index 00000000..6ac4395f --- /dev/null +++ b/items/LAVA_SHELL_NECKLACE.json @@ -0,0 +1,39 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Lava Shell Necklace", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"fcb2fa38-e4f6-3ebc-a530-0ece534c1e39\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzU5OTM1NjU3OCwKICAicHJvZmlsZUlkIiA6ICI0NmY3N2NjNmQ2MjU0NjEzYjc2NmYyZDRmMDM2MzZhNiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNaXNzV29sZiIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kNGNiZTg5M2UwZjgyMzAxYzVjZGNlMWI4MTgxODAzYjRmYjgzY2JmMzAzMDRkYjEzOWEzM2Q1NjlkNGVkOGMiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Strength: §c+1\",1:\"§7Crit Damage: §c+1%\",2:\"§7Sea Creature Chance: §c+1%\",3:\"§7Health: §a+1\",4:\"§7Defense: §a+1\",5:\"§7Speed: §a+1\",6:\"§7Intelligence: §a+1\",7:\"§7Magic Find: §a+1\",8:\"§7Ferocity: §a+1\",9:\"\",10:\"§7Disables natural regeneration\",11:\"§7and disabled all healing.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§5§lEPIC NECKLACE\"],Name:\"§5Lava Shell Necklace\"},ExtraAttributes:{id:\"LAVA_SHELL_NECKLACE\"}}", + "damage": 3, + "lore": [ + "§7Strength: §c+1", + "§7Crit Damage: §c+1%", + "§7Sea Creature Chance: §c+1%", + "§7Health: §a+1", + "§7Defense: §a+1", + "§7Speed: §a+1", + "§7Intelligence: §a+1", + "§7Magic Find: §a+1", + "§7Ferocity: §a+1", + "", + "§7Disables natural regeneration", + "§7and disabled all healing.", + "", + "§7§8This item can be reforged!", + "§5§lEPIC NECKLACE" + ], + "recipe": { + "A1": "LAVA_SHELL:1", + "A2": "LAVA_SHELL:1", + "A3": "LAVA_SHELL:1", + "B1": "LAVA_SHELL:1", + "B2": "GAZING_PEARL:5", + "B3": "LAVA_SHELL:1", + "C1": "LAVA_SHELL:1", + "C2": "LAVA_SHELL:1", + "C3": "LAVA_SHELL:1" + }, + "internalname": "LAVA_SHELL_NECKLACE", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |