{
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "loot_table",
          "name": "loot_tables/chests/trial_chambers/reward_common.json",
          "weight": 2
        },
        {
          "type": "loot_table",
          "name": "loot_tables/chests/trial_chambers/reward_rare.json",
          "weight": 8
        }
      ]
    },
    {
      "rolls": {
        "min": 1,
        "max": 3
      },
      "entries": [
        {
          "type": "loot_table",
          "name": "loot_tables/chests/trial_chambers/reward_common.json",
          "weight": 1
        }
      ]
    },
    {
      "rolls": 1,
      "entries": [
        {
          "type": "loot_table",
          "name": "loot_tables/chests/trial_chambers/reward_unique.json",
          "weight": 1
        }
      ],
      "conditions": [
        {
          "condition": "random_chance",
          "chance": 0.25
        }
      ]
    }
  ]
}