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
|
{
"itemid": "minecraft:skull",
"displayname": "§5Frozen Adventurer (Miniboss)",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"e9604568-dd39-3081-a5e2-541467b9d2db\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTVhMTNiYjQ4ZTM1OTViNTVkZThkZDY5NDNmYzM4ZGI1MjM1MzcxMjc4YzY5NWJkNDUzZTQ5YTA5OTkifX19\"}]}},display:{Lore:[0:\"§7Long lost to the depths of the\",1:\"§7Catacombs.\",2:\"\",3:\"§c❤ Health§8: §c1,100,000 - 6,600,000\",4:\"§c❤ Health §8(MM) : §c60,000,000 - 160,000,000\"],Name:\"§5Frozen Adventurer (Miniboss)\"},ExtraAttributes:{id:\"FROZEN_ADVENTURER_MINIBOSS\"}}",
"damage": 3,
"lore": [
"§7Long lost to the depths of the",
"§7Catacombs.",
"",
"§c❤ Health§8: §c1,100,000 - 6,600,000",
"§c❤ Health §8(MM) : §c60,000,000 - 160,000,000"
],
"internalname": "FROZEN_ADVENTURER_MINIBOSS",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Frozen_Adventurer",
"https://wiki.hypixel.net/Frozen_Adventurer"
],
"crafttext": "",
"recipes": [
{
"combat_xp": 180,
"coins": 1,
"xp": 185,
"name": "§5Frozen Lost Adventurer",
"render": "@neurepo:mobs/frozen_adventurer.json",
"type": "drops",
"panorama": "dungeon",
"drops": [
{
"id": "ENCHANTED_ICE",
"chance": "100%"
},
{
"id": "BLUE_ICE_HUNK",
"chance": "1%"
},
{
"id": "ICE_HUNK",
"chance": "5%"
},
{
"id": "BEATING_HEART",
"chance": "0.1%"
},
{
"id": "ICE_SPRAY_WAND",
"chance": "0.1%"
}
]
}
]
}
|