{
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "item",
          "name": "minecraft:golden_sword",
          "weight": 95,
          "functions": [
            {
              "function": "looting_enchant",
              "count": {
                "min": 0,
                "max": 1
              }
            },
            {
              "function": "enchant_random_gear",
              "chance": 0.25
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:golden_spear",
          "weight": 5,
          "functions": [
            {
              "function": "looting_enchant",
              "count": {
                "min": 0,
                "max": 1
              }
            },
            {
              "function": "enchant_random_gear",
              "chance": 0.25
            }
          ]
        }
      ]
    }
  ]
}
