aboutsummaryrefslogtreecommitdiff
path: root/items/LAPIS_ZOMBIE_MONSTER.json
blob: 0a1613a35dfaaee881e8ff6194526c53e027cdca (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": "§9Lapis Zombie (Monster)",
  "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7These zombies adapted to their\",1:\"§7environment, using the lapis\",2:\"§7around them as a defense\",3:\"§7mechanism.\",4:\"\",5:\"§c❤ Health§8: §c200\"],Name:\"§9Lapis Zombie (Monster)\"},ExtraAttributes:{id:\"LAPIS_ZOMBIE_MONSTER\"}}",
  "damage": 2,
  "lore": [
    "§7These zombies adapted to their",
    "§7environment, using the lapis",
    "§7around them as a defense",
    "§7mechanism.",
    "",
    "§c❤ Health§8: §c200"
  ],
  "internalname": "LAPIS_ZOMBIE_MONSTER",
  "clickcommand": "viewrecipe",
  "modver": "2.1.0-REL",
  "infoType": "WIKI_URL",
  "info": [
    "https://hypixel-skyblock.fandom.com/wiki/Lapis_Zombie",
    "https://wiki.hypixel.net/Lapis_Zombie"
  ],
  "crafttext": "",
  "recipes": [
    {
      "level": 17,
      "coins": 5,
      "xp": 10,
      "combat_xp": 12,
      "name": "§cLapis Zombie",
      "render": "@neurepo:mobs/lapis_zombie.json",
      "panorama": "mining_2",
      "type": "drops",
      "drops": [
        {
          "id": "ROTTEN_FLESH",
          "chance": "100%"
        },
        {
          "id": "LAPIS_CRYSTAL",
          "chance": "1%"
        },
        {
          "id": "LAPIS_ARMOR_HELMET",
          "chance": "1%"
        },
        {
          "id": "LAPIS_ARMOR_CHESTPLATE",
          "chance": "1%"
        },
        {
          "id": "LAPIS_ARMOR_LEGGINGS",
          "chance": "1%"
        },
        {
          "id": "LAPIS_ARMOR_BOOTS",
          "chance": "1%"
        },
        {
          "id": "PET_ITEM_EXP_SHARE_DROP:1",
          "chance": "0.01%"
        }
      ]
    }
  ]
}