diff options
Diffstat (limited to 'items/ANGLER_CHESTPLATE.json')
-rw-r--r-- | items/ANGLER_CHESTPLATE.json | 27 |
1 files changed, 21 insertions, 6 deletions
diff --git a/items/ANGLER_CHESTPLATE.json b/items/ANGLER_CHESTPLATE.json index a30cf0f1..3758cd6f 100644 --- a/items/ANGLER_CHESTPLATE.json +++ b/items/ANGLER_CHESTPLATE.json @@ -1,11 +1,8 @@ { - "internalname": "ANGLER_CHESTPLATE", "itemid": "minecraft:leather_chestplate", - "displayname": "Angler Chestplate", - "clickcommand": "viewrecipe", + "displayname": "§fAngler Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+40\",1:\"\",2:\"§6Full Set Bonus: Depth Champion\",3:\"§7Take §a-30% §7damage from Sea Creatures.\",4:\"§7Increase their spawn chance by §e4%§7.\",5:\"\",6:\"§6Full Set Bonus: Deepness Within\",7:\"§7Gain §c10❤ §7per Fishing level.\",8:\"§7Fishing: §eLevel XVII\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§f§lCOMMON CHESTPLATE\"],color:720975,Name:\"§fAngler Chestplate\"},ExtraAttributes:{id:\"ANGLER_CHESTPLATE\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+40\",1:\"\",2:\"§6Full Set Bonus: Depth Champion\",3:\"§7Take §a-30% §7damage from Sea Creatures.\",4:\"§7Increase their spawn chance by §e4%§7.\",5:\"\",6:\"§6Full Set Bonus: Deepness Within\",7:\"§7Gain §c10❤ §7per Fishing level.\",8:\"§7Fishing: §eLevel XII\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§f§lCOMMON CHESTPLATE\"],color:720975,Name:\"§fAngler Chestplate\"},ExtraAttributes:{color:\"11:0:79\",originTag:\"CRAFTING_GRID_SHIFT\",id:\"ANGLER_CHESTPLATE\",uuid:\"e2a62520-71f5-43f6-ae03-85e23eb38a1b\",timestamp:\"3/30/20 10:40 PM\"}}", - "modver": "1.0.0", "lore": [ "§7Defense: §a+40", "", @@ -15,9 +12,27 @@ "", "§6Full Set Bonus: Deepness Within", "§7Gain §c10❤ §7per Fishing level.", - "§7Fishing: §eLevel XII", + "§7Fishing: §eLevel XVII", "", "§7§8This item can be reforged!", "§f§lCOMMON CHESTPLATE" + ], + "recipe": { + "A1": "RAW_FISH:1", + "A2": "", + "A3": "RAW_FISH:1", + "B1": "RAW_FISH:1", + "B2": "RAW_FISH:1", + "B3": "RAW_FISH:1", + "C1": "RAW_FISH:1", + "C2": "RAW_FISH:1", + "C3": "RAW_FISH:1" + }, + "internalname": "ANGLER_CHESTPLATE", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Angler_Armor" ] }
\ No newline at end of file |