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
|
{
"itemid": "minecraft:skull",
"displayname": "§aWither Skeleton (Monster)",
"nbttag": "{display:{Lore:[0:\"§7Keepers of the Blazing Fortress.\",1:\"\",2:\"§c❤ Health§8: §c250\"],Name:\"§aWither Skeleton (Monster)\"},ExtraAttributes:{id:\"WITHER_SKELETON_MONSTER\"}}",
"damage": 1,
"lore": [
"§7Keepers of the Blazing Fortress.",
"",
"§c❤ Health§8: §c250"
],
"internalname": "WITHER_SKELETON_MONSTER",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Wither_Skeleton",
"https://wiki.hypixel.net/Wither_Skeleton"
],
"crafttext": "",
"recipes": [
{
"level": 25,
"coins": 4,
"xp": 15,
"combat_xp": 13,
"name": "§cWither Skeleton",
"panorama": "combat_2",
"render": "@neurepo:mobs/witherskeleton.json",
"type": "drops",
"extra": [],
"drops": [
{
"id": "BONE:3",
"chance": "100%"
},
{
"id": "COAL:1",
"chance": "50%"
},
{
"id": "ENCHANTED_CHARCOAL:1",
"chance": "1%"
},
{
"id": "ENCHANTED_COAL:1",
"chance": "1%"
},
{
"id": "DYE_BONE:1",
"chance": "0.0000333%"
}
]
}
]
}
|