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
|
{
"itemid": "minecraft:skull",
"displayname": "§6Voidgloom Seraph I (Boss)",
"nbttag": "{ench:[],SkullOwner:{Id:\"0de98464-1274-4dd6-bba8-370efa5d41a8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2E1OWJiMGE3YTMyOTY1YjNkOTBkOGVhZmE4OTlkMTgzNWY0MjQ1MDllYWRkNGU2YjcwOWFkYTUwYjljZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Beginner\",1:\"\",2:\"§7Health: §c300,000❤\",3:\"§7Damage: §c1.200 §7per second\",4:\"\",5:\"§aMalevolent Hitshield\",6:\"§8At 100%/66%/33% Hp\",7:\"§7Immunity shield dropped by hits\",8:\"§7regardless of damage.\",9:\"§7Receives §c-75% §c⫽ Ferocity\",10:\"§c§7while NOT active.\"],Name:\"§6Voidgloom Seraph I (Boss)\"},ExtraAttributes:{id:\"VOIDGLOOM_SERAPH_1_BOSS\"}}",
"damage": 3,
"lore": [
"§8Beginner",
"",
"§7Health: §c300,000❤",
"§7Damage: §c1.200 §7per second",
"",
"§aMalevolent Hitshield",
"§8At 100%/66%/33% Hp",
"§7Immunity shield dropped by hits",
"§7regardless of damage.",
"§7Receives §c-75% §c⫽ Ferocity",
"§c§7while NOT active."
],
"internalname": "VOIDGLOOM_SERAPH_1_BOSS",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Voidgloom_Seraph",
"https://wiki.hypixel.net/Voidgloom_Seraph"
],
"crafttext": "",
"recipes": [
{
"xp": 5,
"name": "§6Voidgloom Seraph I",
"render": "Enderman",
"panorama": "combat_3",
"combat_xp": 100,
"type": "drops",
"drops": [
{
"id": "NULL_SPHERE",
"extra": ["x2-3"],
"chance": "100%"
}
]
}
]
}
|