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
|
{
"itemid": "minecraft:skull",
"displayname": "§aWither Skeleton (Monster)",
"nbttag": "{display:{Lore:[0:\"§7Keepers of the Crimson Isle.\",1:\"\",2:\"§c❤ Health§8: §c1,000,000\"],Name:\"§aWither Skeleton (Monster)\"},ExtraAttributes:{id:\"WITHER_SKELETON_MONSTER\"}}",
"damage": 1,
"lore": [
"§7Keepers of the Crimson Isle.",
"",
"§c❤ Health§8: §c1,000,000"
],
"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": 10,
"coins": 4,
"xp": 15,
"combat_xp": 13,
"name": "§fWither Skeleton",
"render": "@neurepo:mobs/witherskeleton.json",
"type": "drops",
"panorama": "crimson_isle",
"drops": [
{
"id": "COAL:1",
"chance": "50%"
},
{
"id": "BONE:1",
"chance": "x3"
},
{
"id": "ENCHANTED_COAL:1",
"chance": "1%"
},
{
"id": "ENCHANTED_CHARCOAL:1",
"chance": "1%"
}
]
},
{
"level": 70,
"coins": 20,
"xp": 100,
"combat_xp": 0,
"name": "§fWither Skeleton",
"render": "@neurepo:mobs/witherskeleton.json",
"type": "drops",
"panorama": "crimson_isle",
"drops": [
{
"id": "COAL:1",
"extra": [],
"chance": "50%"
},
{
"id": "BONE:1",
"extra": [],
"chance": "x3"
},
{
"id": "WITHER_SOUL:1",
"extra": [],
"chance": "20%"
},
{
"id": "ENCHANTED_COAL:1",
"chance": "1%"
},
{
"id": "ENCHANTED_CHARCOAL:1",
"chance": "1%"
},
{
"id": "RAMPART_HELMET:1",
"chance": "0.1%"
},
{
"id": "RAMPART_CHESTPLATE:1",
"chance": "0.1%"
},
{
"id": "RAMPART_LEGGINGS:1",
"chance": "0.1%"
},
{
"id": "RAMPART_BOOTS:1",
"chance": "0.1%"
},
{
"id": "SWORD_OF_BAD_HEALTH:1",
"chance": "0.05%"
},
{
"id": "DYE_BONE:1",
"chance": "0.0000333%"
}
]
}
]
}
|