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

15 lines
1.1 KiB

Config = Config or {}
Config.Guilddemonkv = {
["act_time"] = {key = [[ act_time ]],value = 60,desc = [[ 有效参与实践 ]]},
["auction_reward"] = {key = [[ auction_reward ]],value = [[ [{0,230101,1},{0,230102,1},{0,230103,1}] ]],desc = [[ 拍卖奖励 ]]},
["continue_time"] = {key = [[ continue_time ]],value = 600,desc = [[ 每场持续时间 ]]},
["demon_scene"] = {key = [[ demon_scene ]],value = 4100,desc = [[ 活动场景 ]]},
["hp_rate"] = {key = [[ hp_rate ]],value = 20,desc = [[ 每次提高血量 ]]},
["init_hp"] = {key = [[ init_hp ]],value = 10000000,desc = [[ 初始实际血量 ]]},
["init_line"] = {key = [[ init_line ]],value = 5,desc = [[ 初始分线 ]]},
["mon"] = {key = [[ mon ]],value = 652001,desc = [[ 怪物id ]]},
["mon_pos"] = {key = [[ mon_pos ]],value = [[ [15213,7949] ]],desc = [[ 怪物位置 ]]},
["person_reward"] = {key = [[ person_reward ]],value = [[ [{0,102402,1},{0,102401,1},{0,102403,1}] ]],desc = [[ 个人奖励 ]]},
["rank_guild"] = {key = [[ rank_guild ]],value = 10,desc = [[ 社团榜单上限 ]]},
["rank_role"] = {key = [[ rank_role ]],value = 20,desc = [[ 个人榜单上限 ]]},
}