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
|
{
"itemid": "minecraft:skull",
"displayname": "§9Withermancer (Monster)",
"nbttag": "{overrideMeta:1b,display:{Lore:[0:\"§7Learned their sorcery from the\",1:\"§7most vicious of teachers.\",2:\"\",3:\"§c❤ Health§8: §c300,000 - 88,000,000\"],Name:\"§9Withermancer (Monster)\"},ExtraAttributes:{id:\"WITHERMANCER_MONSTER\"}}",
"damage": 1,
"lore": [
"§7Learned their sorcery from the",
"§7most vicious of teachers.",
"",
"§c❤ Health§8: §c300,000 - 88,000,000"
],
"internalname": "WITHERMANCER_MONSTER",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Withermancer",
"https://wiki.hypixel.net/Withermancer"
],
"crafttext": "",
"recipes": [
{
"level": 90,
"coins": 1,
"xp": 30,
"combat_xp": 80,
"name": "§cWithermancer",
"panorama": "dungeon",
"render": "@neurepo:mobs/withermancer.json",
"type": "drops",
"drops": [
{
"id": "CONJURING_SWORD:1",
"extra": [],
"chance": "2%"
}
]
},
{
"level": 120,
"coins": 1,
"xp": 50,
"combat_xp": 165,
"name": "§cWithermancer §8(§cMaster§8)",
"render": "@neurepo:mobs/withermancer.json",
"type": "drops",
"drops": [
{
"id": "CONJURING_SWORD:1",
"extra": [],
"chance": "2%"
}
]
}
]
}
|