PveStarsChapterLevelConfig.lua 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  1. local root = {
  2. {
  3. chapterId = 1,
  4. level = 1,
  5. title = '1-1',
  6. levelType = 1,
  7. dialogGroup = 101,
  8. passItems = {{id=102,count=10}},
  9. bestItems = {{id=102,count=40},{id=101,count=1000}},
  10. bestRounds = 4,
  11. robotHeros = {{id=1011,attack=1},{id=2011,attack=1},{id=3011,attack=1},{id=4011,attack=1}},
  12. robotCastleLv = 1,
  13. robotLinkType = 'R',
  14. text = '击败眼前的敌人,必定会有所收获',
  15. unlockPlayerLevel = 1,
  16. pos = {-80,100}
  17. },
  18. {
  19. chapterId = 1,
  20. level = 2,
  21. title = '1-2',
  22. levelType = 1,
  23. passItems = {{id=102,count=10}},
  24. bestItems = {{id=102,count=40},{id=101,count=1000}},
  25. bestRounds = 4,
  26. robotHeros = {{id=1011,attack=1},{id=2011,attack=1},{id=3011,attack=2},{id=4011,attack=2}},
  27. robotCastleLv = 2,
  28. robotLinkType = 'R',
  29. text = '击败眼前的敌人,必定会有所收获',
  30. unlockPlayerLevel = 1,
  31. pos = {80,220}
  32. },
  33. {
  34. chapterId = 1,
  35. level = 3,
  36. title = '1-3',
  37. levelType = 1,
  38. passItems = {{id=102,count=10}},
  39. bestItems = {{id=102,count=40},{id=101,count=1000}},
  40. bestRounds = 4,
  41. robotHeros = {{id=1011,attack=2},{id=2011,attack=2},{id=3011,attack=2},{id=4011,attack=2}},
  42. robotCastleLv = 2,
  43. robotLinkType = 'R',
  44. text = '击败眼前的敌人,必定会有所收获',
  45. unlockPlayerLevel = 1,
  46. unlock = 2000,
  47. pos = {-80,300}
  48. },
  49. {
  50. chapterId = 1,
  51. level = 4,
  52. title = 'M1-4',
  53. levelType = 2,
  54. passItems = {{id=102,count=10}},
  55. bestItems = {{id=102,count=40},{id=101,count=1000}},
  56. bestRounds = 4,
  57. robotHeros = {{id=1011,attack=3},{id=2011,attack=3},{id=3011,attack=3},{id=4011,attack=3}},
  58. robotCastleLv = 3,
  59. robotLinkType = 'W',
  60. robotNpc = 3021,
  61. robotName = '赵云',
  62. battleHeros = {{id=3021,attack=2}},
  63. text = '击败眼前的敌人,必定会有所收获',
  64. unlockPlayerLevel = 1,
  65. pos = {80,421}
  66. },
  67. {
  68. chapterId = 1,
  69. level = 5,
  70. title = '1-5',
  71. levelType = 1,
  72. passItems = {{id=102,count=10}},
  73. bestItems = {{id=102,count=40},{id=101,count=1000}},
  74. bestRounds = 4,
  75. robotHeros = {{id=1011,attack=2},{id=2011,attack=2},{id=3011,attack=2},{id=4011,attack=2}},
  76. robotCastleLv = 2,
  77. robotLinkType = 'R',
  78. text = '击败眼前的敌人,必定会有所收获',
  79. unlockPlayerLevel = 1,
  80. pos = {-80,502}
  81. },
  82. {
  83. chapterId = 1,
  84. level = 6,
  85. title = '1-6',
  86. levelType = 1,
  87. passItems = {{id=102,count=10}},
  88. bestItems = {{id=102,count=40},{id=101,count=1000}},
  89. bestRounds = 4,
  90. robotHeros = {{id=1011,attack=2},{id=2011,attack=2},{id=3011,attack=2},{id=4011,attack=2}},
  91. robotCastleLv = 2,
  92. robotLinkType = 'R',
  93. text = '击败眼前的敌人,必定会有所收获',
  94. unlockPlayerLevel = 1,
  95. pos = {80,622}
  96. },
  97. {
  98. chapterId = 1,
  99. level = 7,
  100. title = 'S1-7',
  101. levelType = 3,
  102. dialogGroup = 107,
  103. passItems = {{id=102,count=10}},
  104. bestItems = {{id=102,count=40},{id=101,count=1000}},
  105. bestRounds = 4,
  106. text = '日常的一天,发生的琐事',
  107. unlockPlayerLevel = 2,
  108. pos = {-80,703}
  109. },
  110. {
  111. chapterId = 1,
  112. level = 8,
  113. title = '1-8',
  114. levelType = 1,
  115. passItems = {{id=102,count=10}},
  116. bestItems = {{id=102,count=40},{id=101,count=1000}},
  117. bestRounds = 4,
  118. robotHeros = {{id=1011,attack=4},{id=2011,attack=4},{id=3011,attack=4},{id=4011,attack=4}},
  119. robotCastleLv = 1,
  120. robotLinkType = 'R',
  121. text = '击败眼前的敌人,必定会有所收获',
  122. unlockPlayerLevel = 2,
  123. pos = {80,823}
  124. },
  125. {
  126. chapterId = 1,
  127. level = 9,
  128. title = '1-9',
  129. levelType = 1,
  130. passItems = {{id=102,count=10}},
  131. bestItems = {{id=102,count=40},{id=101,count=1000}},
  132. bestRounds = 4,
  133. robotHeros = {{id=1011,attack=5},{id=2011,attack=5},{id=3011,attack=5},{id=4011,attack=5}},
  134. robotCastleLv = 2,
  135. robotLinkType = 'R',
  136. text = '击败眼前的敌人,必定会有所收获',
  137. unlockPlayerLevel = 2,
  138. pos = {-80,904}
  139. },
  140. {
  141. chapterId = 1,
  142. level = 10,
  143. title = 'M1-10',
  144. levelType = 2,
  145. passItems = {{id=102,count=10}},
  146. bestItems = {{id=102,count=40},{id=101,count=1000}},
  147. bestRounds = 4,
  148. robotHeros = {{id=1011,attack=6},{id=2011,attack=6},{id=3011,attack=6},{id=4011,attack=6}},
  149. robotCastleLv = 3,
  150. robotLinkType = 'W',
  151. robotNpc = 2121,
  152. robotName = '吕布',
  153. battleHeros = {{id=2121,attack=6}},
  154. text = '击败眼前的敌人,必定会有所收获',
  155. unlockPlayerLevel = 2,
  156. pos = {80,1024}
  157. },
  158. {
  159. chapterId = 2,
  160. level = 1,
  161. title = '2-1',
  162. levelType = 1,
  163. passItems = {{id=102,count=10}},
  164. bestItems = {{id=102,count=40},{id=101,count=1000}},
  165. bestRounds = 4,
  166. robotHeros = {{id=1011,attack=1},{id=2011,attack=1},{id=3011,attack=1},{id=4011,attack=1}},
  167. robotCastleLv = 1,
  168. robotLinkType = 'R',
  169. text = '击败眼前的敌人,必定会有所收获',
  170. unlockPlayerLevel = 3,
  171. pos = {-80,100}
  172. },
  173. {
  174. chapterId = 2,
  175. level = 2,
  176. title = '2-2',
  177. levelType = 1,
  178. passItems = {{id=102,count=10}},
  179. bestItems = {{id=102,count=40},{id=101,count=1000}},
  180. bestRounds = 4,
  181. robotHeros = {{id=1011,attack=1},{id=2011,attack=1},{id=3011,attack=2},{id=4011,attack=2}},
  182. robotCastleLv = 2,
  183. robotLinkType = 'R',
  184. text = '击败眼前的敌人,必定会有所收获',
  185. unlockPlayerLevel = 3,
  186. pos = {80,220}
  187. },
  188. {
  189. chapterId = 2,
  190. level = 3,
  191. title = '2-3',
  192. levelType = 1,
  193. passItems = {{id=102,count=10}},
  194. bestItems = {{id=102,count=40},{id=101,count=1000}},
  195. bestRounds = 4,
  196. robotHeros = {{id=1011,attack=2},{id=2011,attack=2},{id=3011,attack=2},{id=4011,attack=2}},
  197. robotCastleLv = 2,
  198. robotLinkType = 'R',
  199. text = '击败眼前的敌人,必定会有所收获',
  200. unlockPlayerLevel = 3,
  201. pos = {-80,300}
  202. },
  203. {
  204. chapterId = 2,
  205. level = 4,
  206. title = 'M2-4',
  207. levelType = 2,
  208. passItems = {{id=102,count=10}},
  209. bestItems = {{id=102,count=40},{id=101,count=1000}},
  210. bestRounds = 4,
  211. robotHeros = {{id=1011,attack=3},{id=2011,attack=3},{id=3011,attack=3},{id=4011,attack=3}},
  212. robotCastleLv = 3,
  213. robotLinkType = 'W',
  214. robotNpc = 3021,
  215. robotName = '赵云',
  216. battleHeros = {{id=2121,attack=2},{id=3021,attack=2}},
  217. text = '击败眼前的敌人,必定会有所收获',
  218. unlockPlayerLevel = 3,
  219. pos = {80,421}
  220. },
  221. {
  222. chapterId = 2,
  223. level = 5,
  224. title = '2-5',
  225. levelType = 1,
  226. passItems = {{id=102,count=10}},
  227. bestItems = {{id=102,count=40},{id=101,count=1000}},
  228. bestRounds = 4,
  229. robotHeros = {{id=1011,attack=2},{id=2011,attack=2},{id=3011,attack=2},{id=4011,attack=2}},
  230. robotCastleLv = 2,
  231. robotLinkType = 'R',
  232. text = '击败眼前的敌人,必定会有所收获',
  233. unlockPlayerLevel = 3,
  234. pos = {-80,502}
  235. },
  236. {
  237. chapterId = 2,
  238. level = 6,
  239. title = '2-6',
  240. levelType = 1,
  241. passItems = {{id=102,count=10}},
  242. bestItems = {{id=102,count=40},{id=101,count=1000}},
  243. bestRounds = 4,
  244. robotHeros = {{id=1011,attack=2},{id=2011,attack=2},{id=3011,attack=2},{id=4011,attack=2}},
  245. robotCastleLv = 2,
  246. robotLinkType = 'R',
  247. text = '击败眼前的敌人,必定会有所收获',
  248. unlockPlayerLevel = 4,
  249. pos = {80,622}
  250. },
  251. {
  252. chapterId = 2,
  253. level = 7,
  254. title = 'S2-7',
  255. levelType = 3,
  256. passItems = {{id=102,count=10}},
  257. bestItems = {{id=102,count=40},{id=101,count=1000}},
  258. bestRounds = 4,
  259. text = '日常的一天,发生的琐事',
  260. unlockPlayerLevel = 4,
  261. pos = {-80,703}
  262. },
  263. {
  264. chapterId = 2,
  265. level = 8,
  266. title = '2-8',
  267. levelType = 1,
  268. passItems = {{id=102,count=10}},
  269. bestItems = {{id=102,count=40},{id=101,count=1000}},
  270. bestRounds = 4,
  271. robotHeros = {{id=1011,attack=4},{id=2011,attack=4},{id=3011,attack=4},{id=4011,attack=4}},
  272. robotCastleLv = 1,
  273. robotLinkType = 'R',
  274. text = '击败眼前的敌人,必定会有所收获',
  275. unlockPlayerLevel = 4,
  276. pos = {80,823}
  277. },
  278. {
  279. chapterId = 2,
  280. level = 9,
  281. title = '2-9',
  282. levelType = 1,
  283. passItems = {{id=102,count=10}},
  284. bestItems = {{id=102,count=40},{id=101,count=1000}},
  285. bestRounds = 4,
  286. robotHeros = {{id=1011,attack=5},{id=2011,attack=5},{id=3011,attack=5},{id=4011,attack=5}},
  287. robotCastleLv = 2,
  288. robotLinkType = 'R',
  289. text = '击败眼前的敌人,必定会有所收获',
  290. unlockPlayerLevel = 4,
  291. pos = {-80,904}
  292. },
  293. {
  294. chapterId = 2,
  295. level = 10,
  296. title = 'M2-10',
  297. levelType = 2,
  298. passItems = {{id=102,count=10}},
  299. bestItems = {{id=102,count=40},{id=101,count=1000}},
  300. bestRounds = 4,
  301. robotHeros = {{id=1011,attack=6},{id=2011,attack=6},{id=3011,attack=6},{id=4011,attack=6}},
  302. robotCastleLv = 3,
  303. robotLinkType = 'W',
  304. robotNpc = 2121,
  305. robotName = '吕布',
  306. battleHeros = {{id=2121,attack=6},{id=3021,attack=6}},
  307. text = '击败眼前的敌人,必定会有所收获',
  308. unlockPlayerLevel = 4,
  309. pos = {80,1024}
  310. }
  311. }
  312. return root