{
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "item",
          "name": "minecraft:emerald",
          "weight": 5,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 4,
                "max": 10
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:wind_charge",
          "weight": 4,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 8,
                "max": 12
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:arrow",
          "weight": 3,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 4,
                "max": 12
              }
            },
            {
              "function": "set_potion",
              "id": "strong_slowness"
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:diamond",
          "weight": 2,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 2,
                "max": 3
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:ominous_bottle",
          "weight": 1,
          "functions": [
            {
              "function": "set_count",
              "count": 1.0
            },
            {
              "function": "set_ominous_bottle_amplifier",
              "amplifier": {
                "min": 2,
                "max": 4
              }
            }
          ]
        }
      ]
    }
  ]
}