import { FrameworkConfig, WebServerConfig } from "cgserver"; export class CardConfig extends FrameworkConfig { All={} AA={} Wait_Begin_Time=1000*60*10 //创建多长时间后解散 Dismiss_Timeout_Time=1000*60*10 //解散倒计时 Prepare_Timeout_Time=25000 //准备倒计时 Next_Game_Timeout_Time=5000 //下一局游戏的间隔时间 list=[{base_point:10,min:500,max:10000}, {base_point:50,min:5000,max:100000}, {base_point:100,min:10000,max:-1}] robot_timeout_num=3 //连续多少次超时会被托管 robot= { user: { id_min:120306, id_max:130306, logo_min:1, logo_max:160, crystal_min:10, crystal_max:1000, }, ai: { leave_rate:20, } } gmcfg:WebServerConfig=null test=false constructor(filename) { super(filename) } }