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": "§6Chestplate of Divan",
"nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+200\",1:\"§7Defense: §a+130\",2:\"§7Mining Speed: §a+80\",3:\"§7Mining Fortune: §a+30\",4:\" §8[§8⸕§8] §8[§8☘§8] §8[§8⸕§8] §8[§8☘§8] §8[§8✧§8]\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§7§4❣ §cRequires §5Heart of the Mountain Tier 6§c.\",8:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Chestplate of Divan\"},ExtraAttributes:{id:\"DIVAN_CHESTPLATE\"},AttributeModifiers:[]}",
"damage": 0,
"lore": [
"§7Health: §a+200",
"§7Defense: §a+130",
"§7Mining Speed: §a+80",
"§7Mining Fortune: §a+30",
" §8[§8⸕§8] §8[§8☘§8] §8[§8⸕§8] §8[§8☘§8] §8[§8✧§8]",
"",
"§7§8This item can be reforged!",
"§7§4❣ §cRequires §5Heart of the Mountain Tier 6§c.",
"§6§lLEGENDARY CHESTPLATE"
],
"internalname": "DIVAN_CHESTPLATE",
"crafttext": "Requires: HotM 6",
"clickcommand": "viewrecipe",
"modver": "2.1.1-PRE",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Divan_Armor",
"https://wiki.hypixel.net/Chestplate_Of_Divan"
],
"recipes": [
{
"type": "forge",
"inputs": [
"GEMSTONE_MIXTURE:10",
"FLAWLESS_RUBY_GEM:1",
"DIVAN_FRAGMENT:8"
],
"count": 1,
"overrideOutputId": "DIVAN_CHESTPLATE",
"duration": 82800
}
]
}
|