BattleMatchConfig.lua 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. local root = {
  2. {
  3. realMatchArea = {2000,3000},
  4. aiMatchTime = {1,4},
  5. winLimit = 4,
  6. loseLimit = 4,
  7. matchRegion1 = {-25,25},
  8. matchWinRevise1 = {0,10},
  9. matchLoseRevise1 = {-10,0},
  10. matchTime1 = 4,
  11. matchNums1 = 1,
  12. matchRegion2 = {-50,50},
  13. matchWinRevise2 = {0,15},
  14. matchLoseRevise2 = {-15,0},
  15. matchTime2 = 4,
  16. matchNums2 = 1,
  17. matchRegion3 = {-75,75},
  18. matchWinRevise3 = {0,20},
  19. matchLoseRevise3 = {-20,0},
  20. matchTime3 = 4,
  21. matchNums3 = 1
  22. },
  23. {
  24. realMatchArea = {3000,99999999},
  25. aiMatchTime = {1,4},
  26. winLimit = 4,
  27. loseLimit = 4,
  28. matchRegion1 = {-25,25},
  29. matchWinRevise1 = {0,10},
  30. matchLoseRevise1 = {-10,0},
  31. matchTime1 = 4,
  32. matchNums1 = 1,
  33. matchRegion2 = {-50,50},
  34. matchWinRevise2 = {0,15},
  35. matchLoseRevise2 = {-15,0},
  36. matchTime2 = 4,
  37. matchNums2 = 1,
  38. matchRegion3 = {-75,75},
  39. matchWinRevise3 = {0,20},
  40. matchLoseRevise3 = {-20,0},
  41. matchTime3 = 4,
  42. matchNums3 = 1
  43. }
  44. }
  45. return root