{
  "entries": [
    {
      "roll": {
        "type": "uniform",
        "min": 1,
        "max": 1
      },
      "pool": [
        {"weight": 70,
          "pool": [
            {
                "weight": 16,
                "item": {
                "id": "the_vault:vault_bronze",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 4
                  }
                }
            }
            
          ]
        },
        {"weight": 20,
          "pool": [
            {
                "weight": 16,
                "item": {
                "id": "the_vault:vault_bronze",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 6
                  }
                }
            },
            {
              "weight": 4,
              "item": {
              "id": "the_vault:vault_silver",
              "count": {
                "type": "uniform",
                "min": 1,
                "max": 2
                }
              }
          }
          ]
        },
        {"weight": 7,
          "pool": [
            {
                "weight": 16,
                "item": {
                "id": "the_vault:vault_bronze",
                "count": {
                  "type": "uniform",
                  "min": 3,
                  "max": 12
                  }
                }
            },
            {
              "weight": 4,
              "item": {
              "id": "the_vault:vault_silver",
              "count": {
                "type": "uniform",
                "min": 1,
                "max": 3
                }
              }
          }
          ]
        },
        {"weight": 3,
          "pool": [
            {
                "weight": 16,
                "item": {
                  "id": "the_vault:vault_bronze",
                  "count": {
                    "type": "uniform",
                    "min": 5,
                    "max": 10
                    }
                }
            },
            {
              "weight": 4,
              "item": {
                "id": "the_vault:vault_silver",
                "count": {
                  "type": "uniform",
                  "min": 2,
                  "max": 4
                  }
              }
          },
          {
            "weight": 1,
            "item": {
              "id": "the_vault:vault_gold",
              "count": {
                "type": "uniform",
                "min": 1,
                "max": 1
                }
            }
        }
          ]
        }
      ]
    }
  ]
}