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
|
{
"itemid": "minecraft:skull",
"displayname": "§6Inferno Demonlord I (Boss)",
"nbttag": "{SkullOwner:{Id:\"118fe834-28aa-3b0d-afe6-f0c52d01afe8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjc4ZWYyZTRjZjJjNDFhMmQxNGJmZGU5Y2FmZjEwMjE5ZjViMWJmNWIzNWE0OWViNTFjNjQ2Nzg4MmNiNWYwIn19fQ\"}]}},display:{Lore:[0:\"§8Beginner\",1:\"\",2:\"§7Health: §c2,500,000❤\",3:\"§7Demons damage: §c2,500§7/s\",4:\"§7Demons health: §c500,000❤\",5:\"\",6:\"§6Immolate\",7:\"§8Passive\",8:\"§7Deals §c100 §7+ §c12% §7of your max §c:heart:\",9:\"§c§7as §ftrue §7damage every second.\",10:\"\",11:\"§5Demonsplit\",12:\"§8At 50% HP\",13:\"§7Splits into two powerful demons.\"],Name:\"§6Inferno Demonlord I (Boss)\"},ExtraAttributes:{id:\"INFERNO_DEMONLORD_1_BOSS\"}}",
"damage": 3,
"lore": [
"§8Beginner",
"",
"§7Health: §c2,500,000❤",
"§7Demons damage: §c2,500§7/s",
"§7Demons health: §c500,000❤",
"",
"§6Immolate",
"§8Passive",
"§7Deals §c100 §7+ §c12% §7of your max §c:heart:",
"§c§7as §ftrue §7damage every second.",
"",
"§5Demonsplit",
"§8At 50% HP",
"§7Splits into two powerful demons."
],
"internalname": "INFERNO_DEMONLORD_1_BOSS",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Inferno_Demonlord",
"https://wiki.hypixel.net/Inferno_Demonlord"
],
"crafttext": "",
"recipes": [
{
"xp": 1,
"name": "§6Inferno Demonlord I",
"render": "Blaze",
"panorama": "crimson_isle",
"coins": 1,
"combat_xp": 50,
"type": "drops",
"drops": [
{
"id": "DERELICT_ASHE",
"extra": [
"x2-3"
],
"chance": "100%"
},
{
"id": "ENCHANTED_BLAZE_POWDER",
"extra": [],
"chance": "21.26%"
}
]
}
]
}
|