HonorAwardConfig.lua 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. local root = {
  2. {
  3. battleType = 1,
  4. id = 1,
  5. winSettle = 0,
  6. chestId = 31301
  7. },
  8. {
  9. battleType = 1,
  10. id = 2,
  11. winSettle = 1,
  12. chestId = 31302
  13. },
  14. {
  15. battleType = 1,
  16. id = 3,
  17. winSettle = 2,
  18. chestId = 31303
  19. },
  20. {
  21. battleType = 1,
  22. id = 4,
  23. winSettle = 3,
  24. chestId = 31304
  25. },
  26. {
  27. battleType = 1,
  28. id = 5,
  29. winSettle = 4,
  30. chestId = 31305
  31. },
  32. {
  33. battleType = 1,
  34. id = 6,
  35. winSettle = 5,
  36. chestId = 31306
  37. },
  38. {
  39. battleType = 103,
  40. id = 1,
  41. winSettle = 0,
  42. chestId = 31301
  43. },
  44. {
  45. battleType = 103,
  46. id = 2,
  47. winSettle = 1,
  48. chestId = 31302
  49. },
  50. {
  51. battleType = 103,
  52. id = 3,
  53. winSettle = 2,
  54. chestId = 31303
  55. },
  56. {
  57. battleType = 103,
  58. id = 4,
  59. winSettle = 3,
  60. chestId = 31304
  61. },
  62. {
  63. battleType = 103,
  64. id = 5,
  65. winSettle = 4,
  66. chestId = 31305
  67. },
  68. {
  69. battleType = 103,
  70. id = 6,
  71. winSettle = 5,
  72. chestId = 31306
  73. }
  74. }
  75. return root