aboutsummaryrefslogtreecommitdiff
path: root/items/ZOMBIE_GRUNT_MONSTER.json
blob: 9eb70e6bab975eace085bdaf4559494c7da3a0ac (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
{
  "itemid": "minecraft:skull",
  "displayname": "§9Zombie Grunt (Monster)",
  "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Just more grunts in the platoon\",1:\"\",2:\"§c❤ Health§8: §c22,000 - 120,000\",3:\"§c❤ Health §8(MM) : §c1,600,000 - 3,000,000\"],Name:\"§9Zombie Grunt (Monster)\"},ExtraAttributes:{id:\"ZOMBIE_GRUNT_MONSTER\"}}",
  "damage": 2,
  "lore": [
    "§7Just more grunts in the platoon",
    "",
    "§c❤ Health§8: §c22,000 - 120,000",
    "§c❤ Health §8(MM) : §c1,600,000 - 3,000,000"
  ],
  "internalname": "ZOMBIE_GRUNT_MONSTER",
  "clickcommand": "viewrecipe",
  "modver": "2.1.0-REL",
  "infoType": "WIKI_URL",
  "info": [
    "https://hypixel-skyblock.fandom.com/wiki/Zombie_Grunt",
    "https://wiki.hypixel.net/Zombie_Grunt"
  ],
  "crafttext": "",
  "recipes": [
    {
      "combat_xp": 40,
      "coins": 1,
      "xp": 30,
      "name": "§cZombie Grunt",
      "panorama": "dungeon",
      "render": "@neurepo:mobs/zombie_grunt.json",
      "type": "drops",
      "drops": [
        {
          "id": "ROTTEN_HELMET",
          "chance": "5%"
        },
        {
          "id": "ROTTEN_CHESTPLATE",
          "chance": "5%"
        },
        {
          "id": "ROTTEN_LEGGINGS",
          "chance": "5%"
        },
        {
          "id": "ROTTEN_BOOTS",
          "chance": "5%"
        },
        {
          "id": "ENCHANTED_ROTTEN_FLESH",
          "chance": "2%"
        },
        {
          "id": "PREMIUM_FLESH",
          "chance": "0.5%"
        }
      ]
    }
  ]
}