{
  "__comment": "Dragon skull, blood and heart drops are handled differently and can be disabled in ice_and_fire.cfg. The customize_to_dragon tag changes items to appear like the dragon(ex. red dragon scales -> blue dragon scales), and scales the stack size to the dragon's as well.",
  "pools": [
    {
      "name": "lightning_dragon_skeleton",
      "rolls": 2,
      "entries": [
        {
          "type": "item",
          "name": "iceandfire:dragonbone",
          "weight": 1,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "type": "minecraft:constant",
                "value": 1
              }
            },
            {
              "function": "iceandfire:dragon_loot"
            }
          ]
        },
		{
          "type": "item",
          "name": "kubejs:lightning_pearl",
          "weight": 1,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "type": "minecraft:constant",
                "value": 4
              }
            }
          ]
        }
      ]
    }
  ]
}