diff options
Diffstat (limited to 'items/SALMON_CHESTPLATE.json')
-rw-r--r-- | items/SALMON_CHESTPLATE.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/items/SALMON_CHESTPLATE.json b/items/SALMON_CHESTPLATE.json new file mode 100644 index 00000000..58ff2be0 --- /dev/null +++ b/items/SALMON_CHESTPLATE.json @@ -0,0 +1,36 @@ +{ + "itemid": "minecraft:leather_chestplate", + "displayname": "§5Salmon Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.5%\",1:\"\",2:\"§7Health: §a+150 HP\",3:\"§7Defense: §a+70\",4:\"\",5:\"§6Item Ability: Water Burst §e§lSNEAK\",6:\"§7When wearing the full set,\",7:\"§7grants the wearer with the\",8:\"§7ability to §aburst forward§7\",9:\"§7when sneaking in water.\",10:\"§8Mana Cost: §320\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§5§lEPIC CHESTPLATE\"],color:11021174,Name:\"§5Salmon Chestplate\"},ExtraAttributes:{id:\"SALMON_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§7Sea Creature Chance: §c+1.5%", + "", + "§7Health: §a+150 HP", + "§7Defense: §a+70", + "", + "§6Item Ability: Water Burst §e§lSNEAK", + "§7When wearing the full set,", + "§7grants the wearer with the", + "§7ability to §aburst forward§7", + "§7when sneaking in water.", + "§8Mana Cost: §320", + "", + "§7§8This item can be reforged!", + "§5§lEPIC CHESTPLATE" + ], + "recipe": { + "A1": "ENCHANTED_RAW_SALMON:32", + "A2": "", + "A3": "ENCHANTED_RAW_SALMON:32", + "B1": "ENCHANTED_RAW_SALMON:32", + "B2": "ENCHANTED_RAW_SALMON:32", + "B3": "ENCHANTED_RAW_SALMON:32", + "C1": "ENCHANTED_RAW_SALMON:32", + "C2": "ENCHANTED_RAW_SALMON:32", + "C3": "ENCHANTED_RAW_SALMON:32" + }, + "internalname": "SALMON_CHESTPLATE", + "clickcommand": "viewrecipe", + "modver": "1.7-REL" +}
\ No newline at end of file |