aboutsummaryrefslogtreecommitdiff
path: root/items/GRAVEL_SKELETON_MONSTER.json
blob: 5efb2555acb71d98a655984a17a93d29b84a5f99 (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": "§aGravel Skeleton (Monster)",
  "nbttag": "{display:{Lore:[0:\"§7These Skeletons just never say\",1:\"§7die.\",2:\"\",3:\"§c❤ Health§8: §c100\"],Name:\"§aGravel Skeleton (Monster)\"},ExtraAttributes:{id:\"GRAVEL_SKELETON_MONSTER\"}}",
  "damage": 0,
  "lore": [
    "§7These Skeletons just never say",
    "§7die.",
    "",
    "§c❤ Health§8: §c100"
  ],
  "internalname": "GRAVEL_SKELETON_MONSTER",
  "clickcommand": "viewrecipe",
  "modver": "2.1.0-REL",
  "infoType": "WIKI_URL",
  "info": [
    "https://hypixel-skyblock.fandom.com/wiki/Skeleton",
    "https://wiki.hypixel.net/Gravel_Skeleton"
  ],
  "crafttext": "",
  "recipes": [
    {
      "level": 2,
      "coins": 1,
      "xp": 1,
      "name": "§cGravel Skeleton",
      "panorama": "combat_1",
      "render": "Skeleton",
      "type": "drops",
      "drops": [
        {
          "id": "BONE",
          "chance": "x3-6"
        },
        {
          "id": "DYE_BONE",
          "chance": "0.0000333%"
        }
      ]
    }
  ]
}