StageInfoConfig_proto.lua 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. --[[
  2. StageInfoConfig_proto.lua
  3. exported by excel2lua.py
  4. from file:关卡信息表.xlsx
  5. --]]
  6. return {
  7. [1] = {
  8. ID = 1,
  9. reward = {0},
  10. condition = 1,
  11. front = 0,
  12. type = 1,
  13. parameter = 0,
  14. box = {40001,40002,40003},
  15. boxcondition = {2,4,5},
  16. },
  17. [2] = {
  18. ID = 2,
  19. reward = {0},
  20. condition = 1,
  21. front = 1,
  22. type = 1,
  23. parameter = 0,
  24. box = {40001,40002,40003},
  25. boxcondition = {3,6,8},
  26. },
  27. [3] = {
  28. ID = 3,
  29. reward = {0},
  30. condition = 2,
  31. front = 2,
  32. type = 1,
  33. parameter = 0,
  34. box = {40001,40002,40003},
  35. boxcondition = {3,6,8},
  36. },
  37. [4] = {
  38. ID = 4,
  39. reward = {0},
  40. condition = 3,
  41. front = 3,
  42. type = 1,
  43. parameter = 0,
  44. box = {40001,40002,40003},
  45. boxcondition = {3,6,8},
  46. },
  47. [5] = {
  48. ID = 5,
  49. reward = {0},
  50. condition = 4,
  51. front = 4,
  52. type = 1,
  53. parameter = 0,
  54. box = {40001,40002,40003},
  55. boxcondition = {3,6,8},
  56. },
  57. [6] = {
  58. ID = 6,
  59. reward = {0},
  60. condition = 5,
  61. front = 5,
  62. type = 1,
  63. parameter = 0,
  64. box = {40001,40002,40003},
  65. boxcondition = {3,6,8},
  66. },
  67. [7] = {
  68. ID = 7,
  69. reward = {0},
  70. condition = 7,
  71. front = 6,
  72. type = 1,
  73. parameter = 0,
  74. box = {40001,40002,40003},
  75. boxcondition = {3,6,8},
  76. },
  77. [8] = {
  78. ID = 8,
  79. reward = {0},
  80. condition = 10,
  81. front = 7,
  82. type = 1,
  83. parameter = 0,
  84. box = {40001,40002,40003},
  85. boxcondition = {3,6,8},
  86. },
  87. [9] = {
  88. ID = 9,
  89. reward = {0},
  90. condition = 11,
  91. front = 8,
  92. type = 1,
  93. parameter = 0,
  94. box = {40001,40002,40003},
  95. boxcondition = {3,6,8},
  96. },
  97. [10] = {
  98. ID = 10,
  99. reward = {0},
  100. condition = 12,
  101. front = 9,
  102. type = 1,
  103. parameter = 0,
  104. box = {40001,40002,40003},
  105. boxcondition = {3,6,8},
  106. },
  107. }