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
|
{
"itemid": "minecraft:skull",
"displayname": "§5Holy Lost Adventurer (Miniboss)",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"881e59ef-cb3d-3ad7-bdab-ddf2520a6806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTljYzhiYTI2NzkzMjE4ZjZmNjQ5MTk0N2ExODM3ZmQ1Mjg3ODcwMWYzM2Y3NmJiZTI4ODNhNDVhYmE4YWI4ZiJ9fX0K\"}]}},display:{Lore:[0:\"§7Long lost to the depths of the\",1:\"§7Catacombs.\",2:\"\",3:\"§c❤ Health§8: §c60,000 - 7,000,000\",4:\"§c❤ Health §8(MM) : §c8,000,000 - 160,000,000\"],Name:\"§5Holy Lost Adventurer (Miniboss)\"},ExtraAttributes:{id:\"HOLY_LOST_ADVENTURER_MINIBOSS\"}}",
"damage": 3,
"lore": [
"§7Long lost to the depths of the",
"§7Catacombs.",
"",
"§c❤ Health§8: §c60,000 - 7,000,000",
"§c❤ Health §8(MM) : §c8,000,000 - 160,000,000"
],
"internalname": "HOLY_LOST_ADVENTURER_MINIBOSS",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Lost_Adventurer",
"https://wiki.hypixel.net/Lost_Adventurer"
],
"crafttext": "",
"recipes": [
{
"combat_xp": 100,
"coins": 1,
"xp": 100,
"name": "§5Holy Lost Adventurer",
"render": "@neurepo:mobs/holy_lost_adventurer.json",
"panorama": "dungeon",
"type": "drops",
"drops": [
{
"id": "HOLY_FRAGMENT",
"chance": "x1-3"
},
{
"id": "BEATING_HEART",
"chance": "0.1%"
}
]
}
]
}
|