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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
|
{
"itemid": "minecraft:skull",
"displayname": "§6Arachne (Boss)",
"nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\"}]}},display:{Lore:[0:\"§7The strongest spider in the den.\",1:\"\",2:\"§c❤ Health§8: §c20,000 - 100,000\"],Name:\"§6Arachne (Boss)\"},ExtraAttributes:{id:\"ARACHNE_BOSS\"}}",
"damage": 3,
"lore": [
"§7The strongest spider in the den.",
"",
"§c❤ Health§8: §c20,000 - 100,000"
],
"internalname": "ARACHNE_BOSS",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Arachne",
"https://wiki.hypixel.net/Arachne"
],
"crafttext": "",
"recipes": [
{
"level": 300,
"coins": 15,
"xp": 15,
"combat_xp": 35,
"name": "§6Arachne",
"panorama": "combat_1",
"render": "Spider",
"type": "drops",
"drops": [
{
"id": "TARANTULA;3",
"chance": "2%"
},
{
"id": "ENCHANTED_STRING",
"chance": "x0-2"
},
{
"id": "STRING",
"chance": "x0-3"
},
{
"id": "ARACHNE_FRAGMENT",
"chance": "100%"
},
{
"id": "SOUL_STRING",
"chance": "x5-6"
},
{
"id": "ARACHNE_HELMET",
"chance": "10%"
},
{
"id": "ARACHNE_CHESTPLATE",
"chance": "10%"
},
{
"id": "ARACHNE_LEGGINGS",
"chance": "10%"
},
{
"id": "ARACHNE_BOOTS",
"chance": "10%"
},
{
"id": "LUXURIOUS_SPOOL",
"chance": "100%"
},
{
"id": "ARACHNE_FANG",
"chance": "10%"
},
{
"id": "ESSENCE_SPIDER:8",
"chance": "100%"
}
]
},
{
"level": 500,
"coins": 20,
"xp": 20,
"combat_xp": 35,
"name": "§6Arachne",
"panorama": "combat_1",
"render": "Spider",
"type": "drops",
"drops": [
{
"id": "TARANTULA;4",
"chance": "2%"
},
{
"id": "ENCHANTED_STRING",
"chance": "x0-6"
},
{
"id": "STRING",
"chance": "x0-3"
},
{
"id": "DARK_QUEENS_SOUL_DROP",
"chance": "100%"
},
{
"id": "SOUL_STRING",
"chance": "x30-32"
},
{
"id": "ARACHNE_HELMET",
"chance": "25%"
},
{
"id": "ARACHNE_CHESTPLATE",
"chance": "25%"
},
{
"id": "ARACHNE_LEGGINGS",
"chance": "25%"
},
{
"id": "ARACHNE_BOOTS",
"chance": "25%"
},
{
"id": "LUXURIOUS_SPOOL",
"chance": "100%"
},
{
"id": "ARACK",
"chance": "25%"
},
{
"id": "ESSENCE_SPIDER:30",
"chance": "100%"
}
]
}
]
}
|