EquipConfig.lua 26 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048
  1. local root = {
  2. {
  3. id = 40001,
  4. level = 0,
  5. type = 1,
  6. attr = 1,
  7. value = 0,
  8. upType = 1,
  9. costItems = {{id=50001,count=1},{id=101,count=1000}},
  10. decomposeItems = {{id=401,count=10},{id=101,count=10}},
  11. settingDescription = '这是个很长很长的故事!这是个很长很长的故事!这是个很长很长的故事!这是个很长很长的故事!'
  12. },
  13. {
  14. id = 40001,
  15. level = 1,
  16. type = 1,
  17. attr = 1,
  18. value = 1,
  19. upType = 1,
  20. costItems = {{id=50001,count=2},{id=101,count=1000}},
  21. decomposeItems = {{id=401,count=20},{id=101,count=20}}
  22. },
  23. {
  24. id = 40001,
  25. level = 2,
  26. type = 1,
  27. attr = 1,
  28. value = 2,
  29. upType = 1,
  30. costItems = {{id=50001,count=3},{id=101,count=1000}},
  31. decomposeItems = {{id=401,count=30},{id=101,count=30}}
  32. },
  33. {
  34. id = 40001,
  35. level = 3,
  36. type = 1,
  37. attr = 1,
  38. value = 3,
  39. upType = 1,
  40. costItems = {{id=50001,count=4},{id=101,count=1000}},
  41. decomposeItems = {{id=401,count=40},{id=101,count=40}}
  42. },
  43. {
  44. id = 40001,
  45. level = 4,
  46. type = 1,
  47. attr = 1,
  48. value = 4,
  49. upType = 1,
  50. costItems = {{id=50001,count=5},{id=101,count=1000}},
  51. decomposeItems = {{id=401,count=50},{id=101,count=50}}
  52. },
  53. {
  54. id = 40001,
  55. level = 5,
  56. type = 1,
  57. attr = 1,
  58. value = 5,
  59. upType = 1,
  60. costItems = {{id=50001,count=6},{id=101,count=1000}},
  61. decomposeItems = {{id=401,count=60},{id=101,count=60}}
  62. },
  63. {
  64. id = 40001,
  65. level = 6,
  66. type = 1,
  67. attr = 1,
  68. value = 6,
  69. upType = 1,
  70. costItems = {{id=50001,count=7},{id=101,count=1000}},
  71. decomposeItems = {{id=401,count=70},{id=101,count=70}}
  72. },
  73. {
  74. id = 40001,
  75. level = 7,
  76. type = 1,
  77. attr = 1,
  78. value = 7,
  79. upType = 1,
  80. costItems = {{id=50001,count=8},{id=101,count=1000}},
  81. decomposeItems = {{id=401,count=80},{id=101,count=80}}
  82. },
  83. {
  84. id = 40001,
  85. level = 8,
  86. type = 1,
  87. attr = 1,
  88. value = 8,
  89. upType = 1,
  90. costItems = {{id=50001,count=9},{id=101,count=1000}},
  91. decomposeItems = {{id=401,count=90},{id=101,count=90}}
  92. },
  93. {
  94. id = 40001,
  95. level = 9,
  96. type = 1,
  97. attr = 1,
  98. value = 9,
  99. upType = 2,
  100. costItems = {{id=53001,count=1},{id=101,count=1000}},
  101. decomposeItems = {{id=401,count=100},{id=101,count=100}}
  102. },
  103. {
  104. id = 40001,
  105. level = 10,
  106. type = 1,
  107. attr = 1,
  108. value = 10,
  109. upType = 1,
  110. costItems = {{id=50001,count=11},{id=101,count=1000}},
  111. decomposeItems = {{id=401,count=110},{id=101,count=110}}
  112. },
  113. {
  114. id = 40001,
  115. level = 11,
  116. type = 1,
  117. attr = 1,
  118. value = 11,
  119. upType = 1,
  120. costItems = {{id=50001,count=12},{id=101,count=1000}},
  121. decomposeItems = {{id=401,count=120},{id=101,count=120}}
  122. },
  123. {
  124. id = 40001,
  125. level = 12,
  126. type = 1,
  127. attr = 1,
  128. value = 12,
  129. upType = 1,
  130. costItems = {{id=50001,count=13},{id=101,count=1000}},
  131. decomposeItems = {{id=401,count=130},{id=101,count=130}}
  132. },
  133. {
  134. id = 40001,
  135. level = 13,
  136. type = 1,
  137. attr = 1,
  138. value = 13,
  139. upType = 1,
  140. costItems = {{id=50001,count=14},{id=101,count=1000}},
  141. decomposeItems = {{id=401,count=140},{id=101,count=140}}
  142. },
  143. {
  144. id = 40001,
  145. level = 14,
  146. type = 1,
  147. attr = 1,
  148. value = 14,
  149. upType = 1,
  150. costItems = {{id=50001,count=15},{id=101,count=1000}},
  151. decomposeItems = {{id=401,count=150},{id=101,count=150}}
  152. },
  153. {
  154. id = 40001,
  155. level = 15,
  156. type = 1,
  157. attr = 1,
  158. value = 15,
  159. upType = 1,
  160. costItems = {{id=50001,count=16},{id=101,count=1000}},
  161. decomposeItems = {{id=401,count=160},{id=101,count=160}}
  162. },
  163. {
  164. id = 40001,
  165. level = 16,
  166. type = 1,
  167. attr = 1,
  168. value = 16,
  169. upType = 1,
  170. costItems = {{id=50001,count=17},{id=101,count=1000}},
  171. decomposeItems = {{id=401,count=170},{id=101,count=170}}
  172. },
  173. {
  174. id = 40001,
  175. level = 17,
  176. type = 1,
  177. attr = 1,
  178. value = 17,
  179. upType = 1,
  180. costItems = {{id=50001,count=18},{id=101,count=1000}},
  181. decomposeItems = {{id=401,count=180},{id=101,count=180}}
  182. },
  183. {
  184. id = 40001,
  185. level = 18,
  186. type = 1,
  187. attr = 1,
  188. value = 18,
  189. upType = 1,
  190. costItems = {{id=50001,count=19},{id=101,count=1000}},
  191. decomposeItems = {{id=401,count=190},{id=101,count=190}}
  192. },
  193. {
  194. id = 40001,
  195. level = 19,
  196. type = 1,
  197. attr = 1,
  198. value = 19,
  199. upType = 2,
  200. costItems = {{id=53001,count=2},{id=101,count=1000}},
  201. decomposeItems = {{id=401,count=200},{id=101,count=200}}
  202. },
  203. {
  204. id = 40001,
  205. level = 20,
  206. type = 1,
  207. attr = 1,
  208. value = 20,
  209. upType = 1,
  210. costItems = {{id=50001,count=21},{id=101,count=1000}},
  211. decomposeItems = {{id=401,count=210},{id=101,count=210}}
  212. },
  213. {
  214. id = 40001,
  215. level = 21,
  216. type = 1,
  217. attr = 1,
  218. value = 21,
  219. upType = 1,
  220. costItems = {{id=50001,count=22},{id=101,count=1000}},
  221. decomposeItems = {{id=401,count=220},{id=101,count=220}}
  222. },
  223. {
  224. id = 40001,
  225. level = 22,
  226. type = 1,
  227. attr = 1,
  228. value = 22,
  229. upType = 1,
  230. costItems = {{id=50001,count=23},{id=101,count=1000}},
  231. decomposeItems = {{id=401,count=230},{id=101,count=230}}
  232. },
  233. {
  234. id = 40001,
  235. level = 23,
  236. type = 1,
  237. attr = 1,
  238. value = 23,
  239. upType = 1,
  240. costItems = {{id=50001,count=24},{id=101,count=1000}},
  241. decomposeItems = {{id=401,count=240},{id=101,count=240}}
  242. },
  243. {
  244. id = 40001,
  245. level = 24,
  246. type = 1,
  247. attr = 1,
  248. value = 24,
  249. upType = 1,
  250. costItems = {{id=50001,count=25},{id=101,count=1000}},
  251. decomposeItems = {{id=401,count=250},{id=101,count=250}}
  252. },
  253. {
  254. id = 40001,
  255. level = 25,
  256. type = 1,
  257. attr = 1,
  258. value = 25,
  259. upType = 1,
  260. costItems = {{id=50001,count=26},{id=101,count=1000}},
  261. decomposeItems = {{id=401,count=260},{id=101,count=260}}
  262. },
  263. {
  264. id = 40001,
  265. level = 26,
  266. type = 1,
  267. attr = 1,
  268. value = 26,
  269. upType = 1,
  270. costItems = {{id=50001,count=27},{id=101,count=1000}},
  271. decomposeItems = {{id=401,count=270},{id=101,count=270}}
  272. },
  273. {
  274. id = 40001,
  275. level = 27,
  276. type = 1,
  277. attr = 1,
  278. value = 27,
  279. upType = 1,
  280. costItems = {{id=50001,count=28},{id=101,count=1000}},
  281. decomposeItems = {{id=401,count=280},{id=101,count=280}}
  282. },
  283. {
  284. id = 40001,
  285. level = 28,
  286. type = 1,
  287. attr = 1,
  288. value = 28,
  289. upType = 1,
  290. costItems = {{id=50001,count=29},{id=101,count=1000}},
  291. decomposeItems = {{id=401,count=290},{id=101,count=290}}
  292. },
  293. {
  294. id = 40001,
  295. level = 29,
  296. type = 1,
  297. attr = 1,
  298. value = 29,
  299. upType = 2,
  300. costItems = {{id=53001,count=3},{id=101,count=1000}},
  301. decomposeItems = {{id=401,count=300},{id=101,count=300}}
  302. },
  303. {
  304. id = 40001,
  305. level = 30,
  306. type = 1,
  307. attr = 1,
  308. value = 30,
  309. upType = 1,
  310. costItems = {{id=50001,count=31},{id=101,count=1000}},
  311. decomposeItems = {{id=401,count=310},{id=101,count=310}}
  312. },
  313. {
  314. id = 40001,
  315. level = 31,
  316. type = 1,
  317. attr = 1,
  318. value = 31,
  319. upType = 1,
  320. costItems = {{id=50001,count=32},{id=101,count=1000}},
  321. decomposeItems = {{id=401,count=320},{id=101,count=320}}
  322. },
  323. {
  324. id = 40001,
  325. level = 32,
  326. type = 1,
  327. attr = 1,
  328. value = 32,
  329. upType = 1,
  330. costItems = {{id=50001,count=33},{id=101,count=1000}},
  331. decomposeItems = {{id=401,count=330},{id=101,count=330}}
  332. },
  333. {
  334. id = 40001,
  335. level = 33,
  336. type = 1,
  337. attr = 1,
  338. value = 33,
  339. upType = 1,
  340. costItems = {{id=50001,count=34},{id=101,count=1000}},
  341. decomposeItems = {{id=401,count=340},{id=101,count=340}}
  342. },
  343. {
  344. id = 40001,
  345. level = 34,
  346. type = 1,
  347. attr = 1,
  348. value = 34,
  349. upType = 1,
  350. costItems = {{id=50001,count=35},{id=101,count=1000}},
  351. decomposeItems = {{id=401,count=350},{id=101,count=350}}
  352. },
  353. {
  354. id = 40001,
  355. level = 35,
  356. type = 1,
  357. attr = 1,
  358. value = 35,
  359. upType = 1,
  360. costItems = {{id=50001,count=36},{id=101,count=1000}},
  361. decomposeItems = {{id=401,count=360},{id=101,count=360}}
  362. },
  363. {
  364. id = 40001,
  365. level = 36,
  366. type = 1,
  367. attr = 1,
  368. value = 36,
  369. upType = 1,
  370. costItems = {{id=50001,count=37},{id=101,count=1000}},
  371. decomposeItems = {{id=401,count=370},{id=101,count=370}}
  372. },
  373. {
  374. id = 40001,
  375. level = 37,
  376. type = 1,
  377. attr = 1,
  378. value = 37,
  379. upType = 1,
  380. costItems = {{id=50001,count=38},{id=101,count=1000}},
  381. decomposeItems = {{id=401,count=380},{id=101,count=380}}
  382. },
  383. {
  384. id = 40001,
  385. level = 38,
  386. type = 1,
  387. attr = 1,
  388. value = 38,
  389. upType = 1,
  390. costItems = {{id=50001,count=39},{id=101,count=1000}},
  391. decomposeItems = {{id=401,count=390},{id=101,count=390}}
  392. },
  393. {
  394. id = 40001,
  395. level = 39,
  396. type = 1,
  397. attr = 1,
  398. value = 39,
  399. upType = 2,
  400. costItems = {{id=53001,count=4},{id=101,count=1000}},
  401. decomposeItems = {{id=401,count=400},{id=101,count=400}}
  402. },
  403. {
  404. id = 40001,
  405. level = 40,
  406. type = 1,
  407. attr = 1,
  408. value = 40,
  409. upType = 1,
  410. costItems = {{id=50001,count=41},{id=101,count=1000}},
  411. decomposeItems = {{id=401,count=410},{id=101,count=410}}
  412. },
  413. {
  414. id = 40001,
  415. level = 41,
  416. type = 1,
  417. attr = 1,
  418. value = 41,
  419. upType = 1,
  420. costItems = {{id=50001,count=42},{id=101,count=1000}},
  421. decomposeItems = {{id=401,count=420},{id=101,count=420}}
  422. },
  423. {
  424. id = 40001,
  425. level = 42,
  426. type = 1,
  427. attr = 1,
  428. value = 42,
  429. upType = 1,
  430. costItems = {{id=50001,count=43},{id=101,count=1000}},
  431. decomposeItems = {{id=401,count=430},{id=101,count=430}}
  432. },
  433. {
  434. id = 40001,
  435. level = 43,
  436. type = 1,
  437. attr = 1,
  438. value = 43,
  439. upType = 1,
  440. costItems = {{id=50001,count=44},{id=101,count=1000}},
  441. decomposeItems = {{id=401,count=440},{id=101,count=440}}
  442. },
  443. {
  444. id = 40001,
  445. level = 44,
  446. type = 1,
  447. attr = 1,
  448. value = 44,
  449. upType = 1,
  450. costItems = {{id=50001,count=45},{id=101,count=1000}},
  451. decomposeItems = {{id=401,count=450},{id=101,count=450}}
  452. },
  453. {
  454. id = 40001,
  455. level = 45,
  456. type = 1,
  457. attr = 1,
  458. value = 45,
  459. upType = 1,
  460. costItems = {{id=50001,count=46},{id=101,count=1000}},
  461. decomposeItems = {{id=401,count=460},{id=101,count=460}}
  462. },
  463. {
  464. id = 40001,
  465. level = 46,
  466. type = 1,
  467. attr = 1,
  468. value = 46,
  469. upType = 1,
  470. costItems = {{id=50001,count=47},{id=101,count=1000}},
  471. decomposeItems = {{id=401,count=470},{id=101,count=470}}
  472. },
  473. {
  474. id = 40001,
  475. level = 47,
  476. type = 1,
  477. attr = 1,
  478. value = 47,
  479. upType = 1,
  480. costItems = {{id=50001,count=48},{id=101,count=1000}},
  481. decomposeItems = {{id=401,count=480},{id=101,count=480}}
  482. },
  483. {
  484. id = 40001,
  485. level = 48,
  486. type = 1,
  487. attr = 1,
  488. value = 48,
  489. upType = 1,
  490. costItems = {{id=50001,count=49},{id=101,count=1000}},
  491. decomposeItems = {{id=401,count=490},{id=101,count=490}}
  492. },
  493. {
  494. id = 40001,
  495. level = 49,
  496. type = 1,
  497. attr = 1,
  498. value = 49,
  499. upType = 2,
  500. costItems = {{id=53001,count=5},{id=101,count=1000}},
  501. decomposeItems = {{id=401,count=500},{id=101,count=500}}
  502. },
  503. {
  504. id = 40001,
  505. level = 50,
  506. type = 1,
  507. attr = 1,
  508. value = 50
  509. },
  510. {
  511. id = 41001,
  512. level = 0,
  513. type = 2,
  514. attr = 2,
  515. value = 0,
  516. upType = 1,
  517. costItems = {{id=51001,count=1},{id=101,count=1000}},
  518. decomposeItems = {{id=402,count=10},{id=101,count=10}},
  519. settingDescription = '这是个很长很长的故事!这是个很长很长的故事!这是个很长很长的故事!这是个很长很长的故事!'
  520. },
  521. {
  522. id = 41001,
  523. level = 1,
  524. type = 2,
  525. attr = 2,
  526. value = 100,
  527. upType = 1,
  528. costItems = {{id=51001,count=2},{id=101,count=1000}},
  529. decomposeItems = {{id=402,count=20},{id=101,count=20}}
  530. },
  531. {
  532. id = 41001,
  533. level = 2,
  534. type = 2,
  535. attr = 2,
  536. value = 200,
  537. upType = 1,
  538. costItems = {{id=51001,count=3},{id=101,count=1000}},
  539. decomposeItems = {{id=402,count=30},{id=101,count=30}}
  540. },
  541. {
  542. id = 41001,
  543. level = 3,
  544. type = 2,
  545. attr = 2,
  546. value = 300,
  547. upType = 1,
  548. costItems = {{id=51001,count=4},{id=101,count=1000}},
  549. decomposeItems = {{id=402,count=40},{id=101,count=40}}
  550. },
  551. {
  552. id = 41001,
  553. level = 4,
  554. type = 2,
  555. attr = 2,
  556. value = 400,
  557. upType = 1,
  558. costItems = {{id=51001,count=5},{id=101,count=1000}},
  559. decomposeItems = {{id=402,count=50},{id=101,count=50}}
  560. },
  561. {
  562. id = 41001,
  563. level = 5,
  564. type = 2,
  565. attr = 2,
  566. value = 500,
  567. upType = 1,
  568. costItems = {{id=51001,count=6},{id=101,count=1000}},
  569. decomposeItems = {{id=402,count=60},{id=101,count=60}}
  570. },
  571. {
  572. id = 41001,
  573. level = 6,
  574. type = 2,
  575. attr = 2,
  576. value = 600,
  577. upType = 1,
  578. costItems = {{id=51001,count=7},{id=101,count=1000}},
  579. decomposeItems = {{id=402,count=70},{id=101,count=70}}
  580. },
  581. {
  582. id = 41001,
  583. level = 7,
  584. type = 2,
  585. attr = 2,
  586. value = 700,
  587. upType = 1,
  588. costItems = {{id=51001,count=8},{id=101,count=1000}},
  589. decomposeItems = {{id=402,count=80},{id=101,count=80}}
  590. },
  591. {
  592. id = 41001,
  593. level = 8,
  594. type = 2,
  595. attr = 2,
  596. value = 800,
  597. upType = 1,
  598. costItems = {{id=51001,count=9},{id=101,count=1000}},
  599. decomposeItems = {{id=402,count=90},{id=101,count=90}}
  600. },
  601. {
  602. id = 41001,
  603. level = 9,
  604. type = 2,
  605. attr = 2,
  606. value = 900,
  607. upType = 2,
  608. costItems = {{id=53001,count=1},{id=101,count=1000}},
  609. decomposeItems = {{id=402,count=100},{id=101,count=100}}
  610. },
  611. {
  612. id = 41001,
  613. level = 10,
  614. type = 2,
  615. attr = 2,
  616. value = 1000,
  617. upType = 1,
  618. costItems = {{id=51001,count=11},{id=101,count=1000}},
  619. decomposeItems = {{id=402,count=110},{id=101,count=110}}
  620. },
  621. {
  622. id = 41001,
  623. level = 11,
  624. type = 2,
  625. attr = 2,
  626. value = 1100,
  627. upType = 1,
  628. costItems = {{id=51001,count=12},{id=101,count=1000}},
  629. decomposeItems = {{id=402,count=120},{id=101,count=120}}
  630. },
  631. {
  632. id = 41001,
  633. level = 12,
  634. type = 2,
  635. attr = 2,
  636. value = 1200,
  637. upType = 1,
  638. costItems = {{id=51001,count=13},{id=101,count=1000}},
  639. decomposeItems = {{id=402,count=130},{id=101,count=130}}
  640. },
  641. {
  642. id = 41001,
  643. level = 13,
  644. type = 2,
  645. attr = 2,
  646. value = 1300,
  647. upType = 1,
  648. costItems = {{id=51001,count=14},{id=101,count=1000}},
  649. decomposeItems = {{id=402,count=140},{id=101,count=140}}
  650. },
  651. {
  652. id = 41001,
  653. level = 14,
  654. type = 2,
  655. attr = 2,
  656. value = 1400,
  657. upType = 1,
  658. costItems = {{id=51001,count=15},{id=101,count=1000}},
  659. decomposeItems = {{id=402,count=150},{id=101,count=150}}
  660. },
  661. {
  662. id = 41001,
  663. level = 15,
  664. type = 2,
  665. attr = 2,
  666. value = 1500,
  667. upType = 1,
  668. costItems = {{id=51001,count=16},{id=101,count=1000}},
  669. decomposeItems = {{id=402,count=160},{id=101,count=160}}
  670. },
  671. {
  672. id = 41001,
  673. level = 16,
  674. type = 2,
  675. attr = 2,
  676. value = 1600,
  677. upType = 1,
  678. costItems = {{id=51001,count=17},{id=101,count=1000}},
  679. decomposeItems = {{id=402,count=170},{id=101,count=170}}
  680. },
  681. {
  682. id = 41001,
  683. level = 17,
  684. type = 2,
  685. attr = 2,
  686. value = 1700,
  687. upType = 1,
  688. costItems = {{id=51001,count=18},{id=101,count=1000}},
  689. decomposeItems = {{id=402,count=180},{id=101,count=180}}
  690. },
  691. {
  692. id = 41001,
  693. level = 18,
  694. type = 2,
  695. attr = 2,
  696. value = 1800,
  697. upType = 1,
  698. costItems = {{id=51001,count=19},{id=101,count=1000}},
  699. decomposeItems = {{id=402,count=190},{id=101,count=190}}
  700. },
  701. {
  702. id = 41001,
  703. level = 19,
  704. type = 2,
  705. attr = 2,
  706. value = 1900,
  707. upType = 2,
  708. costItems = {{id=53001,count=2},{id=101,count=1000}},
  709. decomposeItems = {{id=402,count=200},{id=101,count=200}}
  710. },
  711. {
  712. id = 41001,
  713. level = 20,
  714. type = 2,
  715. attr = 2,
  716. value = 2000,
  717. upType = 1,
  718. costItems = {{id=51001,count=21},{id=101,count=1000}},
  719. decomposeItems = {{id=402,count=210},{id=101,count=210}}
  720. },
  721. {
  722. id = 41001,
  723. level = 21,
  724. type = 2,
  725. attr = 2,
  726. value = 2100,
  727. upType = 1,
  728. costItems = {{id=51001,count=22},{id=101,count=1000}},
  729. decomposeItems = {{id=402,count=220},{id=101,count=220}}
  730. },
  731. {
  732. id = 41001,
  733. level = 22,
  734. type = 2,
  735. attr = 2,
  736. value = 2200,
  737. upType = 1,
  738. costItems = {{id=51001,count=23},{id=101,count=1000}},
  739. decomposeItems = {{id=402,count=230},{id=101,count=230}}
  740. },
  741. {
  742. id = 41001,
  743. level = 23,
  744. type = 2,
  745. attr = 2,
  746. value = 2300,
  747. upType = 1,
  748. costItems = {{id=51001,count=24},{id=101,count=1000}},
  749. decomposeItems = {{id=402,count=240},{id=101,count=240}}
  750. },
  751. {
  752. id = 41001,
  753. level = 24,
  754. type = 2,
  755. attr = 2,
  756. value = 2400,
  757. upType = 1,
  758. costItems = {{id=51001,count=25},{id=101,count=1000}},
  759. decomposeItems = {{id=402,count=250},{id=101,count=250}}
  760. },
  761. {
  762. id = 41001,
  763. level = 25,
  764. type = 2,
  765. attr = 2,
  766. value = 2500,
  767. upType = 1,
  768. costItems = {{id=51001,count=26},{id=101,count=1000}},
  769. decomposeItems = {{id=402,count=260},{id=101,count=260}}
  770. },
  771. {
  772. id = 41001,
  773. level = 26,
  774. type = 2,
  775. attr = 2,
  776. value = 2600,
  777. upType = 1,
  778. costItems = {{id=51001,count=27},{id=101,count=1000}},
  779. decomposeItems = {{id=402,count=270},{id=101,count=270}}
  780. },
  781. {
  782. id = 41001,
  783. level = 27,
  784. type = 2,
  785. attr = 2,
  786. value = 2700,
  787. upType = 1,
  788. costItems = {{id=51001,count=28},{id=101,count=1000}},
  789. decomposeItems = {{id=402,count=280},{id=101,count=280}}
  790. },
  791. {
  792. id = 41001,
  793. level = 28,
  794. type = 2,
  795. attr = 2,
  796. value = 2800,
  797. upType = 1,
  798. costItems = {{id=51001,count=29},{id=101,count=1000}},
  799. decomposeItems = {{id=402,count=290},{id=101,count=290}}
  800. },
  801. {
  802. id = 41001,
  803. level = 29,
  804. type = 2,
  805. attr = 2,
  806. value = 2900,
  807. upType = 2,
  808. costItems = {{id=53001,count=3},{id=101,count=1000}},
  809. decomposeItems = {{id=402,count=300},{id=101,count=300}}
  810. },
  811. {
  812. id = 41001,
  813. level = 30,
  814. type = 2,
  815. attr = 2,
  816. value = 3000,
  817. upType = 1,
  818. costItems = {{id=51001,count=31},{id=101,count=1000}},
  819. decomposeItems = {{id=402,count=310},{id=101,count=310}}
  820. },
  821. {
  822. id = 41001,
  823. level = 31,
  824. type = 2,
  825. attr = 2,
  826. value = 3100,
  827. upType = 1,
  828. costItems = {{id=51001,count=32},{id=101,count=1000}},
  829. decomposeItems = {{id=402,count=320},{id=101,count=320}}
  830. },
  831. {
  832. id = 41001,
  833. level = 32,
  834. type = 2,
  835. attr = 2,
  836. value = 3200,
  837. upType = 1,
  838. costItems = {{id=51001,count=33},{id=101,count=1000}},
  839. decomposeItems = {{id=402,count=330},{id=101,count=330}}
  840. },
  841. {
  842. id = 41001,
  843. level = 33,
  844. type = 2,
  845. attr = 2,
  846. value = 3300,
  847. upType = 1,
  848. costItems = {{id=51001,count=34},{id=101,count=1000}},
  849. decomposeItems = {{id=402,count=340},{id=101,count=340}}
  850. },
  851. {
  852. id = 41001,
  853. level = 34,
  854. type = 2,
  855. attr = 2,
  856. value = 3400,
  857. upType = 1,
  858. costItems = {{id=51001,count=35},{id=101,count=1000}},
  859. decomposeItems = {{id=402,count=350},{id=101,count=350}}
  860. },
  861. {
  862. id = 41001,
  863. level = 35,
  864. type = 2,
  865. attr = 2,
  866. value = 3500,
  867. upType = 1,
  868. costItems = {{id=51001,count=36},{id=101,count=1000}},
  869. decomposeItems = {{id=402,count=360},{id=101,count=360}}
  870. },
  871. {
  872. id = 41001,
  873. level = 36,
  874. type = 2,
  875. attr = 2,
  876. value = 3600,
  877. upType = 1,
  878. costItems = {{id=51001,count=37},{id=101,count=1000}},
  879. decomposeItems = {{id=402,count=370},{id=101,count=370}}
  880. },
  881. {
  882. id = 41001,
  883. level = 37,
  884. type = 2,
  885. attr = 2,
  886. value = 3700,
  887. upType = 1,
  888. costItems = {{id=51001,count=38},{id=101,count=1000}},
  889. decomposeItems = {{id=402,count=380},{id=101,count=380}}
  890. },
  891. {
  892. id = 41001,
  893. level = 38,
  894. type = 2,
  895. attr = 2,
  896. value = 3800,
  897. upType = 1,
  898. costItems = {{id=51001,count=39},{id=101,count=1000}},
  899. decomposeItems = {{id=402,count=390},{id=101,count=390}}
  900. },
  901. {
  902. id = 41001,
  903. level = 39,
  904. type = 2,
  905. attr = 2,
  906. value = 3900,
  907. upType = 2,
  908. costItems = {{id=53001,count=4},{id=101,count=1000}},
  909. decomposeItems = {{id=402,count=400},{id=101,count=400}}
  910. },
  911. {
  912. id = 41001,
  913. level = 40,
  914. type = 2,
  915. attr = 2,
  916. value = 4000,
  917. upType = 1,
  918. costItems = {{id=51001,count=41},{id=101,count=1000}},
  919. decomposeItems = {{id=402,count=410},{id=101,count=410}}
  920. },
  921. {
  922. id = 41001,
  923. level = 41,
  924. type = 2,
  925. attr = 2,
  926. value = 4100,
  927. upType = 1,
  928. costItems = {{id=51001,count=42},{id=101,count=1000}},
  929. decomposeItems = {{id=402,count=420},{id=101,count=420}}
  930. },
  931. {
  932. id = 41001,
  933. level = 42,
  934. type = 2,
  935. attr = 2,
  936. value = 4200,
  937. upType = 1,
  938. costItems = {{id=51001,count=43},{id=101,count=1000}},
  939. decomposeItems = {{id=402,count=430},{id=101,count=430}}
  940. },
  941. {
  942. id = 41001,
  943. level = 43,
  944. type = 2,
  945. attr = 2,
  946. value = 4300,
  947. upType = 1,
  948. costItems = {{id=51001,count=44},{id=101,count=1000}},
  949. decomposeItems = {{id=402,count=440},{id=101,count=440}}
  950. },
  951. {
  952. id = 41001,
  953. level = 44,
  954. type = 2,
  955. attr = 2,
  956. value = 4400,
  957. upType = 1,
  958. costItems = {{id=51001,count=45},{id=101,count=1000}},
  959. decomposeItems = {{id=402,count=450},{id=101,count=450}}
  960. },
  961. {
  962. id = 41001,
  963. level = 45,
  964. type = 2,
  965. attr = 2,
  966. value = 4500,
  967. upType = 1,
  968. costItems = {{id=51001,count=46},{id=101,count=1000}},
  969. decomposeItems = {{id=402,count=460},{id=101,count=460}}
  970. },
  971. {
  972. id = 41001,
  973. level = 46,
  974. type = 2,
  975. attr = 2,
  976. value = 4600,
  977. upType = 1,
  978. costItems = {{id=51001,count=47},{id=101,count=1000}},
  979. decomposeItems = {{id=402,count=470},{id=101,count=470}}
  980. },
  981. {
  982. id = 41001,
  983. level = 47,
  984. type = 2,
  985. attr = 2,
  986. value = 4700,
  987. upType = 1,
  988. costItems = {{id=51001,count=48},{id=101,count=1000}},
  989. decomposeItems = {{id=402,count=480},{id=101,count=480}}
  990. },
  991. {
  992. id = 41001,
  993. level = 48,
  994. type = 2,
  995. attr = 2,
  996. value = 4800,
  997. upType = 1,
  998. costItems = {{id=51001,count=49},{id=101,count=1000}},
  999. decomposeItems = {{id=402,count=490},{id=101,count=490}}
  1000. },
  1001. {
  1002. id = 41001,
  1003. level = 49,
  1004. type = 2,
  1005. attr = 2,
  1006. value = 4900,
  1007. upType = 2,
  1008. costItems = {{id=53001,count=5},{id=101,count=1000}},
  1009. decomposeItems = {{id=402,count=500},{id=101,count=500}}
  1010. },
  1011. {
  1012. id = 41001,
  1013. level = 50,
  1014. type = 2,
  1015. attr = 2,
  1016. value = 5000
  1017. },
  1018. {
  1019. id = 42001,
  1020. level = 0,
  1021. type = 3,
  1022. attr = 3,
  1023. value = 0,
  1024. upType = 1,
  1025. costItems = {{id=52001,count=1},{id=101,count=1000}},
  1026. decomposeItems = {{id=403,count=10},{id=101,count=10}},
  1027. settingDescription = '这是个很长很长的故事!这是个很长很长的故事!这是个很长很长的故事!这是个很长很长的故事!'
  1028. },
  1029. {
  1030. id = 42001,
  1031. level = 1,
  1032. type = 3,
  1033. attr = 3,
  1034. value = 1,
  1035. upType = 1,
  1036. costItems = {{id=52001,count=2},{id=101,count=1000}},
  1037. decomposeItems = {{id=403,count=20},{id=101,count=20}}
  1038. },
  1039. {
  1040. id = 42001,
  1041. level = 2,
  1042. type = 3,
  1043. attr = 3,
  1044. value = 2,
  1045. decomposeItems = {{id=403,count=20},{id=101,count=30}}
  1046. }
  1047. }
  1048. return root