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

10 lines
677 B

Config = Config or {}
Config.Onhookkeyvalues = {
[1] = {id = 1,value = [[ 20*3600 ]],about = [[ 最大离线挂机时间(s) ]]},
[2] = {id = 2,value = 60,about = [[ 至少需要多少剩余时间才开启挂机(s) ]]},
[3] = {id = 3,value = 600,about = [[ 至少需要进入离线挂机多久后才有收益(s) ]]},
[4] = {id = 4,value = 2,about = [[ 一个挂机点假人最大显示数量 ]]},
[5] = {id = 5,value = [[ 10*3600 ]],about = [[ 玩家创角时赠送的挂机时间(s) ]]},
[6] = {id = 6,value = 10,about = [[ 服务器重启后每分钟处理多少个挂机玩家 ]]},
[7] = {id = 7,value = 125,about = [[ 离线挂机开启等级 ]]},
}