{
    "entries": [
        {
            "roll": {
                "type": "uniform",
                "min": 8,
                "max": 12
            },
            "pool": [
                {
                    "weight": 1,
                    "pool": [
                        {
                            "weight": 30,
                            "item": {
                                "id": "the_vault:soul_shard",
                                "count": {
                                    "type": "uniform",
                                    "min": 64,
                                    "max": 128
                                }
                            }
                        },
                        {
                            "weight": 1,
                            "item": {
                                "id": "the_vault:soul_vortex",
                                "count": {
                                    "type": "uniform",
                                    "min": 1,
                                    "max": 1
                                }
                            }
                        }
                    ]
                }
            ]
        }
    ]
}