aboutsummaryrefslogtreecommitdiff
path: root/items/ZOMBIE_MONSTER.json
blob: 004b38cf3174ac15e04ddff324d46c8b2260bb2e (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
{
  "itemid": "minecraft:skull",
  "displayname": "§aZombie (Monster)",
  "nbttag": "{display:{Lore:[0:\"§7The Zombie is a natural mob in Minecraft. Zombies\",1:\"\",2:\"§c❤ Health§8: §c100 - 707\"],Name:\"§aZombie (Monster)\"},ExtraAttributes:{id:\"ZOMBIE_MONSTER\"}}",
  "damage": 2,
  "lore": [
    "§7The Zombie is a natural mob in Minecraft. Zombies",
    "",
    "§c❤ Health§8: §c100 - 707"
  ],
  "internalname": "ZOMBIE_MONSTER",
  "clickcommand": "viewrecipe",
  "modver": "2.1.0-REL",
  "infoType": "WIKI_URL",
  "info": [
    "https://hypixel-skyblock.fandom.com/wiki/Zombie",
    "https://wiki.hypixel.net/Zombie"
  ],
  "crafttext": "",
  "recipes": [
    {
      "coins": 1,
      "xp": 1,
      "name": "§cZombie",
      "render": "Zombie",
      "panorama": "dynamic",
      "type": "drops",
      "drops": [
        {
          "id": "ROTTEN_FLESH:1",
          "chance": "100%"
        },
        {
          "id": "POISONOUS_POTATO:1",
          "chance": "2%"
        },
        {
          "id": "POTATO_ITEM:1",
          "chance": "1%"
        },
        {
          "id": "CARROT_ITEM:1",
          "chance": "1%"
        }
      ]
    }
  ]
}