源战役客户端
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 rivejä
726 B

1 kuukausi sitten
  1. Config = Config or {}
  2. Config.Treasurehousetask = {
  3. [1] = {id = 1,index = 1,type = 1,daily_max = 3,details = [[ {buy,[{1,100000,30}]} ]],desc = [[ 彩钻三折购买 ]],link = [[ {} ]]},
  4. [2] = {id = 2,index = 2,type = 1,daily_max = 3,details = [[ {buy,[{3,100002,500}]} ]],desc = [[ 交易券购买 ]],link = [[ {} ]]},
  5. [3] = {id = 3,index = 3,type = 2,daily_max = 1,details = [[ {checkin,1} ]],desc = [[ 每日签到 ]],link = [[ {} ]]},
  6. [4] = {id = 4,index = 4,type = 3,daily_max = 1,details = [[ {kill_mon,3} ]],desc = [[ 击杀次元幻魔 ]],link = [[ {460,3} ]]},
  7. [5] = {id = 5,index = 5,type = 3,daily_max = 1,details = [[ {kill_mon,9} ]],desc = [[ 击杀星域幻魔 ]],link = [[ {461,0} ]]},
  8. }