BattleRoundRuleConfig.lua 408 B

123456789101112131415161718192021222324252627
  1. local root = {
  2. {
  3. overtimeTimes = 1,
  4. action = 101
  5. },
  6. {
  7. overtimeTimes = 2,
  8. action = 101
  9. },
  10. {
  11. overtimeTimes = 3,
  12. action = 201
  13. },
  14. {
  15. overtimeTotalTimes = 2,
  16. action = 102
  17. },
  18. {
  19. overtimeTotalTimes = 3,
  20. action = 102
  21. },
  22. {
  23. overtimeTotalTimes = 5,
  24. action = 201
  25. }
  26. }
  27. return root