{
    "entries": [
        {
            "roll": {
                "type": "uniform",
                "min": 2,
                "max": 4
            },
            "pool": [
                {
                    "weight": 1,
                    "pool": [
                        {
                            "weight": 20,
                            "item": {
                                "id": "the_vault:grapes",
                                "count": {
                                    "type": "uniform",
                                    "min": 2,
                                    "max": 4
                                }
                            }
                        },
                    
                        {
                            "weight": 8,
                            "item": {
                                "id": "the_vault:bitter_lemon",
                                "count": {
                                    "type": "uniform",
                                    "min": 1,
                                    "max": 2
                                }
                            }
                        },
                        {
                            "weight": 5,
                            "item": {
                                "id": "the_vault:mango",
                                "count": {
                                    "type": "uniform",
                                    "min": 1,
                                    "max": 2
                                }
                            }
                        },
                        {
                            "weight": 3,
                            "item": {
                                "id": "the_vault:sour_orange",
                                "count": {
                                    "type": "uniform",
                                    "min": 1,
                                    "max": 1
                                }
                            }
                        },
                        {
                            "weight": 1,
                            "item": {
                                "id": "the_vault:star_fruit",
                                "count": {
                                    "type": "uniform",
                                    "min": 1,
                                    "max": 2
                                }
                            }
                        }
                    ]
                }
            ]
        }
    ]
}