aboutsummaryrefslogtreecommitdiff
path: root/items/MINER_ZOMBIE_MONSTER.json
blob: 121ab19b95f58cdf5cdf65ce8a3db8d72ae58b18 (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
{
  "itemid": "minecraft:skull",
  "displayname": "§9Miner Zombie (Monster)",
  "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Like their skeleton\",1:\"§7counterparts these zombies have\",2:\"§7bedazzled themselves throughout\",3:\"§7the years.\",4:\"\",5:\"§c❤ Health§8: §c250 - 300\"],Name:\"§9Miner Zombie (Monster)\"},ExtraAttributes:{id:\"MINER_ZOMBIE_MONSTER\"}}",
  "damage": 2,
  "lore": [
    "§7Like their skeleton",
    "§7counterparts these zombies have",
    "§7bedazzled themselves throughout",
    "§7the years.",
    "",
    "§c❤ Health§8: §c250 - 300"
  ],
  "internalname": "MINER_ZOMBIE_MONSTER",
  "clickcommand": "viewrecipe",
  "modver": "2.1.0-REL",
  "infoType": "WIKI_URL",
  "info": [
    "https://hypixel-skyblock.fandom.com/wiki/Miner_Zombie",
    "https://wiki.hypixel.net/Miner_Zombie"
  ],
  "crafttext": "",
  "recipes": [
    {
      "level": 15,
      "coins": 12,
      "xp": 30,
      "combat_xp": 20,
      "name": "§cMiner Zombie",
      "render": "@neurepo:mobs/miner_zombie.json",
      "panorama": "mining_2",
      "type": "drops",
      "drops": [
        {
          "id": "ROTTEN_FLESH",
          "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%"
        }
      ]
    }
  ]
}