{
  "entries": [
    {
      "roll": {
        "type": "uniform",
        "min": 12,
        "max": 15
      },
      "pool": [
        { "weight": 80,
          "pool": [
            {
                "weight": 8,
                "item": {
                "id": "the_vault:gilded_sconce",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
                }
            },
            {
              "weight": 12,
              "item": {
              "id": "the_vault:gilded_ingot",
              "count": {
                "type": "uniform",
                "min": 1,
                "max": 2
                }
              }
            },
            {
                "weight": 8,
                "item": {
                "id": "the_vault:topaz_shard",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
                }
            },
            {
              "weight": 10,
              "item": {
              "id": "minecraft:experience_bottle",
              "count": {
                "type": "uniform",
                "min": 1,
                "max": 1
                }
              }
            }
          ]
        },
        { "weight": 20,
        "pool": [
          {
            "weight": 16,
            "item": {
              "id": "the_vault:magic_silk",
              "count": {
                "type": "uniform",
                "min": 1,
                "max": 1
                }
            }
          },
          {
            "weight": 10,
            "item": {
              "id": "the_vault:vault_essence",
              "count": {
                "type": "uniform",
                "min": 1,
                "max": 1
                }
            }
          },
          {
            "weight": 10,
            "item": {
              "id": "the_vault:ancient_copper_ingot",
              "count": {
                "type": "uniform",
                "min": 1,
                "max": 2
                }
            }
          }
        ]
        },
        { "weight": 8,
          "pool": [
            {
              "weight": 1,
              "item": {
                "id": "the_vault:jewel_pouch",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            },
            {
              "weight": 16,
              "item": {
                "id": "the_vault:vault_diamond",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            },
            {
              "weight": 10,
              "item": {
                "id": "the_vault:dreamstone",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                  }
              }
            }
          ]
        },
        {
          "weight": 2,
          "pool": [
            {
              "weight": 27,
              "item": {
                "id": "the_vault:jewel_pouch",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                }
              }
            },
            {
              "weight": 126,
              "item": {
                "id": "the_vault:vault_diamond",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                }
              }
            },
            {
              "weight": 9,
              "item": {
                "id": "the_vault:gilded_chest_scroll",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                }
              }
            },
            {
              "weight": 36,
              "item": {
                "id": "the_vault:magnet",
                "nbt": {
                  "the_vault:gear_roll_type_pool": "ornate0"
                },
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                }
              }
            },
            {
              "weight": 2,
              "item": {
                "id": "the_vault:trinket",
                "count": {
                  "type": "uniform",
                  "min": 1,
                  "max": 1
                }
              }
            }
          ]
        }
      ]
    }
  ]
}