{
    "entries": [
        {
            "roll": {
                "type": "uniform",
                "min": 1,
                "max": 1
            },
            "pool": [
                {
                    "weight": 1,
                    "pool": [
                        {
                            "weight": 5,
                            "item": {
                              "id": "the_vault:jewel",
                              "nbt": {
                                "the_vault:gear_unique_pool": "the_vault:pax",
                                "the_vault:gear_roll_type": "Unique"
                              },
                              "count": {
                                "type": "uniform",
                                "min": 1,
                                "max": 1
                                }
                            }
                        }
                    ]
                },
                {
                    "weight": 1,
                    "pool": [
                        {
                            "weight": 5,
                            "item": {
                              "id": "the_vault:boots",
                              "nbt": {
                                "the_vault:gear_unique_pool": "the_vault:frostguards",
                                "the_vault:gear_roll_type": "Unique"
                              },
                              "count": {
                                "type": "uniform",
                                "min": 1,
                                "max": 1
                                }
                            }
                        }
                    ]
                }
            ]
        },
        {
            "roll": {
                "type": "uniform",
                "min": 1,
                "max": 1
            },
            "pool": [
                {
                    "weight": 1,
                    "pool": [
                        {
                            "weight": 1,
                            "item": {
                              "id": "the_vault:unique_crate_scroll",
                              "count": {
                                "type": "uniform",
                                "min": 1,
                                "max": 1
                                }
                            }
                        }
                    ]
                },
                {
                    "weight": 1,
                    "pool": [
                        {
                            "weight": 10,
                            "item": {
                              "id": "minecraft:air",
                              "count": {
                                "type": "uniform",
                                "min": 1,
                                "max": 1
                                }
                            }
                        }
                    ]
                }
            ]
        }
    ]
}