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
|
{
"itemid": "minecraft:skull",
"displayname": "§5Broodmother (Miniboss)",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"d7390e70-1e99-3c24-9b1c-bb098e0bbef1\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2YwNjIyYjM5OThkNDJiMzRkNWJjNzYwYmIyYzgzZmRiYzZlNjhmYWIwNWI3ZWExN2IzNTA5N2VkODExOTBkNiJ9fX0\"}]}},display:{Lore:[0:\"§7The Broodmother,\",1:\"§7is a hostile Miniboss that can be found in the \",2:\"§7Spider\u0027s Den. It looks and acts like a regular spider, \",3:\"§7but upon death, it spawns Cave Spiders and drops \",4:\"§7the Spider Talisman. \",5:\"\",6:\"§c❤ Health§8: §c1,000,000\"],Name:\"§5Broodmother (Miniboss)\"},ExtraAttributes:{id:\"BROOD_MOTHER_MINIBOSS\"}}",
"damage": 3,
"lore": [
"§7The Broodmother,",
"§7is a hostile Miniboss that can be found in the ",
"§7Spider\u0027s Den. It looks and acts like a regular spider, ",
"§7but upon death, it spawns Cave Spiders and drops ",
"§7the Spider Talisman. ",
"",
"§c❤ Health§8: §c1,000,000"
],
"internalname": "BROOD_MOTHER_MINIBOSS",
"clickcommand": "viewrecipe",
"modver": "2.1.1-PRE",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Brood_Mother",
"https://wiki.hypixel.net/Brood_Mother"
],
"crafttext": "",
"recipes": [
{
"level": 12,
"coins": 10,
"xp": 30,
"combat_xp": 25,
"name": "§cBroodmother",
"panorama": "combat_1",
"render": "Spider",
"type": "drops",
"drops": [
{
"id": "SPIDER_EYE",
"chance": "100%"
},
{
"id": "STRING:4",
"chance": "100%"
},
{
"id": "SPIDER_TALISMAN",
"chance": "100%"
},
{
"id": "SPIDERS_DEN_TOP_TRAVEL_SCROLL",
"chance": "0.03%"
},
{
"id": "TARANTULA;3",
"chance": "0.02%"
},
{
"id": "TARANTULA;4",
"chance": "0.008%"
}
]
}
]
}
|