源战役客户端
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
1.3 KiB

  1. Config = Config or {}
  2. Config.Actbosskv = {
  3. ["boss_exist"] = {key_content = [[ boss_exist ]],value_content = 5400,desc = [[ BOSS存在秒数 ]]},
  4. ["boss_time"] = {key_content = [[ boss_time ]],value_content = [[ [{11,30},{19,00}] ]],desc = [[ BOSS刷新时间节点 ]]},
  5. ["drop_reward"] = {key_content = [[ drop_reward ]],value_content = [[ [{100,330903,1},{100,250102,1},{100,109035,1},{100,450024,1},{100,102305,1},{100,450019,1},{100,450040,1}] ]],desc = [[ 稀有掉落奖励展示(活动界面) ]]},
  6. ["first_hurt"] = {key_content = [[ first_hurt ]],value_content = [[ [{100,450023,1},{100,450026,1}] ]],desc = [[ 第一击奖励 ]]},
  7. ["kill_reward"] = {key_content = [[ kill_reward ]],value_content = [[ [{100,109031,2},{100,102009,1}] ]],desc = [[ 参与击杀奖励 ]]},
  8. ["last_hurt"] = {key_content = [[ last_hurt ]],value_content = [[ [{100,109032,1},{100,450025,1}] ]],desc = [[ 最后一击奖励 ]]},
  9. ["share_max"] = {key_content = [[ share_max ]],value_content = 5,desc = [[ 单个BOSS分享奖励人数上限 ]]},
  10. ["share_reward"] = {key_content = [[ share_reward ]],value_content = [[ [{100,102403,1},{100,102000,1}] ]],desc = [[ 坐标分享奖励 ]]},
  11. ["team_reward"] = {key_content = [[ team_reward ]],value_content = [[ [{100,102402,2},{100,102004,1}] ]],desc = [[ 组队击杀奖励 ]]},
  12. }