{
  "id": "bird-bonus-loot-table",
  "name": "BirdBonusLootTable",
  "rawClassName": "LootTableDefinition",
  "sourceFile": "MonoBehaviour/BirdBonusLootTable.asset",
  "addedInPatch": "45eba068",
  "entries": [
    {
      "item": {
        "kind": "item",
        "id": "poultry"
      },
      "rarity": 1,
      "weight": 1,
      "chance": "5.26%",
      "minQuantity": 3,
      "maxQuantity": 6
    },
    {
      "item": {
        "kind": "item",
        "id": "feather"
      },
      "rarity": 0,
      "weight": 3,
      "chance": "15.79%",
      "minQuantity": 1,
      "maxQuantity": 1
    },
    {
      "item": {
        "kind": "item",
        "id": "talons"
      },
      "rarity": 1,
      "weight": 1,
      "chance": "5.26%",
      "minQuantity": 1,
      "maxQuantity": 1
    },
    {
      "item": {
        "kind": "item",
        "id": "small-animal-bones"
      },
      "rarity": 0,
      "weight": 1,
      "chance": "5.26%",
      "minQuantity": 1,
      "maxQuantity": 1
    },
    {
      "item": {
        "kind": "item",
        "id": "none"
      },
      "rarity": 0,
      "weight": 13,
      "chance": "68.42%",
      "minQuantity": 1,
      "maxQuantity": 1
    }
  ],
  "giveItemsAsStacks": true,
  "ignoreWeightAndGiveOneOfEach": false
}