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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
{
"itemid": "minecraft:skull",
"displayname": "§cMinos Champion (Mythological Creature)",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"86e6b4be-1455-37b7-86e6-b4be1455f7b7\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmY3ZTc4NjUwODQyZTk1ZmFiMzk1MTRkYWQzYzYxM2Y3NzE2ZjYyYjYyNzkzYWExMzE3ZTgwYTIzMjg2YjgzYyJ9fX0\"}]}},display:{Lore:[0:\"§7The Minos Champion is one of the rare mobs\",1:\"§7in the Mythological Ritual, and can only be\",2:\"§7found by using a epic or legendary Griffin Pet.\",3:\"§7It gains roughly 3 to 4% of a damage buff for each second\",4:\"§7it\u0027s lived for, capping at 600%, which is when it despawns.\",5:\"§7While alive, it can attack using a sword or a bow, if\",6:\"§7the Champion is unable to reach a player, it will spawn\",7:\"§7a lighting strike on the player once, similary\",8:\"§7to the Gaia Construct.\",9:\"\",10:\"§c❤ Health§8:\",11:\"§8[§5Griffin§8] §c2,000,000 ❤\",12:\"§8[§6Griffin§8] §c12,000,000 ❤\",13:\"\",14:\"§5§lEPIC\"],Name:\"§cMinos Champion (Mythological Creature)\"},ExtraAttributes:{id:\"MINOS_CHAMPION_MONSTER\"}}",
"damage": 3,
"lore": [
"§7The Minos Champion is one of the rare mobs",
"§7in the Mythological Ritual, and can only be",
"§7found by using a epic or legendary Griffin Pet.",
"§7It gains roughly 3 to 4% of a damage buff for each second",
"§7it\u0027s lived for, capping at 600%, which is when it despawns.",
"§7While alive, it can attack using a sword or a bow, if",
"§7the Champion is unable to reach a player, it will spawn",
"§7a lighting strike on the player once, similary",
"§7to the Gaia Construct.",
"",
"§c❤ Health§8:",
"§8[§5Griffin§8] §c2,000,000 ❤",
"§8[§6Griffin§8] §c12,000,000 ❤",
"",
"§5§lEPIC"
],
"internalname": "MINOS_CHAMPION_MONSTER",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Minos_Champion",
"https://wiki.hypixel.net/Minos_Champion"
],
"crafttext": "",
"recipes": [
{
"level": 175,
"coins": 1000,
"xp": 10,
"combat_xp": 80,
"name": "§cMinos Champion",
"render": "@neurepo:mobs/minos_champion.json",
"panorama": "hub",
"extra": [
"§cRequirements:",
"§7- §5Griffin",
"§7Chance: 19.05%"
],
"type": "drops",
"drops": [
{
"id": "ANCIENT_CLAW:5",
"chance": "100%"
}
]
},
{
"level": 260,
"coins": 4000,
"xp": 20,
"combat_xp": 300,
"name": "§cMinos Champion",
"render": "@neurepo:mobs/minos_champion.json",
"panorama": "hub",
"extra": [
"§cRequirements:",
"§7- §6Griffin",
"§7Chance: 18.52%"
],
"type": "drops",
"drops": [
{
"id": "ANCIENT_CLAW:12",
"chance": "100%"
},
{
"id": "ENCHANTED_GOLD",
"chance": "100%"
},
{
"id": "DWARF_TURTLE_SHELMET",
"chance": "0.25%"
},
{
"id": "ANTIQUE_REMEDIES",
"chance": "0.25%"
},
{
"id": "CROCHET_TIGER_PLUSHIE",
"chance": "0.25%"
},
{
"id": "MINOS_RELIC",
"chance": "0.02%"
}
]
}
]
}
|