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

16 lines
268 B

  1. Config = Config or {}
  2. Config.ConfigEffectsSpeed = Config.ConfigEffectsSpeed or {}
  3. Config.ConfigEffectsSpeed = {
  4. --主角传送动作特效速度配置
  5. ModelRoleTransferEffectsSpeed =
  6. {
  7. --战士
  8. [1] = 2.3,
  9. --骑士
  10. [2] = 1.8,
  11. --炮手
  12. [4] = 2.1,
  13. }
  14. }