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

36 lines
1.3 KiB

  1. Config = Config or {}
  2. Config.ConfigServerBoss = Config.ConfigServerBoss or {}
  3. --一共有多少障碍区
  4. Config.ConfigServerBoss.DynamicAreaCount =
  5. {
  6. [6301] = 5,
  7. [6302] = 5,
  8. [6303] = 5,
  9. [6304] = 5,
  10. }
  11. --跨服BOSS动态区域
  12. --[boss_ID] = {[1]=动态区域ID1,[2] = 动态区域ID 2}
  13. Config.ConfigServerBoss.DynamicArea = {
  14. [6301002] = {[1] = {id = 1,effect_id = {1,2}}},
  15. [6301003] = {[1] = {id = 2,effect_id = {3}}},
  16. [6301004] = {[1] = {id = 3,effect_id = {4}}},
  17. [6301005] = {[1] = {id = 4,effect_id = {5}}},
  18. [6301006] = {[1] = {id = 5,effect_id = {6,7}}},
  19. [6302002] = {[1] = {id = 1,effect_id = {1,2}}},
  20. [6302003] = {[1] = {id = 2,effect_id = {3}}},
  21. [6302004] = {[1] = {id = 3,effect_id = {4}}},
  22. [6302005] = {[1] = {id = 4,effect_id = {5}}},
  23. [6302006] = {[1] = {id = 5,effect_id = {6,7}}},
  24. [6303002] = {[1] = {id = 1,effect_id = {1,2}}},
  25. [6303003] = {[1] = {id = 2,effect_id = {3}}},
  26. [6303004] = {[1] = {id = 3,effect_id = {4}}},
  27. [6303005] = {[1] = {id = 4,effect_id = {5}}},
  28. [6303006] = {[1] = {id = 5,effect_id = {6,7}}},
  29. [6304002] = {[1] = {id = 1,effect_id = {1,2}}},
  30. [6304003] = {[1] = {id = 2,effect_id = {3}}},
  31. [6304004] = {[1] = {id = 3,effect_id = {4}}},
  32. [6304005] = {[1] = {id = 4,effect_id = {5}}},
  33. [6304006] = {[1] = {id = 5,effect_id = {6,7}}},
  34. }