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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
|
{
"itemid": "minecraft:ender_chest",
"displayname": "§9Zealot (Monster)",
"nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Zealots are a type of Enderman found exclusively\",1:\"§7in the Dragon's Nest. Zealots are not hostile towards\",2:\"§7players, unless provoked, like normal Enderman. \",3:\"\",4:\"§c❤ Health§8: §c13,000\"],Name:\"§9Zealot (Monster)\"},ExtraAttributes:{id:\"ZEALOT_MONSTER\"}}",
"damage": 0,
"lore": [
"§7Zealots are a type of Enderman found exclusively",
"§7in the Dragon's Nest. Zealots are not hostile towards",
"§7players, unless provoked, like normal Enderman. ",
"",
"§c❤ Health§8: §c13,000"
],
"internalname": "ZEALOT_MONSTER",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Zealot",
"https://wiki.hypixel.net/Zealot"
],
"crafttext": "",
"recipes": [
{
"level": 55,
"coins": 15,
"xp": 10,
"combat_xp": 40,
"name": "§cZealot",
"render": "Enderman",
"panorama": "combat_3",
"type": "drops",
"drops": [
{
"id": "ENDER_PEARL",
"extra": [],
"chance": "x2-4"
},
{
"id": "ENCHANTED_ENDER_PEARL",
"extra": [],
"chance": "x2-4"
}
]
},
{
"level": 55,
"coins": 15,
"xp": 10,
"combat_xp": 40,
"name": "§cZealot (Enderchest)",
"render": "@neurepo:mobs/zealot.json",
"panorama": "combat_3",
"type": "drops",
"drops": [
{
"id": "ENDER_PEARL:1",
"extra": [],
"chance": "x2-4"
},
{
"id": "ENCHANTED_ENDER_PEARL",
"extra": [],
"chance": "2%"
},
{
"id": "ENCHANTED_ENDSTONE",
"extra": [],
"chance": "24.39%"
},
{
"id": "ENCHANTED_OBSIDIAN",
"extra": [],
"chance": "16.26%"
},
{
"id": "ENCHANTED_EYE_OF_ENDER",
"extra": [],
"chance": "6.50%"
},
{
"id": "CRYSTAL_FRAGMENT",
"extra": [],
"chance": "12.20%"
}
]
},
{
"level": 55,
"coins": 15,
"xp": 10,
"combat_xp": 40,
"name": "§cZealot (Special)",
"panorama": "combat_3",
"render": "Enderman",
"type": "drops",
"drops": [
{
"id": "ENDER_PEARL",
"extra": [],
"chance": "x2-4"
},
{
"id": "ENCHANTED_ENDER_PEARL",
"extra": [],
"chance": "x2-4"
},
{
"id": "SUMMONING_EYE",
"extra": [],
"chance": "100%"
}
]
}
]
}
|