aboutsummaryrefslogtreecommitdiff
path: root/items/ZOMBIE_KNIGHT_MONSTER.json
blob: d8f163beb55ff52855598d7297f98e198cde98ec (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
{
  "itemid": "minecraft:skull",
  "displayname": "§9Zombie Knight (Monster)",
  "nbttag": "{HideFlags:254,SkullOwner:{Id:\"34af9e21-dff4-3b94-9fb5-07816e41af75\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjVkMmYzMWJhMTYyZmU2MjcyZTgzMWFlZDE3ZjUzMjEzZGI2ZmExYzRjYmU0ZmM4MjdmMzk2M2NjOThiOSJ9fX0\"}]}},display:{Lore:[0:\"§7Knighted by Necron himself.\",1:\"\",2:\"§c❤ Health§8: §c170,000 - 1.280,000\",3:\"§c❤ Health §8(MM) : §c7,000,000 - 40,000,000\"],Name:\"§9Zombie Knight (Monster)\"},ExtraAttributes:{id:\"ZOMBIE_KNIGHT_MONSTER\"}}",
  "damage": 3,
  "lore": [
    "§7Knighted by Necron himself.",
    "",
    "§c❤ Health§8: §c170,000 - 1.280,000",
    "§c❤ Health §8(MM) : §c7,000,000 - 40,000,000"
  ],
  "internalname": "ZOMBIE_KNIGHT_MONSTER",
  "clickcommand": "viewrecipe",
  "modver": "2.1.0-REL",
  "infoType": "WIKI_URL",
  "info": [
    "https://hypixel-skyblock.fandom.com/wiki/Zombie_Knight",
    "https://wiki.hypixel.net/Zombie_Knight"
  ],
  "crafttext": "",
  "recipes": [
    {
      "combat_xp": 95,
      "coins": 1,
      "xp": 30,
      "name": "§cZombie Knight",
      "panorama": "dungeon",
      "render": "@neurepo:mobs/zombie_knight.json",
      "type": "drops",
      "drops": [
        {
          "id": "ZOMBIE_KNIGHT_HELMET",
          "chance": "4%"
        },
        {
          "id": "ZOMBIE_KNIGHT_CHESTPLATE",
          "chance": "4%"
        },
        {
          "id": "ZOMBIE_KNIGHT_LEGGINGS",
          "chance": "4%"
        },
        {
          "id": "ZOMBIE_KNIGHT_BOOTS",
          "chance": "4%"
        },
        {
          "id": "ENCHANTED_ROTTEN_FLESH",
          "chance": "2%"
        },
        {
          "id": "ZOMBIE_KNIGHT_SWORD",
          "chance": "2%"
        },
        {
          "id": "PREMIUM_FLESH",
          "chance": "0.1%"
        }
      ]
    }
  ]
}