aboutsummaryrefslogtreecommitdiff
path: root/items/MIMIC_MONSTER.json
blob: 3b7704b715d9d1493bb26053608dedea64071b91 (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
{
  "itemid": "minecraft:skull",
  "displayname": "§9Mimic (Monster)",
  "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d6af0fbb-0321-32df-96af-0fbb0321d2df\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTE5YzEyNTQzYmM3NzkyNjA1ZWY2OGUxZjg3NDlhZThmMmEzODFkOTA4NWQ0ZDRiNzgwYmExMjgyZDM1OTdhMCJ9fX0\"}]}},display:{Lore:[0:\"§7Mimics are a type of Dungeon Mobs that\",1:\"§7rarely take the place of a secret\",2:\"§7chest in Dungeons. They can appear\",3:\"§7in Floor VI and above. They have varying\",4:\"§7health from §c1M❤ §7to §c2M❤§7.\",5:\"§7In Master Mode, they have up to §c150M❤§7.\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§9Mimic Fragment\"],Name:\"§9Mimic (Monster)\"},ExtraAttributes:{id:\"MIMIC_MONSTER\"}}",
  "damage": 3,
  "lore": [
    "§7Mimics are a type of Dungeon Mobs that",
    "§7rarely take the place of a secret",
    "§7chest in Dungeons. They can appear",
    "§7in Floor VI and above. They have varying",
    "§7health from §c1M❤ §7to §c2M❤§7.",
    "§7In Master Mode, they have up to §c150M❤§7.",
    "",
    "§6§lPossible Drops:",
    "§9Mimic Fragment"
  ],
  "internalname": "MIMIC_MONSTER",
  "clickcommand": "",
  "modver": "2.1.1-PRE",
  "infoType": "WIKI_URL",
  "info": [
    "https://hypixel-skyblock.fandom.com/wiki/Mimic",
    "https://wiki.hypixel.net/Mimic"
  ],
  "crafttext": "",
  "recipes": [
    {
      "name": "§cMimic",
      "coins": 1,
      "xp": 30,
      "render": "@neurepo:mobs/mimic.json",
      "type": "drops",
      "drops": [
        {
          "id": "MIMIC_FRAGMENT",
          "chance": "100%"
        }
      ]
    }
  ]
}