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

13 lines
1.0 KiB

Config = Config or {}
--开服活动预览的静态配置
Config.ConfigKFActPreview = {}
Config.ConfigKFActPreview.ActInfo =
{
[1] = {day = 1,name = "社团晚宴",time = "活动时间:\n20:30 ~ 20:45",desc = "成员齐聚\n吃酒答题狂升级",mod_id = 402,jump_id = 2,bg_res = "act_img_1",icon_type =9,},
[2] = {day = 2,name = "社团战(定级)",time = "活动时间:\n20:30 ~ 20:55",desc = "社团对抗\n真假实力见真章",mod_id = 402,jump_id = 4,bg_res = "act_img_2",icon_type =15,},
[3] = {day = 3,name = "守卫社团",time = "活动时间:\n20:30 ~ 20:50",desc = "敌军入侵\n成员携力护水晶",mod_id = 402,jump_id = 3,bg_res = "act_img_3",icon_type =35,},
[4] = {day = 4,name = "社团战(王者)",time = "活动时间:\n20:30 ~ 20:55",desc = "社团决战\n王者神殿唯我独尊",mod_id = 402,jump_id = 4,bg_res = "act_img_4",icon_type =15,},
[5] = {day = 5,name = "社团晚宴",time = "活动时间:\n20:30 ~ 20:45",desc = "成员齐聚\n吃酒答题狂升级",mod_id = 402,jump_id = 2,bg_res = "act_img_1",icon_type =9,},
}