aboutsummaryrefslogtreecommitdiff
path: root/items/MINER_SKELETON_MONSTER.json
blob: 5dac31c4361daa3b21f52cd6a4debc935aaa8835 (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
{
  "itemid": "minecraft:skull",
  "displayname": "§9Miner Skeleton (Monster)",
  "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7These skeletons have crafted\",1:\"§7gear from the diamonds around§\",2:\"§7them - resulting in a look both\",3:\"§7fashionable and protective.\",4:\"\",5:\"§c❤ Health§8: §c250 - 300\"],Name:\"§9Miner Skeleton (Monster)\"},ExtraAttributes:{id:\"MINER_SKELETON_MONSTER\"}}",
  "damage": 0,
  "lore": [
    "§7These skeletons have crafted",
    "§7gear from the diamonds around§",
    "§7them - resulting in a look both",
    "§7fashionable and protective.",
    "",
    "§c❤ Health§8: §c250 - 300"
  ],
  "internalname": "MINER_SKELETON_MONSTER",
  "clickcommand": "viewrecipe",
  "modver": "2.1.0-REL",
  "infoType": "WIKI_URL",
  "info": [
    "https://hypixel-skyblock.fandom.com/wiki/Skeleton",
    "https://wiki.hypixel.net/Miner_Skeleton"
  ],
  "crafttext": "",
  "recipes": [
    {
      "level": 15,
      "coins": 12,
      "xp": 30,
      "combat_xp": 20,
      "name": "§cMiner Skeleton",
      "render": "@neurepo:mobs/miner_skeleton.json",
      "panorama": "mining_2",
      "type": "drops",
      "drops": [
        {
          "id": "BONE",
          "chance": "100%"
        },
        {
          "id": "TANK_MINER_HELMET",
          "chance": "1%"
        },
        {
          "id": "TANK_MINER_CHESTPLATE",
          "chance": "1%"
        },
        {
          "id": "TANK_MINER_LEGGINGS",
          "chance": "1%"
        },
        {
          "id": "TANK_MINER_BOOTS",
          "chance": "1%"
        },
        {
          "id": "PET_ITEM_EXP_SHARE_DROP:1",
          "chance": "0.01%"
        },
        {
          "id": "DYE_BONE",
          "chance": "0.0000333%"
        }
      ]
    }
  ]
}