{
  "id": "wolf-loot-table",
  "name": "WolfLootTable",
  "rawClassName": "LootTableDefinition",
  "sourceFile": "MonoBehaviour/WolfLootTable.asset",
  "addedInPatch": "45eba068",
  "entries": [
    {
      "item": {
        "kind": "item",
        "id": "wolf-meat"
      },
      "rarity": 1,
      "weight": 3,
      "chance": "75.00%",
      "minQuantity": 2,
      "maxQuantity": 3
    },
    {
      "item": {
        "kind": "item",
        "id": "wolf-fang"
      },
      "rarity": 2,
      "weight": 1,
      "chance": "25.00%",
      "minQuantity": 2,
      "maxQuantity": 3
    }
  ],
  "giveItemsAsStacks": false,
  "ignoreWeightAndGiveOneOfEach": false
}