{
  "type": "guardvillagers:slot",
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:loot_table",
          "name": "guardvillagers:entities/armor_sets/armor"
        }
      ]
    },
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "illager_additions:royal_guard_spear"
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:crossbow"
        }
      ],
      "functions": [
        {
          "function": "guardvillagers:slot",
          "slot": "mainhand"
        }
      ]
    },
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:bread",
          "functions": [
            {
              "function": "minecraft:set_count",
              "count": {
                "min": 1,
                "max": 8
              }
            }
          ],
          "conditions": [
            {
              "condition": "minecraft:random_chance",
              "chance": 0.1
            }
          ]
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:shield",
          "conditions": [
            {
              "condition": "minecraft:random_chance",
              "chance": 0.5
            }
          ]
        }
      ],
      "functions": [
        {
          "function": "guardvillagers:slot",
          "slot": "offhand"
        }
      ]
    }
  ]
}
