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
|
{
"itemid": "minecraft:skull",
"displayname": "§6Sven Packmaster III (Boss)",
"nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"7e9af289-f295-3f8c-bd54-58b7667d5759\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjlkMWQzMTEzZWM0M2FjMjk2MWRkNTlmMjgxNzVmYjQ3MTg4NzNjNmM0NDhkZmNhODcyMjMxN2Q2NyJ9fX0\"}]}},display:{Lore:[0:\"§8Strong\",1:\"\",2:\"§7Health: §c750,000❤\",3:\"§7Damage: §c180 §7per second\",4:\"§7True damage: §f50 §7per second\",5:\"\",6:\"§aAgile\",7:\"§7The wolf is small and fast, making\",8:\"§7it hard to hit.\",9:\"\",10:\"§fTrue Damage\",11:\"§7Ignores your defense. Very painful.\",12:\"\",13:\"§bCall the pups!\",14:\"§7At 50% health, calls its deadly pack\",15:\"§7of pups.\"],Name:\"§6Sven Packmaster III (Boss)\"},ExtraAttributes:{id:\"SVEN_PACKMASTER_3_BOSS\"}}",
"damage": 3,
"lore": [
"§8Strong",
"",
"§7Health: §c750,000❤",
"§7Damage: §c180 §7per second",
"§7True damage: §f50 §7per second",
"",
"§aAgile",
"§7The wolf is small and fast, making",
"§7it hard to hit.",
"",
"§fTrue Damage",
"§7Ignores your defense. Very painful.",
"",
"§bCall the pups!",
"§7At 50% health, calls its deadly pack",
"§7of pups."
],
"internalname": "SVEN_PACKMASTER_3_BOSS",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Sven_Packmaster",
"https://wiki.hypixel.net/Sven_Packmaster"
],
"crafttext": "",
"recipes": [
{
"xp": 100,
"name": "§6Sven Packmaster III",
"render": "Wolf",
"panorama": "hub",
"type": "drops",
"drops": [
{
"id": "WOLF_TOOTH",
"extra": ["x30-50"],
"chance": "100%"
},
{
"id": "HAMSTER_WHEEL",
"extra": ["x2-4"],
"chance": "16.59%"
},
{
"id": "SPIRIT_RUNE;1",
"chance": "2.68%"
},
{
"id": "CRITICAL;6",
"chance": "0.41%"
},
{
"id": "RED_CLAW_EGG",
"chance": "0,04%"
}
]
}
]
}
|