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
|
{
"itemid": "minecraft:skull",
"displayname": "§9Crypt Ghoul (Monster)",
"nbttag": "{display:{Lore:[0:\"§7The Crypt Ghoul is a mob added in the Slayer\",1:\"§7update. It is a hostile zombie type mob that\u0027s\",2:\"§7a bit tougher than regular zombies.\",3:\"\",4:\"§c❤ Health§8: §c2,000\"],Name:\"§9Crypt Ghoul (Monster)\"},ExtraAttributes:{id:\"CRYPT_GHOUL_MONSTER\"}}",
"damage": 2,
"lore": [
"§7The Crypt Ghoul is a mob added in the Slayer",
"§7update. It is a hostile zombie type mob that\u0027s",
"§7a bit tougher than regular zombies.",
"",
"§c❤ Health§8: §c2,000"
],
"internalname": "CRYPT_GHOUL_MONSTER",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Crypt_Ghoul",
"https://wiki.hypixel.net/Crypt_Ghoul"
],
"crafttext": "",
"recipes": [
{
"level": 30,
"coins": 13,
"xp": 30,
"combat_xp": 32,
"name": "§cCrypt Ghoul",
"panorama": "hub",
"render": "@neurepo:mobs/crypt_ghoul.json",
"type": "drops",
"drops": [
{
"id": "ROTTEN_FLESH:1",
"chance": "50%"
},
{
"id": "GHOUL;3",
"chance": "0.003%"
},
{
"id": "GHOUL;4",
"chance": "0.001%"
}
]
}
]
}
|