Config = Config or {}
|
|
Config.Capsuleeggtimes = {
|
|
["1@3"] = {pool_type = 1,draw_times = 3,select_color = 2},
|
|
["1@25"] = {pool_type = 1,draw_times = 25,select_color = 2},
|
|
["1@55"] = {pool_type = 1,draw_times = 55,select_color = 2},
|
|
["1@112"] = {pool_type = 1,draw_times = 112,select_color = 2},
|
|
["1@192"] = {pool_type = 1,draw_times = 192,select_color = 2},
|
|
}
|