aboutsummaryrefslogtreecommitdiff
path: root/items/UNSTABLE_ENDER_DRAGON_BOSS.json
blob: 9d1eca106ac7648d820631a8340bac2fe6cc20d7 (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
{
  "itemid": "minecraft:skull",
  "displayname": "§6Unstable Ender Dragon (Boss)",
  "nbttag": "{HideFlags:254,SkullOwner:{Id:\"88ebc317-a414-326c-bd96-396d9f0d872a\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDJhMDIzNjM2YTdmMDMwMGE3NGNjNTBkM2U0ZGJiODFhN2JjMTQ4NWYwZGFmNmU5YTdjMGY0ZDhhMmUzYTE4ZiJ9fX0K\"}]}},display:{Lore:[0:\"§c❤ Health§8: §c9,000.000\"],Name:\"§6Unstable Ender Dragon (Boss)\"},ExtraAttributes:{id:\"UNSTABLE_ENDER_DRAGON_BOSS\"}}",
  "damage": 3,
  "lore": [
    "§c❤ Health§8: §c9,000.000"
  ],
  "internalname": "UNSTABLE_ENDER_DRAGON_BOSS",
  "clickcommand": "",
  "modver": "2.1.0-REL",
  "infoType": "WIKI_URL",
  "info": [
    "https://hypixel-skyblock.fandom.com/wiki/Ender_Dragon",
    "https://wiki.hypixel.net/Ender_Dragon"
  ],
  "crafttext": "",
  "recipes": [
    {
      "combat_xp": 300,
      "level": 100,
      "coins": 1000,
      "xp": 500,
      "name": "§5Unstable Ender Dragon",
      "panorama": "combat_3",
      "render": "Dragon",
      "type": "drops",
      "drops": [
        {
          "id": "ENDER_PEARL",
          "chance": "100%"
        },
        {
          "id": "ENCHANTED_ENDER_PEARL",
          "chance": "100%"
        },
        {
          "id": "UNSTABLE_FRAGMENT",
          "chance": "100%"
        },
        {
          "id": "UNSTABLE_DRAGON_HELMET",
          "chance": "30%"
        },
        {
          "id": "UNSTABLE_DRAGON_CHESTPLATE",
          "chance": "30%"
        },
        {
          "id": "UNSTABLE_DRAGON_LEGGINGS",
          "chance": "30%"
        },
        {
          "id": "UNSTABLE_DRAGON_BOOTS",
          "chance": "30%"
        },
        {
          "id": "ENDER_DRAGON;3",
          "chance": ".05% per Summoning Eye"
        },
        {
          "id": "ENDER_DRAGON;4",
          "chance": ".01% per Summoning Eye"
        },
        {
          "id": "DRAGON_CLAW",
          "chance": "2% per Summoning Eye"
        },
        {
          "id": "ASPECT_OF_THE_DRAGON",
          "chance": "3% per Summoning Eye"
        }
      ]
    }
  ]
}