{
  "pools": [
    {
      "name": "mod_lavacow:skeleton_king",
      "rolls": {
        "min": 2,
        "max": 3
      },
      "entries": [
        {
          "type": "item",
          "name": "minecraft:bone",
          "weight": 50,
          "functions": [
            {
              "function": "minecraft:set_count",
              "count": {
                "min": 3,
                "max": 6
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:gold_ingot",
          "weight": 25,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 3,
                "max": 4
              }
            }
          ]

        },
        {
          "type": "item",
          "name": "minecraft:iron_ingot",
          "weight": 15,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 3,
                "max": 4
              }
            }
          ]

        },
        {
          "type": "item",
          "name": "mod_lavacow:hatred_shard",
          "weight": 15,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 3,
                "max": 4
              }
            }
          ]

        },
        {
          "type": "item",
          "name": "minecraft:book",
          "weight": 8,
          "functions": [
            {
              "function": "enchant_with_levels",
              "levels": 30,
              "treasure": true
            }
          ]
        }
      ]
    },
    {
      "name": "mod_lavacow:skeleton_king",
      "rolls": 1,
      "entries": [
        {
          "type": "item",
          "weight": 1,
          "name": "mod_lavacow:skeletonking_crown",
          "conditions":[
            {

              "condition": "minecraft:random_chance_with_looting",
              "chance": 1.0,
              "looting_multiplier": 0.0
            }
          ]
        }
      ]
    },
    {
      "name": "mod_lavacow:skeleton_king",
      "rolls": 1,
      "entries": [
        {
          "type": "item",
          "weight": 1,
          "name": "mod_lavacow:swinemask",
          "functions":[
            {
              "function": "enchant_randomly",
              "treasure": true
            }
          ]
        },
        {
          "type": "item",
          "weight": 1,
          "name": "mod_lavacow:reapers_scythe",
          "functions":[
            {
              "function": "enchant_randomly",
              "treasure": true
            }
          ]
        },
        {
          "type": "item",
          "weight": 1,
          "name": "mod_lavacow:famine",
          "functions":[
            {
              "function": "enchant_randomly",
              "treasure": true
            }
          ]
        },
        {
          "type": "item",
          "weight": 1,
          "name": "mod_lavacow:sludge_wand",
          "functions":[
            {
              "function": "enchant_randomly",
              "treasure": true
            }
          ]
        },
        {
          "type": "item",
          "weight": 1,
          "name": "mod_lavacow:war",
          "functions":[
            {
              "function": "enchant_randomly",
              "treasure": true
            }
          ]
        },
        {
          "type": "item",
          "weight": 1,
          "name": "mod_lavacow:piranhalauncher",
          "functions":[
            {
              "function": "enchant_randomly",
              "treasure": true
            }
          ]
        },
        {
          "type": "item",
          "weight": 1,
          "name": "mod_lavacow:halo_necklace"
        },
        {
          "type": "item",
          "weight": 1,
          "name": "mod_lavacow:dreamcatcher"
        },
        {
          "type": "item",
          "weight": 1,
          "name": "mod_lavacow:faminearmor_helmet",
          "functions":[
            {
              "function": "enchant_randomly",
              "treasure": true
            }
          ]
        },
        {
          "type": "item",
          "weight": 1,
          "name": "mod_lavacow:faminearmor_chestplate",
          "functions":[
            {
              "function": "enchant_randomly",
              "treasure": true
            }
          ]
        },
        {
          "type": "item",
          "weight": 1,
          "name": "mod_lavacow:spectral_dagger",
          "functions":[
            {
              "function": "enchant_randomly",
              "treasure": true
            }
          ]
        },
        {
          "type": "item",
          "weight": 1,
          "name": "mod_lavacow:beast_claw",
          "functions":[
            {
              "function": "enchant_randomly",
              "treasure": true
            }
          ]
        }
      ]
    }
  ]
}