aboutsummaryrefslogtreecommitdiff
path: root/items/MAGMA_CUBE_BOSS.json
blob: 1bb44a1ac54c0f59aed9ccaecca3fd0f64931df0 (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
{
  "itemid": "minecraft:skull",
  "displayname": "§6Magma Cube (Boss)",
  "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"35f02923-7bec-3869-9ef5-b42a4794cac81\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzg5NTdkNTAyM2M5MzdjNGM0MWFhMjQxMmQ0MzQxMGJkYTIzY2Y3OWE5ZjZhYjM2Yjc2ZmVmMmQ3YzQyOSJ9fX0\"}]}},display:{Lore:[0:\"§7The Magma Cube Boss (or just simply called the\",1:\"§7Magma Boss by the community) is a hostile mob\",2:\"§7found in the Blazing Fortress.\",3:\"\",4:\"§c❤ Health§8: §c150.000\",5:\"§7Coins per Kill: §6125\",6:\"§7Combat XP: §3200\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§fCommon Loot\",10:\"§8 ■ §fMagma Cream\",11:\"§8 ■ §aEnchanted Magma Cream\",12:\"\",13:\"§aUncommon Loot\",14:\"§8 ■ §9Ember Fragment\",15:\"\",16:\"§9Rare Loot\",17:\"§8 ■ §5Travel Scroll to Magma Fields\",18:\"\",19:\"§6Legendary Loot\",20:\"§8 ■ §7[Lvl 1] §5Magma Cube\",21:\"§8 ■ §7[Lvl 1] §6Magma Cube\"],Name:\"§6Magma Cube (Boss)\"},ExtraAttributes:{id:\"MAGMA_CUBE_BOSS\"}}",
  "damage": 3,
  "lore": [
    "§7The Magma Cube Boss (or just simply called the",
    "§7Magma Boss by the community) is a hostile mob",
    "§7found in the Blazing Fortress.",
    "",
    "§c❤ Health§8: §c150.000",
    "§7Coins per Kill: §6125",
    "§7Combat XP: §3200",
    "",
    "§6§lPossible Drops:",
    "§fCommon Loot",
    "§8 ■ §fMagma Cream",
    "§8 ■ §aEnchanted Magma Cream",
    "",
    "§aUncommon Loot",
    "§8 ■ §9Ember Fragment",
    "",
    "§9Rare Loot",
    "§8 ■ §5Travel Scroll to Magma Fields",
    "",
    "§6Legendary Loot",
    "§8 ■ §7[Lvl 1] §5Magma Cube",
    "§8 ■ §7[Lvl 1] §6Magma Cube"
  ],
  "internalname": "MAGMA_CUBE_BOSS",
  "clickcommand": "viewrecipe",
  "modver": "2.1.0-REL",
  "infoType": "WIKI_URL",
  "info": [
    "https://hypixel-skyblock.fandom.com/wiki/Magma_Cube_Boss",
    "https://wiki.hypixel.net/Magma_Cube"
  ],
  "crafttext": "",
  "recipes": [
    {
      "level": 100,
      "coins": 125,
      "xp": 200,
      "combat_xp": 200,
      "name": "§6Magma Cube (Boss)",
      "render": "MagmaCube",
      "type": "drops",
      "drops": [
        {
          "id": "MAGMA_CREAM",
          "extra": [],
          "chance": "x1-7"
        },
        {
          "id": "MOLTEN_CUBE",
          "extra": [],
          "chance": "0.1%"
        },
        {
          "id": "MAGMA_CUBE;3",
          "extra": [],
          "chance": "10%"
        },
        {
          "id": "MAGMA_CUBE;4",
          "extra": [],
          "chance": "2%"
        },
        {
          "id": "EMBER_FRAGMENT",
          "extra": [],
          "chance": "50%"
        },
        {
          "id": "NETHER_FORTRESS_BOSS_TRAVEL_SCROLL",
          "extra": [],
          "chance": "35%"
        },
        {
          "id": "ENCHANTED_MAGMA_CREAM",
          "extra": [],
          "chance": "50%"
        }
      ]
    }
  ]
}