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
97
98
99
100
101
|
{
"itemid": "minecraft:skull",
"displayname": "§cMinos Hunter (Mythological Creature)",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"7b125998-b7e8-3516-bb12-5998b7e8f516\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTIwZmM5NDIyMjIzODdhYjkwOTg4NjE3OTI4MTU1MDRjMGYwMjNkOWU1ZmYwZTJmZDk0YmVmYjIxNWZlZjNjYyJ9fX0\"}]}},display:{Lore:[0:\"§7The Minos Hunter is the most common mob in\",1:\"§7the Mythological Ritual. It is relatively\",2:\"§7easy to kill if you have the right weapons,\",3:\"§7though it can be challenging for early-game\",4:\"§7players. It will attack with a sword, dealing\",5:\"§7damage and knockback if you get hit. It\u0027s the\",6:\"§7only Mythological Creature that can be damaged\",7:\"§7without having a Griffin Pet.\",8:\"\",9:\"§c❤ Health§8:\",10:\"§8[§8No Pet§8/§fGriffin§8] §c2,000 ❤\",11:\"§8[§aGriffin§8] §c8,000 ❤\",12:\"§8[§9Griffin§8/§5Griffin§8] §c100,000 ❤\",13:\"§8[§6Griffin§8] §c500,000 ❤\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§cMinos Hunter (Mythological Creature)\"},ExtraAttributes:{id:\"MINOS_HUNTER_MONSTER\"}}",
"damage": 3,
"lore": [
"§7The Minos Hunter is the most common mob in",
"§7the Mythological Ritual. It is relatively",
"§7easy to kill if you have the right weapons,",
"§7though it can be challenging for early-game",
"§7players. It will attack with a sword, dealing",
"§7damage and knockback if you get hit. It\u0027s the",
"§7only Mythological Creature that can be damaged",
"§7without having a Griffin Pet.",
"",
"§c❤ Health§8:",
"§8[§8No Pet§8/§fGriffin§8] §c2,000 ❤",
"§8[§aGriffin§8] §c8,000 ❤",
"§8[§9Griffin§8/§5Griffin§8] §c100,000 ❤",
"§8[§6Griffin§8] §c500,000 ❤",
"",
"§f§lCOMMON"
],
"internalname": "MINOS_HUNTER_MONSTER",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Minos_Hunter",
"https://wiki.hypixel.net/Minos_Hunter"
],
"crafttext": "",
"recipes": [
{
"level": 15,
"coins": 80,
"xp": 5,
"combat_xp": 30,
"name": "§cMinos Hunter",
"render": "@neurepo:mobs/minos_hunter.json",
"panorama": "hub",
"extra": [
"§cRequirements:",
"§7- §fGriffin",
"§7Chance: 57.14%",
"§7- §aGriffin",
"§7Chance: 26.57%"
],
"type": "drops",
"drops": [
{
"id": "ANCIENT_CLAW",
"chance": "100%"
}
]
},
{
"level": 60,
"coins": 125,
"xp": 8,
"combat_xp": 40,
"name": "§cMinos Hunter",
"render": "@neurepo:mobs/minos_hunter.json",
"panorama": "hub",
"extra": [
"§cRequirements:",
"§7- §9Griffin",
"§7Chance: 16.67%",
"§7- §5Griffin",
"§7Chance: 9.52%"
],
"type": "drops",
"drops": [
{
"id": "ANCIENT_CLAW:2",
"chance": "100%"
}
]
},
{
"level": 125,
"coins": 1000,
"xp": 10,
"combat_xp": 65,
"name": "§cMinos Hunter",
"render": "@neurepo:mobs/minos_hunter.json",
"extra": [
"§cRequirements:",
"§7- §6Griffin",
"§7Chance: 18.52%"
],
"type": "drops",
"drops": [
{
"id": "ANCIENT_CLAW:2",
"chance": "100%"
}
]
}
]
}
|