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
|
{
"itemid": "minecraft:skull",
"displayname": "§9Weaver Spider (Monster)",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"97414c0c-623b-3df3-b1f6-bbcaddafc7fc\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTIxNDM4ZjY0NmRjMDQ1MTU5NjdlODE5NWNjYzNkMzFlMjNiMDJmOWFhMGFjOTE0ZWRjMjgyMmY5ODM5NGI4NiJ9fX0\"}]}},display:{Lore:[0:\"§7The Weaver Spider is a spider that acts normally, but\",1:\"§7it can also shoot webs that slow you down for a small\",2:\"§7amount of time. Weaver Spiders can be found in the\",3:\"§7Spider\u0027s Den, usually higher up in the nest. \",4:\"\",5:\"§c❤ Health§8: §c160\"],Name:\"§9Weaver Spider (Monster)\"},ExtraAttributes:{id:\"WEAVER_SPIDER_MONSTER\"}}",
"damage": 3,
"lore": [
"§7The Weaver Spider is a spider that acts normally, but",
"§7it can also shoot webs that slow you down for a small",
"§7amount of time. Weaver Spiders can be found in the",
"§7Spider\u0027s Den, usually higher up in the nest. ",
"",
"§c❤ Health§8: §c160"
],
"internalname": "WEAVER_SPIDER_MONSTER",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Weaver_Spider",
"https://wiki.hypixel.net/Weaver_Spider"
],
"crafttext": "",
"recipes": [
{
"level": 3,
"coins": 2,
"xp": 8,
"combat_xp": 10,
"name": "§cWeaver Spider",
"panorama": "combat_1",
"render": "Spider",
"type": "drops",
"drops": [
{
"id": "SPIDER_EYE",
"chance": "50%"
},
{
"id": "STRING"
},
{
"id": "SPIDERS_DEN_TOP_TRAVEL_SCROLL",
"chance": "0.02%"
},
{
"id": "TARANTULA;3",
"chance": "0.002%"
},
{
"id": "TARANTULA;4",
"chance": "0.001%"
}
]
},
{
"level": 42,
"coins": 10,
"xp": 10,
"combat_xp": 28,
"name": "§cWeaver Spider",
"panorama": "combat_1",
"render": "Spider",
"type": "drops",
"drops": [
{
"id": "SPIDER_EYE",
"chance": "80%"
},
{
"id": "STRING",
"chance": "25%"
},
{
"id": "ARACHNE_KEEPER_FRAGMENT",
"chance": "0.2%"
},
{
"id": "SPIDERS_DEN_TOP_TRAVEL_SCROLL",
"chance": "0.02%"
},
{
"id": "TARANTULA;3",
"chance": "0.004%"
},
{
"id": "TARANTULA;4",
"chance": "0.001%"
}
]
}
]
}
|