aboutsummaryrefslogtreecommitdiff
path: root/items/MINOTAUR_MONSTER.json
blob: 618c6f581b1f6bb0748583d2d501ca05b3dffe1f (plain)
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
  "itemid": "minecraft:skull",
  "displayname": "§cMinotaur (Mythological Creature)",
  "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0dfc49ee-32db-3a19-8dfc-49ee32dbfa19\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzU5MTJkYmQ0MjBjMGYzNWVkYjQxOGFiNmRlOGQ2NTVkYTdkMzRjYzhjNzdiYmVmM2E5MTJiNWRhZjEzZThlYiJ9fX0\"}]}},display:{Lore:[0:\"§7The Minotaur is a rare mob in the Mythological\",1:\"§7Ritual. It will attack at melee range, and can\",2:\"§7throw an axe at you, temporarily slowing down\",3:\"§7your healing speed. It has a special mechanic\",4:\"§7called Bleed that allows it to do more damage.\",5:\"§7It increases by 1 every time it hits you, and\",6:\"§7increases by 3 every time it\u0027s axe hits you.\",7:\"\",8:\"§c❤ Health§8:\",9:\"§8[§aGriffin§8] §c60,000 ❤\",10:\"§8[§9Griffin§8/§5Griffin§8] §c625,000 ❤\",11:\"§8[§6Griffin§8] §c2,500,000 ❤\",12:\"\",13:\"§9§lRARE\"],Name:\"§cMinotaur (Mythological Creature)\"},ExtraAttributes:{id:\"MINOTAUR_MONSTER\"}}",
  "damage": 3,
  "lore": [
    "§7The Minotaur is a rare mob in the Mythological",
    "§7Ritual. It will attack at melee range, and can",
    "§7throw an axe at you, temporarily slowing down",
    "§7your healing speed. It has a special mechanic",
    "§7called Bleed that allows it to do more damage.",
    "§7It increases by 1 every time it hits you, and",
    "§7increases by 3 every time it\u0027s axe hits you.",
    "",
    "§c❤ Health§8:",
    "§8[§aGriffin§8] §c60,000 ❤",
    "§8[§9Griffin§8/§5Griffin§8] §c625,000 ❤",
    "§8[§6Griffin§8] §c2,500,000 ❤",
    "",
    "§9§lRARE"
  ],
  "internalname": "MINOTAUR_MONSTER",
  "clickcommand": "viewrecipe",
  "modver": "2.1.0-REL",
  "infoType": "WIKI_URL",
  "info": [
    "https://hypixel-skyblock.fandom.com/wiki/Minotaur",
    "https://wiki.hypixel.net/Minotaur"
  ],
  "crafttext": "",
  "recipes": [
    {
      "level": 45,
      "coins": 150,
      "xp": 5,
      "combat_xp": 20,
      "name": "§cMinotaur",
      "render": "@neurepo:mobs/minotaur.json",
      "panorama": "hub",
      "type": "drops",
      "extra": [
        "§cRequirements:",
        "§7- §aGriffin",
        "§7Chance: 33.33%"
      ],
      "drops": [
        {
          "id": "ANCIENT_CLAW:2",
          "chance": "100%"
        }
      ]
    },
    {
      "level": 120,
      "coins": 500,
      "xp": 8,
      "combat_xp": 60,
      "name": "§cMinotaur",
      "render": "@neurepo:mobs/minotaur.json",
      "panorama": "hub",
      "extra": [
        "§cRequirements:",
        "§7- §9Griffin",
        "§7Chance: 33.33%",
        "§7- §5Griffin",
        "§7Chance: 23.81%"
      ],
      "type": "drops",
      "drops": [
        {
          "id": "ANCIENT_CLAW:3",
          "chance": "100%"
        }
      ]
    },
    {
      "level": 210,
      "coins": 2000,
      "xp": 15,
      "combat_xp": 150,
      "name": "§cMinotaur",
      "render": "@neurepo:mobs/minotaur.json",
      "panorama": "hub",
      "extra": [
        "§cRequirements:",
        "§7- §6Griffin",
        "§7Chance: 24.69%"
      ],
      "type": "drops",
      "drops": [
        {
          "id": "ANCIENT_CLAW:10",
          "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": "DAEDALUS_STICK",
          "chance": "0.08%"
        }
      ]
    }
  ]
}