源战役客户端
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.

9 line
735 B

  1. Config = Config or {}
  2. Config.Racerankconstant = {
  3. [1] = {id = 1,key = [[ rock_cost_1 ]],value = [[ [{0,102350,25}] ]],desc = [[ 单抽消耗 ]]},
  4. [2] = {id = 2,key = [[ rock_cost_10 ]],value = [[ [{0,102350,200}] ]],desc = [[ 十连抽消耗 ]]},
  5. [3] = {id = 3,key = [[ rock_score_1 ]],value = 1,desc = [[ 单抽所得积分 ]]},
  6. [4] = {id = 4,key = [[ rock_score_10 ]],value = 10,desc = [[ 10连抽所得积分 ]]},
  7. [5] = {id = 5,key = [[ max_rank ]],value = 50,desc = [[ 最大上榜人数 ]]},
  8. [6] = {id = 6,key = [[ cross_service_number ]],value = 10,desc = [[ 跨服服务器数 ]]},
  9. [7] = {id = 7,key = [[ random_score_area ]],value = [[ [1,10] ]],desc = [[ 单抽为全服进度贡献积分区间 ]]},
  10. }