StageInfoConfig_proto.lua 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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 = {4,7,10},
  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 = {4,7,11},
  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 = {4,8,12},
  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 = {5,10,15},
  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 = {5,10,15},
  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 = {5,10,15},
  86. },
  87. }