aboutsummaryrefslogtreecommitdiff
path: root/items/CRYPT_LURKER_MONSTER.json
blob: 0f96c923d61af86b3c67295cee60564a4589bcc1 (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
{
  "itemid": "minecraft:skull",
  "displayname": "§9Crypt Lurker (Monster)",
  "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Lurking in the shadows\",1:\"\",2:\"§c❤ Health§8: §c12,000 - 420,000\",3:\"§c❤ Health §8(MM) : §c850,000 - 13,000,000\"],Name:\"§9Crypt Lurker (Monster)\"},ExtraAttributes:{id:\"CRYPT_LURKER_MONSTER\"}}",
  "damage": 2,
  "lore": [
    "§7Lurking in the shadows",
    "",
    "§c❤ Health§8: §c12,000 - 420,000",
    "§c❤ Health §8(MM) : §c850,000 - 13,000,000"
  ],
  "internalname": "CRYPT_LURKER_MONSTER",
  "clickcommand": "viewrecipe",
  "modver": "2.1.0-REL",
  "infoType": "WIKI_URL",
  "info": [
    "https://hypixel-skyblock.fandom.com/wiki/Crypt_Lurker",
    "https://wiki.hypixel.net/Crypt_Lurker"
  ],
  "crafttext": "",
  "recipes": [
    {
      "combat_xp": 40,
      "coins": 1,
      "xp": 30,
      "name": "§cCrypt Dreadlord",
      "panorama": "dungeon",
      "render": "@neurepo:mobs/crypt_lurker.json",
      "type": "drops",
      "drops": [
        {
          "id": "PREMIUM_FLESH",
          "chance": "5%"
        }
      ]
    }
  ]
}