aboutsummaryrefslogtreecommitdiff
path: root/items/FROZEN_ADVENTURER_MINIBOSS.json
blob: e182370e183ece447b21dbb987e9cd22f16c975b (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
{
  "itemid": "minecraft:skull",
  "displayname": "§5Frozen Adventurer (Miniboss)",
  "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e9604568-dd39-3081-a5e2-541467b9d2db\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTVhMTNiYjQ4ZTM1OTViNTVkZThkZDY5NDNmYzM4ZGI1MjM1MzcxMjc4YzY5NWJkNDUzZTQ5YTA5OTkifX19\"}]}},display:{Lore:[0:\"§7Coins per Kill: §61\",1:\"§7Combat XP: §3100-145\",2:\"\",3:\"§6§lPossible Drops:\",4:\"§fCommon Loot\",5:\"§8 ■ §8Ice Essence x3-5\",6:\"§8 ■ §aEnchanted Ice\",7:\"\",8:\"§aUncommon Loot\",9:\"§8 ■ §aHunk of Ice §8(§a5%§8)\",10:\"\",11:\"§9Rare Loot\",12:\"§8 ■ §9Hunk of Blue Ice §8(§a1%§8)\",13:\"\",14:\"§6Legendary Loot\",15:\"§8 ■ §5Ice Spray Wand §8(§a0.1%§8)\",16:\"§8 ■ §4More Info Needed\"],Name:\"§5Frozen Adventurer (Miniboss)\"},ExtraAttributes:{id:\"FROZEN_ADVENTURER_MINIBOSS\"}}",
  "damage": 3,
  "lore": [
    "§7Long lost to the depths of the",
    "§7Catacombs.",
    "",
    "§c❤ Health§8: §c1,100,000 - 6,600,000",
    "§c❤ Health §8(MM) : §c60,000,000 - 160,000,000"
  ],
  "internalname": "FROZEN_ADVENTURER_MINIBOSS",
  "clickcommand": "viewrecipe",
  "modver": "2.1.0-REL",
  "infoType": "WIKI_URL",
  "info": [
    "https://hypixel-skyblock.fandom.com/wiki/Frozen_Adventurer",
    "https://wiki.hypixel.net/Frozen_Adventurer"
  ],
  "crafttext": "",
  "recipes": [
    {
      "combat_xp": 180,
      "coins": 1,
      "xp": 185,
      "name": "§5Frozen Lost Adventurer",
      "render": "@neurepo:mobs/frozen_adventurer.json",
      "type": "drops",
      "panorama": "dungeon",
      "drops": [
        {
          "id": "ENCHANTED_ICE",
          "chance": "100%"
        },
        {
          "id": "BLUE_ICE_HUNK",
          "chance": "1%"
        },
        {
          "id": "ICE_HUNK",
          "chance": "5%"
        },
        {
          "id": "BEATING_HEART",
          "chance": "0.1%"
        },
        {
          "id": "ICE_SPRAY_WAND",
          "chance": "0.1%"
        }
      ]
    }
  ]
}