summaryrefslogblamecommitdiff
path: root/bar.json
blob: c19e5eec093666851cf534935debd1e2cf5e72fe (plain) (tree)
1
2
3
4
5
6
7
8
9
10

     



                               
                     
                                                                                                                                                                       

                        
                                              
                         

              
                                              
                         

              
                                              


                          
                                                      
                          



             



                         
                     
                                                                                              


                                                                                                      
                          

              
                                              
                          



             

























                                                                                                            



                               
                     
                                                                               

                        
                              


                        
                              


                          
                                              





                          
[
    {
        "price": 200,
        "currency": "crystals",
        "enabled": true,
        "min_draws": 10,
        "banner": "",
        "details": "Use your crystals to hire the most powerful units ever!\n\n4★ chance:  1.00 %\n3★ chance:  3.00 %\n2★ chance: 35.00 %\n1★ chance: 61.00 %",
        "tavern_list": [
            {
            "units": [104001, 104002, 104003],
            "chance": 100
            },
            {
            "units": [103001, 103002, 103003],
            "chance": 300
            },
            {
            "units": [102001, 102002, 102003],
            "chance": 3500
            },
            {
            "units": [101001, 101002, 101003, 101004],
            "chance": 6100
            }
        ]
    },
    {
        "price": 1000,
        "currency": "gp",
        "enabled": true,
        "min_draws": 10,
        "banner": "",
        "details": "Strengthen your units!\n\nFairies chance:  10.00 %\n1★ chance: 90.00 %",
        "tavern_list": [
            {
            "units": [900001, 900002, 900003, 900004, 900005, 900011, 900012, 900013, 900014, 900015],
            "chance": 1000
            },
            {
            "units": [101001, 101002, 101003],
            "chance": 9000
            }
        ]
    },
    {
        "price": 350,
        "currency": "crystals",
        "enabled": false,
        "min_draws": 5,
        "banner": "xmas2020",
        "details": "Merry Christmas!\n4★/3★ exclusive: 20.00%\n3★: 5.00%\n2★: 25.00%\n1★: 50.00%",
        "tavern_list": [
            {
            "units": [104001, 103001],
            "chance": 2000
            },
            {
            "units": [103001, 103002, 103003],
            "chance": 500
            },
            {
            "units": [102001, 102002, 102003],
            "chance": 2500
            },
            {
            "units": [101001, 101002, 101003],
            "chance": 5000
            }
        ]
    },
    {
        "price": 50,
        "currency": "crystals",
        "enabled": false,
        "min_draws": 9999,
        "banner": "",
        "details": "The standard debug tavern, for your development purposes.",
        "tavern_list": [
            {
            "units": [103001],
            "chance": 10
            },
            {
            "units": [102001],
            "chance": 1000
            },
            {
            "units": [101001, 101002, 101003],
            "chance": 8990
            }
        ]
    }
]