源战役客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 regels
382 B

1 maand geleden
  1. Config = Config or {}
  2. Config.Capsuleeggtimes = {
  3. ["1@3"] = {pool_type = 1,draw_times = 3,select_color = 2},
  4. ["1@25"] = {pool_type = 1,draw_times = 25,select_color = 2},
  5. ["1@55"] = {pool_type = 1,draw_times = 55,select_color = 2},
  6. ["1@112"] = {pool_type = 1,draw_times = 112,select_color = 2},
  7. ["1@192"] = {pool_type = 1,draw_times = 192,select_color = 2},
  8. }