aboutsummaryrefslogtreecommitdiff
path: root/items/UNDEAD_SKELETON_MONSTER.json
blob: 55467a959a291ad35b3d928d18f56f853db772ef (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
{
  "itemid": "minecraft:skull",
  "displayname": "§9Undead Skeleton (Monster)",
  "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Redundant name.\",1:\"\",2:\"§c❤ Health§8: §c25,000 - 360,000\",3:\"§c❤ Health §8(MM) : §c4,500,000 - 12,800,000\"],Name:\"§9Undead Skeleton (Monster)\"},ExtraAttributes:{id:\"UNDEAD_SKELETON_MONSTER\"}}",
  "damage": 0,
  "lore": [
    "§7Redundant name.",
    "",
    "§c❤ Health§8: §c25,000 - 360,000",
    "§c❤ Health §8(MM) : §c4,500,000 - 12,800,000"
  ],
  "internalname": "UNDEAD_SKELETON_MONSTER",
  "clickcommand": "viewrecipe",
  "modver": "2.1.0-REL",
  "infoType": "WIKI_URL",
  "info": [
    "https://hypixel-skyblock.fandom.com/wiki/Dungeon_Skeletons",
    "https://wiki.hypixel.net/Undead_Skeleton"
  ],
  "crafttext": "",
  "recipes": [
    {
      "combat_xp": 36,
      "coins": 1,
      "xp": 30,
      "name": "§cUndead Skeleton",
      "panorama": "dungeon",
      "render": "@neurepo:mobs/undead_skeleton.json",
      "type": "drops",
      "drops": [
        {
          "id": "ENCHANTED_BONE",
          "chance": "2%"
        },
        {
          "id": "DYE_BONE",
          "chance": "0,0000333%"
        }
      ]
    }
  ]
}