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

Config = Config or {}
Config.Guildbosskv = {
["act_time"] = {key = [[ act_time ]],value = 10,desc = [[ 有效参与时间 ]]},
["bgold_encourage_cost"] = {key = [[ bgold_encourage_cost ]],value = [[ {20,3} ]],desc = [[ 每次鼓舞消耗的红钻数量,次数 ]]},
["boss_step"] = {key = [[ boss_step ]],value = [[ [{enter_box,60},{enter_box,60},{enter_box,60},{enter_box,60},{enter_box,60},{enter_box,60},{enter_box,60},{enter_box,60},{enter_box,60},{enter_finish,60}] ]],desc = [[ BOSS状态 ]]},
["box_pos"] = {key = [[ box_pos ]],value = [[ [{2500,2600,800}] ]],desc = [[ 掉落物范围{x,y,半径} ]]},
["continue_time"] = {key = [[ continue_time ]],value = 600,desc = [[ 持续时间 ]]},
["drop_alive"] = {key = [[ drop_alive ]],value = 60,desc = [[ 掉落物存在时间 ]]},
["drop_space"] = {key = [[ drop_space ]],value = 300,desc = [[ 掉落间距 ]]},
["encourage_hurt"] = {key = [[ encourage_hurt ]],value = 500,desc = [[ 鼓舞一次增加伤害万分比 ]]},
["free_encourage"] = {key = [[ free_encourage ]],value = 2,desc = [[ 免费鼓舞次数 ]]},
["guild_box"] = {key = [[ guild_box ]],value = 651105,desc = [[ 掉落箱 ]]},
["maket_notice_time"] = {key = [[ maket_notice_time ]],value = 1800,desc = [[ 市场展示时间 ]]},
["min_share"] = {key = [[ min_share ]],value = 10,desc = [[ 最少分享人数 ]]},
["mon_pos"] = {key = [[ mon_pos ]],value = [[ {2500,2600} ]],desc = [[ BOSS坐标 ]]},
["mult_drop"] = {key = [[ mult_drop ]],value = 2,desc = [[ 前N个人数控制 ]]},
["rank_guild"] = {key = [[ rank_guild ]],value = 10,desc = [[ 社团榜单上榜 ]]},
["rank_role"] = {key = [[ rank_role ]],value = 30,desc = [[ 个人榜单上榜 ]]},
["real_hp"] = {key = [[ real_hp ]],value = 1000000000000000,desc = [[ 实际血量 ]]},
["roll_time"] = {key = [[ roll_time ]],value = 15,desc = [[ roll点时间 ]]},
["show_boss_reward"] = {key = [[ show_boss_reward ]],value = [[ [{100,24101014,1},{100,24201024,1},{100,24102034,1},{100,24202044,1},{100,24103054,1},{100,24203064,1},{100,24104074,1},{100,24204014,1},{100,24105024,1},{100,24105034,1},{100,24106044,1},{100,24206054,1}] ]],desc = [[ BOSS展示奖励 ]]},
["show_roll_reward"] = {key = [[ show_roll_reward ]],value = [[ [{100,102405,1},{100,102305,1},{100,101010,1},{100,101016,1},{100,230001,1},{100,230002,1},{100,230003,1},{100,230004,1},{100,230010,1}] ]],desc = [[ roll点展示奖励 ]]},
}