1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
{
"itemid": "minecraft:golden_chestplate",
"displayname": "§6Diver's Shirt",
"nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+2%\",1:\"\",2:\"§7Health: §a+100 HP\",3:\"§7Defense: §a+200\",4:\"\",5:\"§6Full Set Bonus: One with the Fish\",6:\"§7While touching water you move\",7:\"§7§9incredibly fast§7 and can\",8:\"§7breathe §9permanently (sneak to\",9:\"§9slow down).\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Diver's Shirt\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"DIVER_CHESTPLATE\",uuid:\"7913aa7b-46b3-4bae-906a-f4f09961b97b\"}}",
"damage": 0,
"lore": [
"§7Sea Creature Chance: §c+2%",
"",
"§7Health: §a+100 HP",
"§7Defense: §a+200",
"",
"§6Full Set Bonus: One with the Fish",
"§7While touching water you move",
"§7§9incredibly fast§7 and can",
"§7breathe §9permanently (sneak to",
"§9slow down).",
"",
"§7§8This item can be reforged!",
"§6§lLEGENDARY CHESTPLATE"
],
"recipe": {
"A1": "DIVER_FRAGMENT:1",
"A2": "",
"A3": "DIVER_FRAGMENT:1",
"B1": "DIVER_FRAGMENT:1",
"B2": "DIVER_FRAGMENT:1",
"B3": "DIVER_FRAGMENT:1",
"C1": "DIVER_FRAGMENT:1",
"C2": "DIVER_FRAGMENT:1",
"C3": "DIVER_FRAGMENT:1"
},
"internalname": "DIVER_CHESTPLATE",
"clickcommand": "viewrecipe",
"modver": "1.0.0",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Diver's_Armor"
]
}
|