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": "§9Soul of the Alpha (Monster)",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"802a167c-cbcd-3a1f-becd-5b1a25a4cf15\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjdjOGJlZjZiZWI3N2UyOWFmODYyN2VjZGMzOGQ4NmFhMmZlYTdjY2QxNjNkYzczYzAwZjlmMjU4ZjlhMTQ1NyJ9fX0\"}]}},display:{Lore:[0:\"§7The Soul of the Alpha is a Wolf mob found in the\",1:\"§7Howling Cave, with 31,150 health. It deals True\",2:\"§7Damage and drops 0-1 bones, 1 or 2 jungle\",3:\"§7wood, or very rarely (1/200 drop rate), a \",4:\"§7Weak Wolf Catalyst. \",5:\"\",6:\"§c❤ Health§8: §c31.150\"],Name:\"§9Soul of the Alpha (Monster)\"},ExtraAttributes:{id:\"SOUL_OF_THE_ALPHA_MONSTER\"}}",
"damage": 3,
"lore": [
"§7The Soul of the Alpha is a Wolf mob found in the",
"§7Howling Cave, with 31,150 health. It deals True",
"§7Damage and drops 0-1 bones, 1 or 2 jungle",
"§7wood, or very rarely (1/200 drop rate), a ",
"§7Weak Wolf Catalyst. ",
"",
"§c❤ Health§8: §c31.150"
],
"internalname": "SOUL_OF_THE_ALPHA_MONSTER",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Soul_of_the_Alpha",
"https://wiki.hypixel.net/Soul_Of_The_Alpha"
],
"crafttext": "",
"recipes": [
{
"level": 55,
"coins": 50,
"xp": 15,
"combat_xp": 50,
"name": "§3Soul of the Alpha",
"panorama": "foraging_1",
"render": "Wolf",
"type": "drops",
"drops": [
{
"id": "LOG-3",
"chance": "100%"
},
{
"id": "WEAK_WOLF_CATALYST",
"chance": "0.089%"
},
{
"id": "PET_ITEM_FORAGING_SKILL_BOOST_EPIC",
"chance": "0.01%"
},
{
"id": "PARK_CAVE_TRAVEL_SCROLL",
"chance": "0.0035%"
},
{
"id": "HOUND;3",
"chance": "0.003%"
},
{
"id": "HOUND;4",
"chance": "0.001%"
}
]
}
]
}
|