Activity15TaskConfig.lua 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605
  1. local root = {
  2. {
  3. taskConfigId = 1,
  4. day = 1,
  5. id = 101,
  6. eventId = 104,
  7. taskParam = 'payCount',
  8. actionProgress = 1,
  9. content = '累计充值6元',
  10. maxProgress = 6,
  11. items = {{type=1,id=811,count=1}},
  12. rateScore = 12
  13. },
  14. {
  15. taskConfigId = 1,
  16. day = 1,
  17. id = 102,
  18. eventId = 107,
  19. taskParam = 'tmpLoginDay',
  20. actionProgress = 3,
  21. content = '累计登录1天',
  22. maxProgress = 1,
  23. items = {{type=2,id=10000,qa=1,count=3}},
  24. rateScore = 12
  25. },
  26. {
  27. taskConfigId = 1,
  28. day = 1,
  29. id = 103,
  30. eventId = 109,
  31. taskParam = 'setAlbumCount',
  32. actionProgress = 1,
  33. content = '更换头像1次',
  34. maxProgress = 1,
  35. items = {{type=1,id=102,count=10}},
  36. rateScore = 12
  37. },
  38. {
  39. taskConfigId = 1,
  40. day = 1,
  41. id = 104,
  42. eventId = 103,
  43. taskParam = 'openChestCount',
  44. actionProgress = 1,
  45. content = '开启宝箱10次',
  46. maxProgress = 10,
  47. items = {{type=1,id=301,count=3}},
  48. rateScore = 12
  49. },
  50. {
  51. taskConfigId = 1,
  52. day = 1,
  53. id = 105,
  54. eventId = 102,
  55. taskParam = 'times',
  56. actionProgress = 1,
  57. taskConditions = {{"battleType","==",3}},
  58. content = '云游之镜进行比拼5次',
  59. maxProgress = 5,
  60. items = {{type=1,id=811,count=1}},
  61. rateScore = 12
  62. },
  63. {
  64. taskConfigId = 1,
  65. day = 1,
  66. id = 106,
  67. eventId = 106,
  68. taskParam = 'upgradeCount',
  69. actionProgress = 1,
  70. content = '升级5次任意卡牌',
  71. maxProgress = 5,
  72. items = {{type=1,id=101,count=200}},
  73. rateScore = 12
  74. },
  75. {
  76. taskConfigId = 1,
  77. day = 1,
  78. id = 107,
  79. eventId = 105,
  80. taskParam = 'maxSceneLv',
  81. actionProgress = 3,
  82. content = '云游之镜达到3阶',
  83. maxProgress = 3,
  84. items = {{type=1,id=811,count=1}},
  85. rateScore = 12
  86. },
  87. {
  88. taskConfigId = 1,
  89. day = 2,
  90. id = 201,
  91. eventId = 104,
  92. taskParam = 'payCount',
  93. actionProgress = 1,
  94. content = '累计充值30元',
  95. maxProgress = 30,
  96. items = {{type=1,id=811,count=1}},
  97. rateScore = 12
  98. },
  99. {
  100. taskConfigId = 1,
  101. day = 2,
  102. id = 202,
  103. eventId = 107,
  104. taskParam = 'tmpLoginDay',
  105. actionProgress = 3,
  106. content = '累计登录2天',
  107. maxProgress = 2,
  108. items = {{type=2,id=10000,qa=1,count=6}},
  109. rateScore = 12
  110. },
  111. {
  112. taskConfigId = 1,
  113. day = 2,
  114. id = 203,
  115. eventId = 103,
  116. taskParam = 'openChestCount',
  117. actionProgress = 1,
  118. content = '开启宝箱50次',
  119. maxProgress = 50,
  120. items = {{type=1,id=102,count=10}},
  121. rateScore = 12
  122. },
  123. {
  124. taskConfigId = 1,
  125. day = 2,
  126. id = 204,
  127. eventId = 102,
  128. taskParam = 'times',
  129. actionProgress = 1,
  130. taskConditions = {{"battleType","==",3}},
  131. content = '云游之镜进行比拼10次',
  132. maxProgress = 10,
  133. items = {{type=1,id=301,count=3}},
  134. rateScore = 12
  135. },
  136. {
  137. taskConfigId = 1,
  138. day = 2,
  139. id = 205,
  140. eventId = 106,
  141. taskParam = 'qaGetCount',
  142. taskSecondParam = {"key",">=",1},
  143. actionProgress = 1,
  144. content = '获得20张任意卡牌',
  145. maxProgress = 20,
  146. items = {{type=1,id=811,count=1}},
  147. rateScore = 12
  148. },
  149. {
  150. taskConfigId = 1,
  151. day = 2,
  152. id = 206,
  153. eventId = 106,
  154. taskParam = 'upgradeCount',
  155. actionProgress = 1,
  156. content = '升级10次任意卡牌',
  157. maxProgress = 10,
  158. items = {{type=1,id=101,count=200}},
  159. rateScore = 12
  160. },
  161. {
  162. taskConfigId = 1,
  163. day = 2,
  164. id = 207,
  165. eventId = 105,
  166. taskParam = 'maxSceneLv',
  167. actionProgress = 3,
  168. content = '云游之镜达到4阶',
  169. maxProgress = 4,
  170. items = {{type=1,id=811,count=1}},
  171. rateScore = 12
  172. },
  173. {
  174. taskConfigId = 1,
  175. day = 3,
  176. id = 301,
  177. eventId = 104,
  178. taskParam = 'payCount',
  179. actionProgress = 1,
  180. content = '累计充值68元',
  181. maxProgress = 68,
  182. items = {{type=1,id=811,count=1}},
  183. rateScore = 12
  184. },
  185. {
  186. taskConfigId = 1,
  187. day = 3,
  188. id = 302,
  189. eventId = 107,
  190. taskParam = 'tmpLoginDay',
  191. actionProgress = 3,
  192. content = '累计登录3天',
  193. maxProgress = 3,
  194. items = {{type=2,id=10000,qa=1,count=9}},
  195. rateScore = 12
  196. },
  197. {
  198. taskConfigId = 1,
  199. day = 3,
  200. id = 303,
  201. eventId = 102,
  202. taskParam = 'times',
  203. actionProgress = 1,
  204. taskConditions = {{"battleType","==",3}},
  205. content = '云游之镜进行比拼20次',
  206. maxProgress = 20,
  207. items = {{type=1,id=102,count=10}},
  208. rateScore = 12
  209. },
  210. {
  211. taskConfigId = 1,
  212. day = 3,
  213. id = 304,
  214. eventId = 109,
  215. taskParam = 'honorCount',
  216. taskSecondParam = {"key",">=",1},
  217. actionProgress = 1,
  218. content = '参与演武争彩2次',
  219. maxProgress = 2,
  220. items = {{type=1,id=301,count=3}},
  221. rateScore = 12
  222. },
  223. {
  224. taskConfigId = 1,
  225. day = 3,
  226. id = 305,
  227. eventId = 106,
  228. taskParam = 'qaGetCount',
  229. taskSecondParam = {"key",">=",1},
  230. actionProgress = 1,
  231. content = '获得50张任意卡牌',
  232. maxProgress = 50,
  233. items = {{type=1,id=811,count=1}},
  234. rateScore = 12
  235. },
  236. {
  237. taskConfigId = 1,
  238. day = 3,
  239. id = 306,
  240. eventId = 106,
  241. taskParam = 'upgradeCount',
  242. actionProgress = 1,
  243. content = '升级20次任意卡牌',
  244. maxProgress = 20,
  245. items = {{type=1,id=101,count=200}},
  246. rateScore = 12
  247. },
  248. {
  249. taskConfigId = 1,
  250. day = 3,
  251. id = 307,
  252. eventId = 105,
  253. taskParam = 'maxSceneLv',
  254. actionProgress = 3,
  255. content = '云游之镜达到5阶',
  256. maxProgress = 5,
  257. items = {{type=1,id=811,count=1}},
  258. rateScore = 12
  259. },
  260. {
  261. taskConfigId = 1,
  262. day = 4,
  263. id = 401,
  264. eventId = 104,
  265. taskParam = 'payCount',
  266. actionProgress = 1,
  267. content = '累计充值98元',
  268. maxProgress = 98,
  269. items = {{type=1,id=811,count=1}},
  270. rateScore = 12
  271. },
  272. {
  273. taskConfigId = 1,
  274. day = 4,
  275. id = 402,
  276. eventId = 107,
  277. taskParam = 'tmpLoginDay',
  278. actionProgress = 3,
  279. content = '累计登录4天',
  280. maxProgress = 4,
  281. items = {{type=2,id=10000,qa=1,count=12}},
  282. rateScore = 12
  283. },
  284. {
  285. taskConfigId = 1,
  286. day = 4,
  287. id = 403,
  288. eventId = 102,
  289. taskParam = 'times',
  290. actionProgress = 1,
  291. taskConditions = {{"battleType","==",3}},
  292. content = '云游之镜进行比拼30次',
  293. maxProgress = 30,
  294. items = {{type=1,id=102,count=10}},
  295. rateScore = 12
  296. },
  297. {
  298. taskConfigId = 1,
  299. day = 4,
  300. id = 404,
  301. eventId = 106,
  302. taskParam = 'maxAttack',
  303. actionProgress = 3,
  304. content = '任意卡牌提升至8灵力',
  305. maxProgress = 8,
  306. items = {{type=1,id=301,count=3}},
  307. rateScore = 12
  308. },
  309. {
  310. taskConfigId = 1,
  311. day = 4,
  312. id = 405,
  313. eventId = 109,
  314. taskParam = 'honorCount',
  315. taskSecondParam = {"key","==",2},
  316. actionProgress = 1,
  317. content = '参与演武演武2次',
  318. maxProgress = 2,
  319. items = {{type=1,id=811,count=1}},
  320. rateScore = 12
  321. },
  322. {
  323. taskConfigId = 1,
  324. day = 4,
  325. id = 406,
  326. eventId = 109,
  327. taskParam = 'finishAchiveCount',
  328. actionProgress = 3,
  329. content = '激活任意成就5个',
  330. maxProgress = 5,
  331. items = {{type=1,id=101,count=200}},
  332. rateScore = 12
  333. },
  334. {
  335. taskConfigId = 1,
  336. day = 4,
  337. id = 407,
  338. eventId = 105,
  339. taskParam = 'maxSceneLv',
  340. actionProgress = 3,
  341. content = '云游之镜达到6阶',
  342. maxProgress = 6,
  343. items = {{type=1,id=811,count=1}},
  344. rateScore = 12
  345. },
  346. {
  347. taskConfigId = 1,
  348. day = 5,
  349. id = 501,
  350. eventId = 104,
  351. taskParam = 'payCount',
  352. actionProgress = 1,
  353. content = '累计充值128元',
  354. maxProgress = 128,
  355. items = {{type=1,id=811,count=1}},
  356. rateScore = 12
  357. },
  358. {
  359. taskConfigId = 1,
  360. day = 5,
  361. id = 502,
  362. eventId = 107,
  363. taskParam = 'tmpLoginDay',
  364. actionProgress = 3,
  365. content = '累计登录5天',
  366. maxProgress = 5,
  367. items = {{type=2,id=10000,qa=1,count=15}},
  368. rateScore = 12
  369. },
  370. {
  371. taskConfigId = 1,
  372. day = 5,
  373. id = 503,
  374. eventId = 102,
  375. taskParam = 'times',
  376. actionProgress = 1,
  377. taskConditions = {{"battleType","==",3}},
  378. content = '云游之镜进行比拼40次',
  379. maxProgress = 40,
  380. items = {{type=1,id=102,count=10}},
  381. rateScore = 12
  382. },
  383. {
  384. taskConfigId = 1,
  385. day = 5,
  386. id = 504,
  387. eventId = 106,
  388. taskParam = 'maxAttack',
  389. actionProgress = 3,
  390. content = '任意卡牌提升至10灵力',
  391. maxProgress = 10,
  392. items = {{type=1,id=301,count=3}},
  393. rateScore = 12
  394. },
  395. {
  396. taskConfigId = 1,
  397. day = 5,
  398. id = 505,
  399. eventId = 102,
  400. taskParam = 'honorTypeWinCount',
  401. taskSecondParam = {"key",">=",1},
  402. actionProgress = 3,
  403. content = '演武争彩最高达3胜',
  404. maxProgress = 3,
  405. items = {{type=1,id=811,count=1}},
  406. rateScore = 12
  407. },
  408. {
  409. taskConfigId = 1,
  410. day = 5,
  411. id = 506,
  412. eventId = 109,
  413. taskParam = 'finishAchiveCount',
  414. actionProgress = 3,
  415. content = '激活任意成就10个',
  416. maxProgress = 10,
  417. items = {{type=1,id=101,count=200}},
  418. rateScore = 12
  419. },
  420. {
  421. taskConfigId = 1,
  422. day = 5,
  423. id = 507,
  424. eventId = 105,
  425. taskParam = 'maxSceneLv',
  426. actionProgress = 3,
  427. content = '云游之镜达到7阶',
  428. maxProgress = 7,
  429. items = {{type=1,id=811,count=1}},
  430. rateScore = 12
  431. },
  432. {
  433. taskConfigId = 1,
  434. day = 6,
  435. id = 601,
  436. eventId = 104,
  437. taskParam = 'payCount',
  438. actionProgress = 1,
  439. content = '累计充值328元',
  440. maxProgress = 328,
  441. items = {{type=1,id=811,count=1}},
  442. rateScore = 12
  443. },
  444. {
  445. taskConfigId = 1,
  446. day = 6,
  447. id = 602,
  448. eventId = 107,
  449. taskParam = 'tmpLoginDay',
  450. actionProgress = 3,
  451. content = '累计登录6天',
  452. maxProgress = 6,
  453. items = {{type=2,id=10000,qa=1,count=18}},
  454. rateScore = 12
  455. },
  456. {
  457. taskConfigId = 1,
  458. day = 6,
  459. id = 603,
  460. eventId = 102,
  461. taskParam = 'times',
  462. actionProgress = 1,
  463. taskConditions = {{"battleType","==",3}},
  464. content = '云游之镜进行比拼50次',
  465. maxProgress = 50,
  466. items = {{type=1,id=102,count=10}},
  467. rateScore = 12
  468. },
  469. {
  470. taskConfigId = 1,
  471. day = 6,
  472. id = 604,
  473. eventId = 106,
  474. taskParam = 'minColorMaxAttack',
  475. actionProgress = 3,
  476. content = '四色卡牌最高灵力全部达10灵力',
  477. maxProgress = 10,
  478. items = {{type=1,id=301,count=3}},
  479. rateScore = 12
  480. },
  481. {
  482. taskConfigId = 1,
  483. day = 6,
  484. id = 605,
  485. eventId = 102,
  486. taskParam = 'honorTypeWinCount',
  487. taskSecondParam = {"key",">=",1},
  488. actionProgress = 3,
  489. content = '演武争彩最高达4胜',
  490. maxProgress = 4,
  491. items = {{type=1,id=811,count=1}},
  492. rateScore = 12
  493. },
  494. {
  495. taskConfigId = 1,
  496. day = 6,
  497. id = 606,
  498. eventId = 109,
  499. taskParam = 'finishAchiveCount',
  500. actionProgress = 3,
  501. content = '激活任意成就15个',
  502. maxProgress = 15,
  503. items = {{type=1,id=101,count=200}},
  504. rateScore = 12
  505. },
  506. {
  507. taskConfigId = 1,
  508. day = 6,
  509. id = 607,
  510. eventId = 105,
  511. taskParam = 'maxSceneLv',
  512. actionProgress = 3,
  513. content = '云游之镜达到8阶',
  514. maxProgress = 8,
  515. items = {{type=1,id=811,count=1}},
  516. rateScore = 12
  517. },
  518. {
  519. taskConfigId = 1,
  520. day = 7,
  521. id = 701,
  522. eventId = 104,
  523. taskParam = 'payCount',
  524. actionProgress = 1,
  525. content = '累计充值648元',
  526. maxProgress = 648,
  527. items = {{type=1,id=811,count=1}},
  528. rateScore = 12
  529. },
  530. {
  531. taskConfigId = 1,
  532. day = 7,
  533. id = 702,
  534. eventId = 107,
  535. taskParam = 'tmpLoginDay',
  536. actionProgress = 3,
  537. content = '累计登录7天',
  538. maxProgress = 7,
  539. items = {{type=2,id=10000,qa=1,count=21}},
  540. rateScore = 12
  541. },
  542. {
  543. taskConfigId = 1,
  544. day = 7,
  545. id = 703,
  546. eventId = 102,
  547. taskParam = 'times',
  548. actionProgress = 1,
  549. taskConditions = {{"battleType","==",3}},
  550. content = '云游之镜进行比拼100次',
  551. maxProgress = 100,
  552. items = {{type=1,id=102,count=10}},
  553. rateScore = 12
  554. },
  555. {
  556. taskConfigId = 1,
  557. day = 7,
  558. id = 704,
  559. eventId = 106,
  560. taskParam = 'minColorMaxAttack',
  561. actionProgress = 3,
  562. content = '四色卡牌最高灵力全部达12灵力',
  563. maxProgress = 12,
  564. items = {{type=1,id=301,count=3}},
  565. rateScore = 12
  566. },
  567. {
  568. taskConfigId = 1,
  569. day = 7,
  570. id = 705,
  571. eventId = 102,
  572. taskParam = 'honorTypeWinCount',
  573. taskSecondParam = {"key",">=",1},
  574. actionProgress = 3,
  575. content = '演武演武最高达5胜',
  576. maxProgress = 5,
  577. items = {{type=1,id=811,count=1}},
  578. rateScore = 12
  579. },
  580. {
  581. taskConfigId = 1,
  582. day = 7,
  583. id = 706,
  584. eventId = 109,
  585. taskParam = 'finishAchiveCount',
  586. actionProgress = 3,
  587. content = '激活任意成就20个',
  588. maxProgress = 20,
  589. items = {{type=1,id=101,count=200}},
  590. rateScore = 12
  591. },
  592. {
  593. taskConfigId = 1,
  594. day = 7,
  595. id = 707,
  596. eventId = 105,
  597. taskParam = 'maxSceneLv',
  598. actionProgress = 3,
  599. content = '云游之镜达到9阶',
  600. maxProgress = 9,
  601. items = {{type=1,id=811,count=1}},
  602. rateScore = 12
  603. }
  604. }
  605. return root