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