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
|
{
"itemid": "minecraft:skull",
"displayname": "§6Livid (Boss)",
"nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"ead1c479-f4db-3337-a85e-84f3f3845b39\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5ODk3NzI1OTM1NywKICAicHJvZmlsZUlkIiA6ICJlNzkzYjJjYTdhMmY0MTI2YTA5ODA5MmQ3Yzk5NDE3YiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaGVfSG9zdGVyX01hbiIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jMTAwN2M1YjcxMTRhYmVjNzM0MjA2ZDRmYzYxM2RhNGYzYTBlOTlmNzFmZjk0OWNlZGFkYzk5MDc5MTM1YTBiIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Livid is the boss of Floor 5 of the Catacombs. He is a\",1:\"§7\u0027Master Necromancer\u0027 and has only one phase. In this\",2:\"§7phase he makes eight clones of himself. Each with\",3:\"§7different abilities. The player must kill the\",4:\"§7true livid to complete the boss fight.\",5:\"\",6:\"§c❤ Health§8: §c7,000.000\"],Name:\"§6Livid (Boss)\"},ExtraAttributes:{id:\"LIVID_BOSS\"}}",
"damage": 3,
"lore": [
"§7Livid is the boss of Floor 5 of the Catacombs. He is a",
"§7\u0027Master Necromancer\u0027 and has only one phase. In this",
"§7phase he makes eight clones of himself. Each with",
"§7different abilities. The player must kill the",
"§7true livid to complete the boss fight.",
"",
"§c❤ Health§8: §c7,000.000"
],
"internalname": "LIVID_BOSS",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Livid",
"https://wiki.hypixel.net/Livid"
],
"crafttext": "",
"recipes": [
{
"name": "§cLivid",
"render": "@neurepo:mobs/livid.json",
"panorama": "dungeon",
"type": "drops",
"drops": [
{
"id": "DARK_ORB",
"chance": "1.6%"
},
{
"id": "AOTE_STONE",
"chance": "0.58%"
},
{
"id": "SHADOW_ASSASSIN_HELMET",
"chance": "5.04%"
},
{
"id": "SHADOW_ASSASSIN_CHESTPLATE",
"chance": "0.58%"
},
{
"id": "SHADOW_ASSASSIN_LEGGINGS",
"chance": "1.45%"
},
{
"id": "SHADOW_ASSASSIN_BOOTS",
"chance": "7.56%"
},
{
"id": "LIVID_DAGGER",
"chance": "1.16%"
},
{
"id": "SHADOW_FURY",
"chance": "0.29%"
},
{
"id": "LAST_BREATH",
"chance": "0.29%"
}
]
}
]
}
|