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

23 lines
2.1 KiB

Config = Config or {}
Config.Beachkv = {
[1] = {id = 1,key = [[ open_day_to_kf ]],value = 3,desc = [[ 魅力海滩多少天后进入跨服 ]]},
[2] = {id = 2,key = [[ buy_times_money ]],value = [[ [{1,10}] ]],desc = [[ 魅力海滩购买投票次数价格(绑钻) ]]},
[3] = {id = 3,key = [[ send_exp_time ]],value = 5,desc = [[ 魅力海滩获得经验时间间隔(秒) ]]},
[4] = {id = 4,key = [[ reward_to_over_time ]],value = 10,desc = [[ 魅力海滩结算到结束的时间 ]]},
[7] = {id = 7,key = [[ free_vote_times ]],value = 5,desc = [[ 海滩免费投票次数 ]]},
[10] = {id = 10,key = [[ solo_interval ]],value = 10,desc = [[ 舞台solo时间间隔(秒) ]]},
[13] = {id = 13,key = [[ max_exp_reward ]],value = 890,desc = [[ 最多可获得经验时间(s)[排除10秒提前结算时间] ]]},
[14] = {id = 14,key = [[ kf_scene ]],value = 6110,desc = [[ 跨服场景 ]]},
[15] = {id = 15,key = [[ bf_scene ]],value = 6100,desc = [[ 本服场景 ]]},
[16] = {id = 16,key = [[ max_people ]],value = 50,desc = [[ 房间内每条分线最大人数 ]]},
[17] = {id = 17,key = [[ born_loc ]],value = [[ [{1208,2280,300},{899,1797,500},{1003,1014,500},{1782,710,500},{1606,805,500},{2352,1026,300}] ]],desc = [[ 出生点[{x, y, radius}],会在列表的圆中随机一个点 ]]},
[18] = {id = 18,key = [[ servers_each_room ]],value = 2,desc = [[ 多少个服一个房间 ]]},
[19] = {id = 19,key = [[ buy_vote_times ]],value = 10,desc = [[ 经验可获得次数 ]]},
[20] = {id = 20,key = [[ vote_exp_ratio ]],value = 1000,desc = [[ 投票经验系数 ]]},
[21] = {id = 21,key = [[ solo_dance_point ]],value = [[ [1848,1706] ]],desc = [[ 个人秀舞台位置 ]]},
[22] = {id = 22,key = [[ list_max ]],value = 100,desc = [[ 列表最大长度 ]]},
[23] = {id = 23,key = [[ vip_add ]],value = 20,desc = [[ vip4经验加成 ]]},
[24] = {id = 24,key = [[ first_reward ]],value = 432003,desc = [[ 第一名称号 ]]},
[25] = {id = 25,key = [[ dancer_name ]],value = [[ "舞王" ]],desc = [[ 初始假人名 ]]},
[26] = {id = 26,key = [[ dummy_num ]],value = 6,desc = [[ 背景假人数量 ]]},
}