ArenaConfig.lua 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  1. local root = {
  2. {
  3. level = 1,
  4. score = 0,
  5. proScore = 0,
  6. winScore = 20,
  7. loseScore = 10,
  8. deltaScore = 1,
  9. unlockHero = {1011,2011,3011,4011},
  10. sceneCup = {0,99},
  11. starNumber = {2,1},
  12. stageName = '入门冒险家',
  13. winGoldRange = {16,16},
  14. winKeyWeight = 3,
  15. resultBox = {31501,31502,31503,31504},
  16. stageRes = 'scene_game_13',
  17. stageImg = 'main_arena_icon_01',
  18. stageEff = 1
  19. },
  20. {
  21. level = 2,
  22. score = 100,
  23. proScore = 50,
  24. winScore = 20,
  25. loseScore = 10,
  26. deltaScore = 1,
  27. lvReward = {id=301,count=6},
  28. unlockHero = {1021,2021,3021,4021},
  29. sceneCup = {100,299},
  30. starNumber = {2,2},
  31. stageName = '入门冒险家',
  32. winGoldRange = {16,16},
  33. winKeyWeight = 3,
  34. resultBox = {31501,31502,31503,31504},
  35. stageRes = 'scene_game_13',
  36. stageImg = 'main_arena_icon_02',
  37. stageEff = 2
  38. },
  39. {
  40. level = 3,
  41. score = 300,
  42. proScore = 50,
  43. winScore = 20,
  44. loseScore = 12,
  45. deltaScore = 1,
  46. lvReward = {id=301,count=6},
  47. unlockHero = {1021,2031,3031,4031},
  48. sceneCup = {300,599},
  49. starNumber = {2,1},
  50. stageName = '新秀冒险家',
  51. winGoldRange = {16,16},
  52. winKeyWeight = 3,
  53. resultBox = {31501,31502,31503,31504},
  54. stageRes = 'scene_game_13',
  55. stageImg = 'main_arena_icon_03',
  56. stageEff = 3
  57. },
  58. {
  59. level = 4,
  60. score = 600,
  61. proScore = 50,
  62. winScore = 20,
  63. loseScore = 12,
  64. deltaScore = 1,
  65. lvReward = {id=301,count=6},
  66. unlockHero = {1041,2031,3031,3041},
  67. sceneCup = {600,999},
  68. starNumber = {2,2},
  69. stageName = '新秀冒险家',
  70. winGoldRange = {16,16},
  71. winKeyWeight = 5,
  72. resultBox = {31501,31502,31503,31504},
  73. stageRes = 'scene_game_13',
  74. stageImg = 'main_arena_icon_04',
  75. stageEff = 4
  76. },
  77. {
  78. level = 5,
  79. score = 1000,
  80. proScore = 50,
  81. winScore = 20,
  82. loseScore = 14,
  83. deltaScore = 2,
  84. lvReward = {id=301,count=6},
  85. unlockHero = {1041,2031,3051,4051},
  86. sceneCup = {1000,1399},
  87. starNumber = {3,1},
  88. stageName = '精英冒险家',
  89. winGoldRange = {16,16},
  90. winKeyWeight = 5,
  91. resultBox = {31501,31502,31503,31504},
  92. stageRes = 'scene_game_13',
  93. stageImg = 'main_arena_icon_05',
  94. stageEff = 5
  95. },
  96. {
  97. level = 6,
  98. score = 1400,
  99. proScore = 50,
  100. winScore = 20,
  101. loseScore = 14,
  102. deltaScore = 2,
  103. lvReward = {id=301,count=6},
  104. unlockHero = {1061,2061,3051,4061},
  105. sceneCup = {1400,1799},
  106. starNumber = {3,2},
  107. stageName = '精英冒险家',
  108. winGoldRange = {16,16},
  109. winKeyWeight = 5,
  110. resultBox = {31501,31502,31503,31504},
  111. stageRes = 'scene_game_13',
  112. stageImg = 'main_arena_icon_06',
  113. stageEff = 6
  114. },
  115. {
  116. level = 7,
  117. score = 1800,
  118. proScore = 50,
  119. winScore = 20,
  120. loseScore = 16,
  121. deltaScore = 2,
  122. lvReward = {id=301,count=6},
  123. unlockHero = {1061,2071,3071,4071},
  124. sceneCup = {1800,2199},
  125. starNumber = {3,3},
  126. stageName = '精英冒险家',
  127. winGoldRange = {16,16},
  128. winKeyWeight = 7,
  129. resultBox = {31501,31502,31503,31504},
  130. stageRes = 'scene_game_13',
  131. stageImg = 'main_arena_icon_07',
  132. stageEff = 7
  133. },
  134. {
  135. level = 8,
  136. score = 2200,
  137. proScore = 50,
  138. winScore = 20,
  139. loseScore = 16,
  140. deltaScore = 2,
  141. lvReward = {id=301,count=6},
  142. unlockHero = {1081,2071,3071,4081},
  143. sceneCup = {2200,2599},
  144. starNumber = {3,1},
  145. stageName = '杰出冒险家',
  146. winGoldRange = {16,16},
  147. winKeyWeight = 7,
  148. resultBox = {31501,31502,31503,31504},
  149. stageRes = 'scene_game_13',
  150. stageImg = 'main_arena_icon_08',
  151. stageEff = 8
  152. },
  153. {
  154. level = 9,
  155. score = 2600,
  156. proScore = 50,
  157. winScore = 20,
  158. loseScore = 18,
  159. deltaScore = 3,
  160. lvReward = {id=301,count=6},
  161. unlockHero = {1091,2091,3071,4081},
  162. sceneCup = {2600,2999},
  163. starNumber = {3,2},
  164. stageName = '杰出冒险家',
  165. winGoldRange = {16,16},
  166. winKeyWeight = 7,
  167. resultBox = {31501,31502,31503,31504},
  168. stageRes = 'scene_game_13',
  169. stageImg = 'main_arena_icon_09',
  170. stageEff = 9
  171. },
  172. {
  173. level = 10,
  174. score = 3000,
  175. proScore = 50,
  176. winScore = 20,
  177. loseScore = 18,
  178. deltaScore = 3,
  179. lvReward = {id=301,count=6},
  180. unlockHero = {1091,2091,3071,4081},
  181. sceneCup = {3000,3399},
  182. starNumber = {3,3},
  183. stageName = '杰出冒险家',
  184. winGoldRange = {16,16},
  185. winKeyWeight = 8,
  186. resultBox = {31501,31502,31503,31504},
  187. stageRes = 'scene_game_13',
  188. stageImg = 'main_arena_icon_10',
  189. stageEff = 10
  190. },
  191. {
  192. level = 11,
  193. score = 3400,
  194. proScore = 50,
  195. winScore = 20,
  196. loseScore = 20,
  197. deltaScore = 3,
  198. lvReward = {id=301,count=6},
  199. unlockHero = {1111,2111,3111,4111},
  200. sceneCup = {3400,3799},
  201. starNumber = {4,1},
  202. stageName = '顶尖冒险家',
  203. winGoldRange = {16,16},
  204. winKeyWeight = 8,
  205. resultBox = {31501,31502,31503,31504},
  206. stageRes = 'scene_game_13',
  207. stageImg = 'main_arena_icon_11',
  208. stageEff = 11
  209. },
  210. {
  211. level = 12,
  212. score = 3800,
  213. proScore = 50,
  214. winScore = 20,
  215. loseScore = 20,
  216. deltaScore = 3,
  217. lvReward = {id=301,count=6},
  218. unlockHero = {1121,2121,3121,4111},
  219. sceneCup = {3800,4199},
  220. starNumber = {4,2},
  221. stageName = '顶尖冒险家',
  222. winGoldRange = {16,16},
  223. winKeyWeight = 8,
  224. resultBox = {31501,31502,31503,31504},
  225. stageRes = 'scene_game_13',
  226. stageImg = 'main_arena_icon_12',
  227. stageEff = 12
  228. },
  229. {
  230. level = 13,
  231. score = 4200,
  232. proScore = 50,
  233. winScore = 20,
  234. loseScore = 20,
  235. deltaScore = 3,
  236. lvReward = {id=301,count=6},
  237. unlockHero = {1121,2121,3121,4111},
  238. sceneCup = {4200,4599},
  239. starNumber = {4,3},
  240. stageName = '顶尖冒险家',
  241. winGoldRange = {16,16},
  242. winKeyWeight = 8,
  243. resultBox = {31501,31502,31503,31504},
  244. stageRes = 'scene_game_13',
  245. stageImg = 'main_arena_icon_12',
  246. stageEff = 12
  247. },
  248. {
  249. level = 14,
  250. score = 4600,
  251. proScore = 50,
  252. winScore = 20,
  253. loseScore = 20,
  254. deltaScore = 3,
  255. lvReward = {id=301,count=6},
  256. unlockHero = {1121,2121,3121,4111},
  257. sceneCup = {4600,4999},
  258. starNumber = {4,4},
  259. stageName = '顶尖冒险家',
  260. winGoldRange = {16,16},
  261. winKeyWeight = 8,
  262. resultBox = {31501,31502,31503,31504},
  263. stageRes = 'scene_game_13',
  264. stageImg = 'main_arena_icon_12',
  265. stageEff = 12
  266. },
  267. {
  268. level = 15,
  269. score = 5000,
  270. proScore = 50,
  271. winScore = 20,
  272. loseScore = 20,
  273. deltaScore = 3,
  274. lvReward = {id=301,count=6},
  275. unlockHero = {1121,2121,3121,4111},
  276. sceneCup = {5000,5399},
  277. starNumber = {5,1},
  278. stageName = '首席冒险家',
  279. winGoldRange = {16,16},
  280. winKeyWeight = 8,
  281. resultBox = {31501,31502,31503,31504},
  282. stageRes = 'scene_game_13',
  283. stageImg = 'main_arena_icon_12',
  284. stageEff = 12
  285. },
  286. {
  287. level = 16,
  288. score = 5400,
  289. proScore = 50,
  290. winScore = 20,
  291. loseScore = 20,
  292. deltaScore = 3,
  293. lvReward = {id=301,count=6},
  294. unlockHero = {1121,2121,3121,4111},
  295. sceneCup = {5400,5799},
  296. starNumber = {5,2},
  297. stageName = '首席冒险家',
  298. winGoldRange = {16,16},
  299. winKeyWeight = 8,
  300. resultBox = {31501,31502,31503,31504},
  301. stageRes = 'scene_game_13',
  302. stageImg = 'main_arena_icon_12',
  303. stageEff = 12
  304. },
  305. {
  306. level = 17,
  307. score = 5800,
  308. proScore = 50,
  309. winScore = 20,
  310. loseScore = 20,
  311. deltaScore = 3,
  312. lvReward = {id=301,count=6},
  313. unlockHero = {1121,2121,3121,4111},
  314. sceneCup = {5800,6199},
  315. starNumber = {5,3},
  316. stageName = '首席冒险家',
  317. winGoldRange = {16,16},
  318. winKeyWeight = 8,
  319. resultBox = {31501,31502,31503,31504},
  320. stageRes = 'scene_game_13',
  321. stageImg = 'main_arena_icon_12',
  322. stageEff = 12
  323. },
  324. {
  325. level = 18,
  326. score = 6200,
  327. proScore = 50,
  328. winScore = 20,
  329. loseScore = 20,
  330. deltaScore = 3,
  331. lvReward = {id=301,count=6},
  332. unlockHero = {1121,2121,3121,4111},
  333. sceneCup = {6200,6599},
  334. starNumber = {5,4},
  335. stageName = '首席冒险家',
  336. winGoldRange = {16,16},
  337. winKeyWeight = 8,
  338. resultBox = {31501,31502,31503,31504},
  339. stageRes = 'scene_game_13',
  340. stageImg = 'main_arena_icon_12',
  341. stageEff = 12
  342. },
  343. {
  344. level = 19,
  345. score = 6600,
  346. proScore = 50,
  347. winScore = 20,
  348. loseScore = 20,
  349. deltaScore = 3,
  350. lvReward = {id=301,count=6},
  351. unlockHero = {1121,2121,3121,4111},
  352. sceneCup = {6600,6999},
  353. starNumber = {5,5},
  354. stageName = '首席冒险家',
  355. winGoldRange = {16,16},
  356. winKeyWeight = 8,
  357. resultBox = {31501,31502,31503,31504},
  358. stageRes = 'scene_game_13',
  359. stageImg = 'main_arena_icon_12',
  360. stageEff = 12
  361. },
  362. {
  363. level = 20,
  364. score = 7000,
  365. proScore = 50,
  366. winScore = 20,
  367. loseScore = 20,
  368. deltaScore = 3,
  369. lvReward = {id=301,count=6},
  370. unlockHero = {1121,2121,3121,4111},
  371. sceneCup = {7000,8199},
  372. stageName = '史诗冒险家',
  373. winGoldRange = {16,16},
  374. winKeyWeight = 8,
  375. resultBox = {31501,31502,31503,31504},
  376. stageRes = 'scene_game_13',
  377. stageImg = 'main_arena_icon_12',
  378. stageEff = 12
  379. },
  380. {
  381. level = 21,
  382. score = 8200,
  383. proScore = 50,
  384. winScore = 20,
  385. loseScore = 20,
  386. deltaScore = 3,
  387. lvReward = {id=301,count=6},
  388. unlockHero = {1121,2121,3121,4111},
  389. sceneCup = {8200,9399},
  390. stageName = '传奇冒险家',
  391. winGoldRange = {16,16},
  392. winKeyWeight = 8,
  393. resultBox = {31501,31502,31503,31504},
  394. stageRes = 'scene_game_13',
  395. stageImg = 'main_arena_icon_12',
  396. stageEff = 12
  397. },
  398. {
  399. level = 22,
  400. score = 9400,
  401. proScore = 50,
  402. winScore = 20,
  403. loseScore = 20,
  404. deltaScore = 3,
  405. lvReward = {id=301,count=6},
  406. unlockHero = {1121,2121,3121,4111},
  407. sceneCup = {9400,10599},
  408. stageName = '荣誉冒险家',
  409. winGoldRange = {16,16},
  410. winKeyWeight = 8,
  411. resultBox = {31501,31502,31503,31504},
  412. stageRes = 'scene_game_13',
  413. stageImg = 'main_arena_icon_12',
  414. stageEff = 12
  415. },
  416. {
  417. level = 23,
  418. score = 10600,
  419. proScore = 50,
  420. winScore = 20,
  421. loseScore = 20,
  422. deltaScore = 3,
  423. lvReward = {id=301,count=6},
  424. unlockHero = {1121,2121,3121,4111},
  425. sceneCup = {10600,999999},
  426. stageName = '殿堂冒险家',
  427. winGoldRange = {16,16},
  428. winKeyWeight = 8,
  429. resultBox = {31501,31502,31503,31504},
  430. stageRes = 'scene_game_13',
  431. stageImg = 'main_arena_icon_12',
  432. stageEff = 12
  433. }
  434. }
  435. return root