[
{
"price": 200,
"currency": "crystals",
"enabled": true,
"min_draws": 10,
"banner": "",
"details": "Use your crystals to hire the most powerful units ever!\n\n4★ chance: 0.75 %\n3★ chance: 2.00 %\n2★ chance: 15.00 %\n1★ chance: 82.25 %",
"tavern_list": [
{
"units": [100122, 100165, 100190, 100212],
"chance": 75
},
{
"units": [100073, 100101, 100104, 100119],
"chance": 200
},
{
"units": [100021, 100032, 100051, 100052],
"chance": 3500
},
{
"units": [100001, 100002, 100003, 100006, 100012],
"chance": 6225
}
]
},
{
"price": 1000,
"currency": "gp",
"enabled": true,
"min_draws": 10,
"banner": "",
"details": "Strengthen your units!\n\nFairies chance: 2.00 %\n1★ chance: 98.00 %",
"tavern_list": [
{
"units": [900001, 900002, 900003, 900004, 900005, 900011, 900012, 900013, 900014, 900015],
"chance": 200
},
{
"units": [100001, 100002, 100003, 100006, 100012],
"chance": 9800
}
]
},
{
"price": 50,
"currency": "crystals",
"enabled": false,
"min_draws": 9999,
"banner": "",
"details": "The standard debug tavern, for your development purposes.",
"tavern_list": [
{
"units": [100122],
"chance": 10
},
{
"units": [100021],
"chance": 1000
},
{
"units": [100001, 100002, 100003],
"chance": 8990
}
]
}
]