|
Config = Config or {}
|
|
Config.Naturekv = {
|
|
[1] = {id = 1,key = [[ rand_nature_value ]],constant = [[ [0,70] ]],remark = [[ 随机点数 ]]},
|
|
[2] = {id = 2,key = [[ daily_nature_range1 ]],constant = [[ [0,50] ]],remark = [[ 今天您心情有点低落哟 ]]},
|
|
[3] = {id = 3,key = [[ daily_nature_range2 ]],constant = [[ [50,150] ]],remark = [[ 今天您心情比较平稳 ]]},
|
|
[4] = {id = 4,key = [[ unlock ]],constant = 10,remark = [[ 章节解锁点数 ]]},
|
|
[5] = {id = 5,key = [[ show_numbers ]],constant = 8,remark = [[ 标签展示数量 ]]},
|
|
[6] = {id = 6,key = [[ box_mon_interval ]],constant = 86400,remark = [[ 宝箱怪刷新间隔 ]]},
|
|
[7] = {id = 7,key = [[ box_mon_times ]],constant = 5,remark = [[ 单日玩家宝箱采集次数 ]]},
|
|
[8] = {id = 8,key = [[ interval ]],constant = [[ [1,5,10,20,50,100,150,200,350,450,600,750,999] ]],remark = [[ 性格突破等级点 ]]},
|
|
}
|