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
|
{
"itemid": "minecraft:skull",
"displayname": "§6Scarf (Boss)",
"nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"8b3dcb43-f6a8-3f11-969a-88c0811bb5c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU4OTc5MzA2ODgzOSwKICAicHJvZmlsZUlkIiA6ICIyYzEwNjRmY2Q5MTc0MjgyODRlM2JmN2ZhYTdlM2UxYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJOYWVtZSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS83ZGU3YmJiZGYyMmJmZTE3OTgwZDRlMjA2ODdlMzg2ZjExZDU5ZWUxZGI2ZjhiNDc2MjM5MWI3OWE1YWM1MzJkIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Scarf is the boss of Floor 2 of the Catacombs.\",1:\"§7He is an \u0027Apprentice Necromancer and has two\",2:\"§7phases. In the first phase he summons 4 undead servants\",3:\"§7while he hides behind a barrier. Once all 4 are\",4:\"§7defeated, the barrier comes down\",5:\"§7and you must kill him in the second phase.\",6:\"\",7:\"§c❤ Health§8: §c1,000.000\",8:\"§c❤ Health §8(MM): §c375.000.000\"],Name:\"§6Scarf (Boss)\"},ExtraAttributes:{id:\"SCARF_BOSS\"}}",
"damage": 3,
"lore": [
"§7Scarf is the boss of Floor 2 of the Catacombs.",
"§7He is an \u0027Apprentice Necromancer and has two",
"§7phases. In the first phase he summons 4 undead servants",
"§7while he hides behind a barrier. Once all 4 are",
"§7defeated, the barrier comes down",
"§7and you must kill him in the second phase.",
"",
"§c❤ Health§8: §c1,000.000",
"§c❤ Health §8(MM): §c375.000.000"
],
"internalname": "SCARF_BOSS",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Scarf",
"https://wiki.hypixel.net/Scarf"
],
"crafttext": "",
"recipes": [
{
"name": "§cScarf",
"render": "@neurepo:mobs/scarf.json",
"type": "drops",
"panorama": "dungeon",
"drops": [
{
"id": "RED_SCARF",
"chance": "1.69%",
"extra": ["§e§lChest Price: §6500,000 coins"]
},
{
"id": "SCARF_STUDIES",
"chance": "11.21%",
"extra": ["§e§lChest Price: §6500,000 coins"]
},
{
"id": "STONE_BLADE",
"chance": "3.39%",
"extra": [
"§e§lChest Price: §61,500,000 coins"
]
}
]
},
{
"name": "§cScarf (Master Mode)",
"render": "@neurepo:mobs/scarf.json",
"type": "drops",
"panorama": "dungeon",
"drops": [
{
"id": "RED_SCARF",
"chance": "3.23%",
"extra": [
"§e§lChest Price: §6500,000 coins"
]
},
{
"id": "SCARF_STUDIES",
"chance": "13.78%",
"extra": [
"§e§lChest Price: §6500,000 coins"
]
},
{
"id": "STONE_BLADE",
"chance": "4.27%",
"extra": [
"§e§lChest Price: §61,500,000 coins"
]
},
{
"id": "MASTER_SKULL_TIER_2",
"chance": "6.41%",
"extra": [
"§e§lChest Price: §6500,000 coins"
]
}
]
}
]
}
|