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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
{
"itemid": "minecraft:skull",
"displayname": "§6Strong Ender Dragon (Boss)",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"c214608a-8867-3c7f-b62e-ec18f622de3a\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWVjMTBiMGRjZWI1YmIzNGFmMmNiOTUzNzMzZjAxZjIwYmIzYWFmZDVmMjFmZTBlYWRmMWNjNGNlN2Y0ZGFiNCJ9fX0K\"}]}},display:{Lore:[0:\"§c❤ Health§8: §c9,000.000\"],Name:\"§6Strong Ender Dragon (Boss)\"},ExtraAttributes:{id:\"STRONG_ENDER_DRAGON_BOSS\"}}",
"damage": 3,
"lore": [
"§c❤ Health§8: §c9,000.000"
],
"internalname": "STRONG_ENDER_DRAGON_BOSS",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Ender_Dragon",
"https://wiki.hypixel.net/Ender_Dragon"
],
"crafttext": "",
"recipes": [
{
"combat_xp": 300,
"level": 100,
"coins": 1000,
"xp": 500,
"name": "§cStrong Ender Dragon",
"panorama": "combat_3",
"render": "Dragon",
"type": "drops",
"drops": [
{
"id": "ENDER_PEARL",
"chance": "100%"
},
{
"id": "ENCHANTED_ENDER_PEARL",
"chance": "100%"
},
{
"id": "STRONG_FRAGMENT",
"chance": "100%"
},
{
"id": "STRONG_DRAGON_HELMET",
"chance": "30%"
},
{
"id": "STRONG_DRAGON_CHESTPLATE",
"chance": "30%"
},
{
"id": "STRONG_DRAGON_LEGGINGS",
"chance": "30%"
},
{
"id": "STRONG_DRAGON_BOOTS",
"chance": "30%"
},
{
"id": "ENDER_DRAGON;3",
"chance": ".05% per Summoning Eye"
},
{
"id": "ENDER_DRAGON;4",
"chance": ".01% per Summoning Eye"
},
{
"id": "DRAGON_CLAW",
"chance": "2% per Summoning Eye"
},
{
"id": "ASPECT_OF_THE_DRAGON",
"chance": "3% per Summoning Eye"
}
]
}
]
}
|