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