{
  "id": "ram-bonus-loot-table",
  "name": "RamBonusLootTable",
  "rawClassName": "LootTableDefinition",
  "sourceFile": "MonoBehaviour/RamBonusLootTable.asset",
  "addedInPatch": "45eba068",
  "entries": [
    {
      "item": {
        "kind": "item",
        "id": "hooves"
      },
      "rarity": 1,
      "weight": 100,
      "chance": "6.67%",
      "minQuantity": 1,
      "maxQuantity": 1
    },
    {
      "item": {
        "kind": "item",
        "id": "small-animal-bones"
      },
      "rarity": 0,
      "weight": 300,
      "chance": "20.00%",
      "minQuantity": 1,
      "maxQuantity": 1
    },
    {
      "item": {
        "kind": "item",
        "id": "thin-hide"
      },
      "rarity": 1,
      "weight": 100,
      "chance": "6.67%",
      "minQuantity": 5,
      "maxQuantity": 10
    },
    {
      "item": {
        "kind": "item",
        "id": "none"
      },
      "rarity": 0,
      "weight": 1000,
      "chance": "66.67%",
      "minQuantity": 1,
      "maxQuantity": 1
    }
  ],
  "giveItemsAsStacks": true,
  "ignoreWeightAndGiveOneOfEach": false
}