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

10 lines
275 B

  1. Config = Config or {}
  2. Config.ConfigSceneDangerEffect = Config.ConfigSceneDangerEffect or {}
  3. --场景类型
  4. Config.ConfigSceneDangerEffect.Type = {
  5. [2] = true,--副本场景
  6. [3] = true,--boss场景
  7. [7] = true,--巅峰竞技
  8. [13] = true,--彩钻大战
  9. [14] = true,--1Vn
  10. }