ArtifactExpCfg.lua 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002
  1. local ArtifactExpCfg = {
  2. [1]={
  3. ['ArtifactLevel']=1,
  4. ['UpgradeCost']={{48,10},{1,10000}},
  5. ['Nature']={{21,4}},
  6. },
  7. [2]={
  8. ['ArtifactLevel']=2,
  9. ['UpgradeCost']={{48,20},{1,20000}},
  10. ['Nature']={{21,6}},
  11. },
  12. [3]={
  13. ['ArtifactLevel']=3,
  14. ['UpgradeCost']={{48,30},{1,30000}},
  15. ['Nature']={{21,10}},
  16. },
  17. [4]={
  18. ['ArtifactLevel']=4,
  19. ['UpgradeCost']={{48,40},{1,40000}},
  20. ['Nature']={{21,12}},
  21. },
  22. [5]={
  23. ['ArtifactLevel']=5,
  24. ['UpgradeCost']={{48,50},{1,50000}},
  25. ['Nature']={{21,14}},
  26. },
  27. [6]={
  28. ['ArtifactLevel']=6,
  29. ['UpgradeCost']={{48,70},{1,60000}},
  30. ['Nature']={{21,18}},
  31. },
  32. [7]={
  33. ['ArtifactLevel']=7,
  34. ['UpgradeCost']={{48,90},{1,70000}},
  35. ['Nature']={{21,20}},
  36. },
  37. [8]={
  38. ['ArtifactLevel']=8,
  39. ['UpgradeCost']={{48,110},{1,80000}},
  40. ['Nature']={{21,24}},
  41. },
  42. [9]={
  43. ['ArtifactLevel']=9,
  44. ['UpgradeCost']={{48,130},{1,90000}},
  45. ['Nature']={{21,28}},
  46. },
  47. [10]={
  48. ['ArtifactLevel']=10,
  49. ['UpgradeCost']={{48,150},{1,100000}},
  50. ['Nature']={{21,32}},
  51. },
  52. [11]={
  53. ['ArtifactLevel']=11,
  54. ['UpgradeCost']={{48,170},{1,110000}},
  55. ['Nature']={{21,36}},
  56. },
  57. [12]={
  58. ['ArtifactLevel']=12,
  59. ['UpgradeCost']={{48,190},{1,120000}},
  60. ['Nature']={{21,40}},
  61. },
  62. [13]={
  63. ['ArtifactLevel']=13,
  64. ['UpgradeCost']={{48,210},{1,130000}},
  65. ['Nature']={{21,44}},
  66. },
  67. [14]={
  68. ['ArtifactLevel']=14,
  69. ['UpgradeCost']={{48,230},{1,140000}},
  70. ['Nature']={{21,48}},
  71. },
  72. [15]={
  73. ['ArtifactLevel']=15,
  74. ['UpgradeCost']={{48,250},{1,150000}},
  75. ['Nature']={{21,52}},
  76. },
  77. [16]={
  78. ['ArtifactLevel']=16,
  79. ['UpgradeCost']={{48,270},{1,160000}},
  80. ['Nature']={{21,56}},
  81. },
  82. [17]={
  83. ['ArtifactLevel']=17,
  84. ['UpgradeCost']={{48,290},{1,170000}},
  85. ['Nature']={{21,60}},
  86. },
  87. [18]={
  88. ['ArtifactLevel']=18,
  89. ['UpgradeCost']={{48,310},{1,180000}},
  90. ['Nature']={{21,66}},
  91. },
  92. [19]={
  93. ['ArtifactLevel']=19,
  94. ['UpgradeCost']={{48,330},{1,190000}},
  95. ['Nature']={{21,70}},
  96. },
  97. [20]={
  98. ['ArtifactLevel']=20,
  99. ['UpgradeCost']={{48,350},{1,200000}},
  100. ['Nature']={{21,74}},
  101. },
  102. [21]={
  103. ['ArtifactLevel']=21,
  104. ['UpgradeCost']={{48,380},{1,210000}},
  105. ['Nature']={{21,80}},
  106. },
  107. [22]={
  108. ['ArtifactLevel']=22,
  109. ['UpgradeCost']={{48,410},{1,220000}},
  110. ['Nature']={{21,86}},
  111. },
  112. [23]={
  113. ['ArtifactLevel']=23,
  114. ['UpgradeCost']={{48,440},{1,230000}},
  115. ['Nature']={{21,90}},
  116. },
  117. [24]={
  118. ['ArtifactLevel']=24,
  119. ['UpgradeCost']={{48,470},{1,240000}},
  120. ['Nature']={{21,96}},
  121. },
  122. [25]={
  123. ['ArtifactLevel']=25,
  124. ['UpgradeCost']={{48,500},{1,250000}},
  125. ['Nature']={{21,102}},
  126. },
  127. [26]={
  128. ['ArtifactLevel']=26,
  129. ['UpgradeCost']={{48,530},{1,260000}},
  130. ['Nature']={{21,106}},
  131. },
  132. [27]={
  133. ['ArtifactLevel']=27,
  134. ['UpgradeCost']={{48,560},{1,270000}},
  135. ['Nature']={{21,112}},
  136. },
  137. [28]={
  138. ['ArtifactLevel']=28,
  139. ['UpgradeCost']={{48,590},{1,280000}},
  140. ['Nature']={{21,118}},
  141. },
  142. [29]={
  143. ['ArtifactLevel']=29,
  144. ['UpgradeCost']={{48,620},{1,290000}},
  145. ['Nature']={{21,124}},
  146. },
  147. [30]={
  148. ['ArtifactLevel']=30,
  149. ['UpgradeCost']={{48,650},{1,300000}},
  150. ['Nature']={{21,130}},
  151. },
  152. [31]={
  153. ['ArtifactLevel']=31,
  154. ['UpgradeCost']={{48,700},{1,310000}},
  155. ['Nature']={{21,136}},
  156. },
  157. [32]={
  158. ['ArtifactLevel']=32,
  159. ['UpgradeCost']={{48,750},{1,320000}},
  160. ['Nature']={{21,142}},
  161. },
  162. [33]={
  163. ['ArtifactLevel']=33,
  164. ['UpgradeCost']={{48,800},{1,330000}},
  165. ['Nature']={{21,150}},
  166. },
  167. [34]={
  168. ['ArtifactLevel']=34,
  169. ['UpgradeCost']={{48,850},{1,340000}},
  170. ['Nature']={{21,156}},
  171. },
  172. [35]={
  173. ['ArtifactLevel']=35,
  174. ['UpgradeCost']={{48,900},{1,350000}},
  175. ['Nature']={{21,162}},
  176. },
  177. [36]={
  178. ['ArtifactLevel']=36,
  179. ['UpgradeCost']={{48,950},{1,360000}},
  180. ['Nature']={{21,168}},
  181. },
  182. [37]={
  183. ['ArtifactLevel']=37,
  184. ['UpgradeCost']={{48,1000},{1,370000}},
  185. ['Nature']={{21,176}},
  186. },
  187. [38]={
  188. ['ArtifactLevel']=38,
  189. ['UpgradeCost']={{48,1050},{1,380000}},
  190. ['Nature']={{21,182}},
  191. },
  192. [39]={
  193. ['ArtifactLevel']=39,
  194. ['UpgradeCost']={{48,1100},{1,390000}},
  195. ['Nature']={{21,190}},
  196. },
  197. [40]={
  198. ['ArtifactLevel']=40,
  199. ['UpgradeCost']={{48,1150},{1,400000}},
  200. ['Nature']={{21,196}},
  201. },
  202. [41]={
  203. ['ArtifactLevel']=41,
  204. ['UpgradeCost']={{48,1200},{1,410000}},
  205. ['Nature']={{21,204}},
  206. },
  207. [42]={
  208. ['ArtifactLevel']=42,
  209. ['UpgradeCost']={{48,1250},{1,420000}},
  210. ['Nature']={{21,212}},
  211. },
  212. [43]={
  213. ['ArtifactLevel']=43,
  214. ['UpgradeCost']={{48,1300},{1,430000}},
  215. ['Nature']={{21,218}},
  216. },
  217. [44]={
  218. ['ArtifactLevel']=44,
  219. ['UpgradeCost']={{48,1350},{1,440000}},
  220. ['Nature']={{21,226}},
  221. },
  222. [45]={
  223. ['ArtifactLevel']=45,
  224. ['UpgradeCost']={{48,1400},{1,450000}},
  225. ['Nature']={{21,234}},
  226. },
  227. [46]={
  228. ['ArtifactLevel']=46,
  229. ['UpgradeCost']={{48,1450},{1,460000}},
  230. ['Nature']={{21,242}},
  231. },
  232. [47]={
  233. ['ArtifactLevel']=47,
  234. ['UpgradeCost']={{48,1500},{1,470000}},
  235. ['Nature']={{21,250}},
  236. },
  237. [48]={
  238. ['ArtifactLevel']=48,
  239. ['UpgradeCost']={{48,1550},{1,480000}},
  240. ['Nature']={{21,258}},
  241. },
  242. [49]={
  243. ['ArtifactLevel']=49,
  244. ['UpgradeCost']={{48,1600},{1,490000}},
  245. ['Nature']={{21,266}},
  246. },
  247. [50]={
  248. ['ArtifactLevel']=50,
  249. ['UpgradeCost']={{48,1650},{1,500000}},
  250. ['Nature']={{21,274}},
  251. },
  252. [51]={
  253. ['ArtifactLevel']=51,
  254. ['UpgradeCost']={{48,1725},{1,510000}},
  255. ['Nature']={{21,282}},
  256. },
  257. [52]={
  258. ['ArtifactLevel']=52,
  259. ['UpgradeCost']={{48,1800},{1,520000}},
  260. ['Nature']={{21,290}},
  261. },
  262. [53]={
  263. ['ArtifactLevel']=53,
  264. ['UpgradeCost']={{48,1875},{1,530000}},
  265. ['Nature']={{21,298}},
  266. },
  267. [54]={
  268. ['ArtifactLevel']=54,
  269. ['UpgradeCost']={{48,1950},{1,540000}},
  270. ['Nature']={{21,306}},
  271. },
  272. [55]={
  273. ['ArtifactLevel']=55,
  274. ['UpgradeCost']={{48,2025},{1,550000}},
  275. ['Nature']={{21,316}},
  276. },
  277. [56]={
  278. ['ArtifactLevel']=56,
  279. ['UpgradeCost']={{48,2100},{1,560000}},
  280. ['Nature']={{21,324}},
  281. },
  282. [57]={
  283. ['ArtifactLevel']=57,
  284. ['UpgradeCost']={{48,2175},{1,570000}},
  285. ['Nature']={{21,334}},
  286. },
  287. [58]={
  288. ['ArtifactLevel']=58,
  289. ['UpgradeCost']={{48,2250},{1,580000}},
  290. ['Nature']={{21,342}},
  291. },
  292. [59]={
  293. ['ArtifactLevel']=59,
  294. ['UpgradeCost']={{48,2325},{1,590000}},
  295. ['Nature']={{21,352}},
  296. },
  297. [60]={
  298. ['ArtifactLevel']=60,
  299. ['UpgradeCost']={{48,2400},{1,600000}},
  300. ['Nature']={{21,360}},
  301. },
  302. [61]={
  303. ['ArtifactLevel']=61,
  304. ['UpgradeCost']={{48,2500},{1,610000}},
  305. ['Nature']={{21,370}},
  306. },
  307. [62]={
  308. ['ArtifactLevel']=62,
  309. ['UpgradeCost']={{48,2600},{1,620000}},
  310. ['Nature']={{21,378}},
  311. },
  312. [63]={
  313. ['ArtifactLevel']=63,
  314. ['UpgradeCost']={{48,2700},{1,630000}},
  315. ['Nature']={{21,388}},
  316. },
  317. [64]={
  318. ['ArtifactLevel']=64,
  319. ['UpgradeCost']={{48,2800},{1,640000}},
  320. ['Nature']={{21,398}},
  321. },
  322. [65]={
  323. ['ArtifactLevel']=65,
  324. ['UpgradeCost']={{48,2900},{1,650000}},
  325. ['Nature']={{21,408}},
  326. },
  327. [66]={
  328. ['ArtifactLevel']=66,
  329. ['UpgradeCost']={{48,3000},{1,660000}},
  330. ['Nature']={{21,416}},
  331. },
  332. [67]={
  333. ['ArtifactLevel']=67,
  334. ['UpgradeCost']={{48,3100},{1,670000}},
  335. ['Nature']={{21,426}},
  336. },
  337. [68]={
  338. ['ArtifactLevel']=68,
  339. ['UpgradeCost']={{48,3200},{1,680000}},
  340. ['Nature']={{21,436}},
  341. },
  342. [69]={
  343. ['ArtifactLevel']=69,
  344. ['UpgradeCost']={{48,3300},{1,690000}},
  345. ['Nature']={{21,446}},
  346. },
  347. [70]={
  348. ['ArtifactLevel']=70,
  349. ['UpgradeCost']={{48,3400},{1,700000}},
  350. ['Nature']={{21,456}},
  351. },
  352. [71]={
  353. ['ArtifactLevel']=71,
  354. ['UpgradeCost']={{48,3600},{1,710000}},
  355. ['Nature']={{21,466}},
  356. },
  357. [72]={
  358. ['ArtifactLevel']=72,
  359. ['UpgradeCost']={{48,3800},{1,720000}},
  360. ['Nature']={{21,476}},
  361. },
  362. [73]={
  363. ['ArtifactLevel']=73,
  364. ['UpgradeCost']={{48,4000},{1,730000}},
  365. ['Nature']={{21,486}},
  366. },
  367. [74]={
  368. ['ArtifactLevel']=74,
  369. ['UpgradeCost']={{48,4200},{1,740000}},
  370. ['Nature']={{21,498}},
  371. },
  372. [75]={
  373. ['ArtifactLevel']=75,
  374. ['UpgradeCost']={{48,4400},{1,750000}},
  375. ['Nature']={{21,508}},
  376. },
  377. [76]={
  378. ['ArtifactLevel']=76,
  379. ['UpgradeCost']={{48,4600},{1,760000}},
  380. ['Nature']={{21,518}},
  381. },
  382. [77]={
  383. ['ArtifactLevel']=77,
  384. ['UpgradeCost']={{48,4800},{1,770000}},
  385. ['Nature']={{21,530}},
  386. },
  387. [78]={
  388. ['ArtifactLevel']=78,
  389. ['UpgradeCost']={{48,5000},{1,780000}},
  390. ['Nature']={{21,540}},
  391. },
  392. [79]={
  393. ['ArtifactLevel']=79,
  394. ['UpgradeCost']={{48,5200},{1,790000}},
  395. ['Nature']={{21,550}},
  396. },
  397. [80]={
  398. ['ArtifactLevel']=80,
  399. ['UpgradeCost']={{48,5400},{1,800000}},
  400. ['Nature']={{21,562}},
  401. },
  402. [81]={
  403. ['ArtifactLevel']=81,
  404. ['UpgradeCost']={{48,5700},{1,810000}},
  405. ['Nature']={{21,572}},
  406. },
  407. [82]={
  408. ['ArtifactLevel']=82,
  409. ['UpgradeCost']={{48,6000},{1,820000}},
  410. ['Nature']={{21,584}},
  411. },
  412. [83]={
  413. ['ArtifactLevel']=83,
  414. ['UpgradeCost']={{48,6300},{1,830000}},
  415. ['Nature']={{21,596}},
  416. },
  417. [84]={
  418. ['ArtifactLevel']=84,
  419. ['UpgradeCost']={{48,6600},{1,840000}},
  420. ['Nature']={{21,606}},
  421. },
  422. [85]={
  423. ['ArtifactLevel']=85,
  424. ['UpgradeCost']={{48,6900},{1,850000}},
  425. ['Nature']={{21,618}},
  426. },
  427. [86]={
  428. ['ArtifactLevel']=86,
  429. ['UpgradeCost']={{48,7200},{1,860000}},
  430. ['Nature']={{21,630}},
  431. },
  432. [87]={
  433. ['ArtifactLevel']=87,
  434. ['UpgradeCost']={{48,7500},{1,870000}},
  435. ['Nature']={{21,640}},
  436. },
  437. [88]={
  438. ['ArtifactLevel']=88,
  439. ['UpgradeCost']={{48,7800},{1,880000}},
  440. ['Nature']={{21,652}},
  441. },
  442. [89]={
  443. ['ArtifactLevel']=89,
  444. ['UpgradeCost']={{48,8100},{1,890000}},
  445. ['Nature']={{21,664}},
  446. },
  447. [90]={
  448. ['ArtifactLevel']=90,
  449. ['UpgradeCost']={{48,8400},{1,900000}},
  450. ['Nature']={{21,676}},
  451. },
  452. [91]={
  453. ['ArtifactLevel']=91,
  454. ['UpgradeCost']={{48,8900},{1,910000}},
  455. ['Nature']={{21,688}},
  456. },
  457. [92]={
  458. ['ArtifactLevel']=92,
  459. ['UpgradeCost']={{48,9400},{1,920000}},
  460. ['Nature']={{21,700}},
  461. },
  462. [93]={
  463. ['ArtifactLevel']=93,
  464. ['UpgradeCost']={{48,9900},{1,930000}},
  465. ['Nature']={{21,712}},
  466. },
  467. [94]={
  468. ['ArtifactLevel']=94,
  469. ['UpgradeCost']={{48,10400},{1,940000}},
  470. ['Nature']={{21,724}},
  471. },
  472. [95]={
  473. ['ArtifactLevel']=95,
  474. ['UpgradeCost']={{48,10900},{1,950000}},
  475. ['Nature']={{21,736}},
  476. },
  477. [96]={
  478. ['ArtifactLevel']=96,
  479. ['UpgradeCost']={{48,11400},{1,960000}},
  480. ['Nature']={{21,748}},
  481. },
  482. [97]={
  483. ['ArtifactLevel']=97,
  484. ['UpgradeCost']={{48,11900},{1,970000}},
  485. ['Nature']={{21,762}},
  486. },
  487. [98]={
  488. ['ArtifactLevel']=98,
  489. ['UpgradeCost']={{48,12400},{1,980000}},
  490. ['Nature']={{21,774}},
  491. },
  492. [99]={
  493. ['ArtifactLevel']=99,
  494. ['UpgradeCost']={{48,12900},{1,990000}},
  495. ['Nature']={{21,786}},
  496. },
  497. [100]={
  498. ['ArtifactLevel']=100,
  499. ['UpgradeCost']={{48,13400},{1,1000000}},
  500. ['Nature']={{21,798}},
  501. },
  502. [101]={
  503. ['ArtifactLevel']=101,
  504. ['UpgradeCost']={{48,13900},{1,1010000}},
  505. ['Nature']={{21,810}},
  506. },
  507. [102]={
  508. ['ArtifactLevel']=102,
  509. ['UpgradeCost']={{48,14400},{1,1020000}},
  510. ['Nature']={{21,822}},
  511. },
  512. [103]={
  513. ['ArtifactLevel']=103,
  514. ['UpgradeCost']={{48,14900},{1,1030000}},
  515. ['Nature']={{21,834}},
  516. },
  517. [104]={
  518. ['ArtifactLevel']=104,
  519. ['UpgradeCost']={{48,15400},{1,1040000}},
  520. ['Nature']={{21,846}},
  521. },
  522. [105]={
  523. ['ArtifactLevel']=105,
  524. ['UpgradeCost']={{48,15900},{1,1050000}},
  525. ['Nature']={{21,858}},
  526. },
  527. [106]={
  528. ['ArtifactLevel']=106,
  529. ['UpgradeCost']={{48,16400},{1,1060000}},
  530. ['Nature']={{21,870}},
  531. },
  532. [107]={
  533. ['ArtifactLevel']=107,
  534. ['UpgradeCost']={{48,16900},{1,1070000}},
  535. ['Nature']={{21,882}},
  536. },
  537. [108]={
  538. ['ArtifactLevel']=108,
  539. ['UpgradeCost']={{48,17400},{1,1080000}},
  540. ['Nature']={{21,894}},
  541. },
  542. [109]={
  543. ['ArtifactLevel']=109,
  544. ['UpgradeCost']={{48,17900},{1,1090000}},
  545. ['Nature']={{21,906}},
  546. },
  547. [110]={
  548. ['ArtifactLevel']=110,
  549. ['UpgradeCost']={{48,18400},{1,1100000}},
  550. ['Nature']={{21,918}},
  551. },
  552. [111]={
  553. ['ArtifactLevel']=111,
  554. ['UpgradeCost']={{48,18900},{1,1110000}},
  555. ['Nature']={{21,930}},
  556. },
  557. [112]={
  558. ['ArtifactLevel']=112,
  559. ['UpgradeCost']={{48,19400},{1,1120000}},
  560. ['Nature']={{21,942}},
  561. },
  562. [113]={
  563. ['ArtifactLevel']=113,
  564. ['UpgradeCost']={{48,19900},{1,1130000}},
  565. ['Nature']={{21,954}},
  566. },
  567. [114]={
  568. ['ArtifactLevel']=114,
  569. ['UpgradeCost']={{48,20400},{1,1140000}},
  570. ['Nature']={{21,966}},
  571. },
  572. [115]={
  573. ['ArtifactLevel']=115,
  574. ['UpgradeCost']={{48,20900},{1,1150000}},
  575. ['Nature']={{21,978}},
  576. },
  577. [116]={
  578. ['ArtifactLevel']=116,
  579. ['UpgradeCost']={{48,21400},{1,1160000}},
  580. ['Nature']={{21,990}},
  581. },
  582. [117]={
  583. ['ArtifactLevel']=117,
  584. ['UpgradeCost']={{48,21900},{1,1170000}},
  585. ['Nature']={{21,1002}},
  586. },
  587. [118]={
  588. ['ArtifactLevel']=118,
  589. ['UpgradeCost']={{48,22400},{1,1180000}},
  590. ['Nature']={{21,1014}},
  591. },
  592. [119]={
  593. ['ArtifactLevel']=119,
  594. ['UpgradeCost']={{48,22900},{1,1190000}},
  595. ['Nature']={{21,1026}},
  596. },
  597. [120]={
  598. ['ArtifactLevel']=120,
  599. ['UpgradeCost']={{48,23400},{1,1200000}},
  600. ['Nature']={{21,1038}},
  601. },
  602. [121]={
  603. ['ArtifactLevel']=121,
  604. ['UpgradeCost']={{48,23900},{1,1210000}},
  605. ['Nature']={{21,1050}},
  606. },
  607. [122]={
  608. ['ArtifactLevel']=122,
  609. ['UpgradeCost']={{48,24400},{1,1220000}},
  610. ['Nature']={{21,1062}},
  611. },
  612. [123]={
  613. ['ArtifactLevel']=123,
  614. ['UpgradeCost']={{48,24900},{1,1230000}},
  615. ['Nature']={{21,1074}},
  616. },
  617. [124]={
  618. ['ArtifactLevel']=124,
  619. ['UpgradeCost']={{48,25400},{1,1240000}},
  620. ['Nature']={{21,1086}},
  621. },
  622. [125]={
  623. ['ArtifactLevel']=125,
  624. ['UpgradeCost']={{48,25900},{1,1250000}},
  625. ['Nature']={{21,1098}},
  626. },
  627. [126]={
  628. ['ArtifactLevel']=126,
  629. ['UpgradeCost']={{48,26400},{1,1260000}},
  630. ['Nature']={{21,1110}},
  631. },
  632. [127]={
  633. ['ArtifactLevel']=127,
  634. ['UpgradeCost']={{48,26900},{1,1270000}},
  635. ['Nature']={{21,1122}},
  636. },
  637. [128]={
  638. ['ArtifactLevel']=128,
  639. ['UpgradeCost']={{48,27400},{1,1280000}},
  640. ['Nature']={{21,1134}},
  641. },
  642. [129]={
  643. ['ArtifactLevel']=129,
  644. ['UpgradeCost']={{48,27900},{1,1290000}},
  645. ['Nature']={{21,1146}},
  646. },
  647. [130]={
  648. ['ArtifactLevel']=130,
  649. ['UpgradeCost']={{48,28400},{1,1300000}},
  650. ['Nature']={{21,1158}},
  651. },
  652. [131]={
  653. ['ArtifactLevel']=131,
  654. ['UpgradeCost']={{48,28900},{1,1310000}},
  655. ['Nature']={{21,1170}},
  656. },
  657. [132]={
  658. ['ArtifactLevel']=132,
  659. ['UpgradeCost']={{48,29400},{1,1320000}},
  660. ['Nature']={{21,1182}},
  661. },
  662. [133]={
  663. ['ArtifactLevel']=133,
  664. ['UpgradeCost']={{48,29900},{1,1330000}},
  665. ['Nature']={{21,1194}},
  666. },
  667. [134]={
  668. ['ArtifactLevel']=134,
  669. ['UpgradeCost']={{48,30400},{1,1340000}},
  670. ['Nature']={{21,1206}},
  671. },
  672. [135]={
  673. ['ArtifactLevel']=135,
  674. ['UpgradeCost']={{48,30900},{1,1350000}},
  675. ['Nature']={{21,1218}},
  676. },
  677. [136]={
  678. ['ArtifactLevel']=136,
  679. ['UpgradeCost']={{48,31400},{1,1360000}},
  680. ['Nature']={{21,1230}},
  681. },
  682. [137]={
  683. ['ArtifactLevel']=137,
  684. ['UpgradeCost']={{48,31900},{1,1370000}},
  685. ['Nature']={{21,1242}},
  686. },
  687. [138]={
  688. ['ArtifactLevel']=138,
  689. ['UpgradeCost']={{48,32400},{1,1380000}},
  690. ['Nature']={{21,1254}},
  691. },
  692. [139]={
  693. ['ArtifactLevel']=139,
  694. ['UpgradeCost']={{48,32900},{1,1390000}},
  695. ['Nature']={{21,1266}},
  696. },
  697. [140]={
  698. ['ArtifactLevel']=140,
  699. ['UpgradeCost']={{48,33400},{1,1400000}},
  700. ['Nature']={{21,1278}},
  701. },
  702. [141]={
  703. ['ArtifactLevel']=141,
  704. ['UpgradeCost']={{48,33900},{1,1410000}},
  705. ['Nature']={{21,1290}},
  706. },
  707. [142]={
  708. ['ArtifactLevel']=142,
  709. ['UpgradeCost']={{48,34400},{1,1420000}},
  710. ['Nature']={{21,1302}},
  711. },
  712. [143]={
  713. ['ArtifactLevel']=143,
  714. ['UpgradeCost']={{48,34900},{1,1430000}},
  715. ['Nature']={{21,1314}},
  716. },
  717. [144]={
  718. ['ArtifactLevel']=144,
  719. ['UpgradeCost']={{48,35400},{1,1440000}},
  720. ['Nature']={{21,1326}},
  721. },
  722. [145]={
  723. ['ArtifactLevel']=145,
  724. ['UpgradeCost']={{48,35900},{1,1450000}},
  725. ['Nature']={{21,1338}},
  726. },
  727. [146]={
  728. ['ArtifactLevel']=146,
  729. ['UpgradeCost']={{48,36400},{1,1460000}},
  730. ['Nature']={{21,1350}},
  731. },
  732. [147]={
  733. ['ArtifactLevel']=147,
  734. ['UpgradeCost']={{48,36900},{1,1470000}},
  735. ['Nature']={{21,1362}},
  736. },
  737. [148]={
  738. ['ArtifactLevel']=148,
  739. ['UpgradeCost']={{48,37400},{1,1480000}},
  740. ['Nature']={{21,1374}},
  741. },
  742. [149]={
  743. ['ArtifactLevel']=149,
  744. ['UpgradeCost']={{48,37900},{1,1490000}},
  745. ['Nature']={{21,1386}},
  746. },
  747. [150]={
  748. ['ArtifactLevel']=150,
  749. ['UpgradeCost']={{48,38400},{1,1500000}},
  750. ['Nature']={{21,1398}},
  751. },
  752. [151]={
  753. ['ArtifactLevel']=151,
  754. ['UpgradeCost']={{48,38900},{1,1510000}},
  755. ['Nature']={{21,1410}},
  756. },
  757. [152]={
  758. ['ArtifactLevel']=152,
  759. ['UpgradeCost']={{48,39400},{1,1520000}},
  760. ['Nature']={{21,1422}},
  761. },
  762. [153]={
  763. ['ArtifactLevel']=153,
  764. ['UpgradeCost']={{48,39900},{1,1530000}},
  765. ['Nature']={{21,1434}},
  766. },
  767. [154]={
  768. ['ArtifactLevel']=154,
  769. ['UpgradeCost']={{48,40400},{1,1540000}},
  770. ['Nature']={{21,1446}},
  771. },
  772. [155]={
  773. ['ArtifactLevel']=155,
  774. ['UpgradeCost']={{48,40900},{1,1550000}},
  775. ['Nature']={{21,1458}},
  776. },
  777. [156]={
  778. ['ArtifactLevel']=156,
  779. ['UpgradeCost']={{48,41400},{1,1560000}},
  780. ['Nature']={{21,1470}},
  781. },
  782. [157]={
  783. ['ArtifactLevel']=157,
  784. ['UpgradeCost']={{48,41900},{1,1570000}},
  785. ['Nature']={{21,1482}},
  786. },
  787. [158]={
  788. ['ArtifactLevel']=158,
  789. ['UpgradeCost']={{48,42400},{1,1580000}},
  790. ['Nature']={{21,1494}},
  791. },
  792. [159]={
  793. ['ArtifactLevel']=159,
  794. ['UpgradeCost']={{48,42900},{1,1590000}},
  795. ['Nature']={{21,1506}},
  796. },
  797. [160]={
  798. ['ArtifactLevel']=160,
  799. ['UpgradeCost']={{48,43400},{1,1600000}},
  800. ['Nature']={{21,1518}},
  801. },
  802. [161]={
  803. ['ArtifactLevel']=161,
  804. ['UpgradeCost']={{48,43900},{1,1610000}},
  805. ['Nature']={{21,1530}},
  806. },
  807. [162]={
  808. ['ArtifactLevel']=162,
  809. ['UpgradeCost']={{48,44400},{1,1620000}},
  810. ['Nature']={{21,1542}},
  811. },
  812. [163]={
  813. ['ArtifactLevel']=163,
  814. ['UpgradeCost']={{48,44900},{1,1630000}},
  815. ['Nature']={{21,1554}},
  816. },
  817. [164]={
  818. ['ArtifactLevel']=164,
  819. ['UpgradeCost']={{48,45400},{1,1640000}},
  820. ['Nature']={{21,1566}},
  821. },
  822. [165]={
  823. ['ArtifactLevel']=165,
  824. ['UpgradeCost']={{48,45900},{1,1650000}},
  825. ['Nature']={{21,1578}},
  826. },
  827. [166]={
  828. ['ArtifactLevel']=166,
  829. ['UpgradeCost']={{48,46400},{1,1660000}},
  830. ['Nature']={{21,1590}},
  831. },
  832. [167]={
  833. ['ArtifactLevel']=167,
  834. ['UpgradeCost']={{48,46900},{1,1670000}},
  835. ['Nature']={{21,1602}},
  836. },
  837. [168]={
  838. ['ArtifactLevel']=168,
  839. ['UpgradeCost']={{48,47400},{1,1680000}},
  840. ['Nature']={{21,1614}},
  841. },
  842. [169]={
  843. ['ArtifactLevel']=169,
  844. ['UpgradeCost']={{48,47900},{1,1690000}},
  845. ['Nature']={{21,1626}},
  846. },
  847. [170]={
  848. ['ArtifactLevel']=170,
  849. ['UpgradeCost']={{48,48400},{1,1700000}},
  850. ['Nature']={{21,1638}},
  851. },
  852. [171]={
  853. ['ArtifactLevel']=171,
  854. ['UpgradeCost']={{48,48900},{1,1710000}},
  855. ['Nature']={{21,1650}},
  856. },
  857. [172]={
  858. ['ArtifactLevel']=172,
  859. ['UpgradeCost']={{48,49400},{1,1720000}},
  860. ['Nature']={{21,1662}},
  861. },
  862. [173]={
  863. ['ArtifactLevel']=173,
  864. ['UpgradeCost']={{48,49900},{1,1730000}},
  865. ['Nature']={{21,1674}},
  866. },
  867. [174]={
  868. ['ArtifactLevel']=174,
  869. ['UpgradeCost']={{48,50400},{1,1740000}},
  870. ['Nature']={{21,1686}},
  871. },
  872. [175]={
  873. ['ArtifactLevel']=175,
  874. ['UpgradeCost']={{48,50900},{1,1750000}},
  875. ['Nature']={{21,1698}},
  876. },
  877. [176]={
  878. ['ArtifactLevel']=176,
  879. ['UpgradeCost']={{48,51400},{1,1760000}},
  880. ['Nature']={{21,1710}},
  881. },
  882. [177]={
  883. ['ArtifactLevel']=177,
  884. ['UpgradeCost']={{48,51900},{1,1770000}},
  885. ['Nature']={{21,1722}},
  886. },
  887. [178]={
  888. ['ArtifactLevel']=178,
  889. ['UpgradeCost']={{48,52400},{1,1780000}},
  890. ['Nature']={{21,1734}},
  891. },
  892. [179]={
  893. ['ArtifactLevel']=179,
  894. ['UpgradeCost']={{48,52900},{1,1790000}},
  895. ['Nature']={{21,1746}},
  896. },
  897. [180]={
  898. ['ArtifactLevel']=180,
  899. ['UpgradeCost']={{48,53400},{1,1800000}},
  900. ['Nature']={{21,1758}},
  901. },
  902. [181]={
  903. ['ArtifactLevel']=181,
  904. ['UpgradeCost']={{48,53900},{1,1810000}},
  905. ['Nature']={{21,1770}},
  906. },
  907. [182]={
  908. ['ArtifactLevel']=182,
  909. ['UpgradeCost']={{48,54400},{1,1820000}},
  910. ['Nature']={{21,1782}},
  911. },
  912. [183]={
  913. ['ArtifactLevel']=183,
  914. ['UpgradeCost']={{48,54900},{1,1830000}},
  915. ['Nature']={{21,1794}},
  916. },
  917. [184]={
  918. ['ArtifactLevel']=184,
  919. ['UpgradeCost']={{48,55400},{1,1840000}},
  920. ['Nature']={{21,1806}},
  921. },
  922. [185]={
  923. ['ArtifactLevel']=185,
  924. ['UpgradeCost']={{48,55900},{1,1850000}},
  925. ['Nature']={{21,1818}},
  926. },
  927. [186]={
  928. ['ArtifactLevel']=186,
  929. ['UpgradeCost']={{48,56400},{1,1860000}},
  930. ['Nature']={{21,1830}},
  931. },
  932. [187]={
  933. ['ArtifactLevel']=187,
  934. ['UpgradeCost']={{48,56900},{1,1870000}},
  935. ['Nature']={{21,1842}},
  936. },
  937. [188]={
  938. ['ArtifactLevel']=188,
  939. ['UpgradeCost']={{48,57400},{1,1880000}},
  940. ['Nature']={{21,1854}},
  941. },
  942. [189]={
  943. ['ArtifactLevel']=189,
  944. ['UpgradeCost']={{48,57900},{1,1890000}},
  945. ['Nature']={{21,1866}},
  946. },
  947. [190]={
  948. ['ArtifactLevel']=190,
  949. ['UpgradeCost']={{48,58400},{1,1900000}},
  950. ['Nature']={{21,1878}},
  951. },
  952. [191]={
  953. ['ArtifactLevel']=191,
  954. ['UpgradeCost']={{48,58900},{1,1910000}},
  955. ['Nature']={{21,1890}},
  956. },
  957. [192]={
  958. ['ArtifactLevel']=192,
  959. ['UpgradeCost']={{48,59400},{1,1920000}},
  960. ['Nature']={{21,1902}},
  961. },
  962. [193]={
  963. ['ArtifactLevel']=193,
  964. ['UpgradeCost']={{48,59900},{1,1930000}},
  965. ['Nature']={{21,1914}},
  966. },
  967. [194]={
  968. ['ArtifactLevel']=194,
  969. ['UpgradeCost']={{48,60400},{1,1940000}},
  970. ['Nature']={{21,1926}},
  971. },
  972. [195]={
  973. ['ArtifactLevel']=195,
  974. ['UpgradeCost']={{48,60900},{1,1950000}},
  975. ['Nature']={{21,1938}},
  976. },
  977. [196]={
  978. ['ArtifactLevel']=196,
  979. ['UpgradeCost']={{48,61400},{1,1960000}},
  980. ['Nature']={{21,1950}},
  981. },
  982. [197]={
  983. ['ArtifactLevel']=197,
  984. ['UpgradeCost']={{48,61900},{1,1970000}},
  985. ['Nature']={{21,1962}},
  986. },
  987. [198]={
  988. ['ArtifactLevel']=198,
  989. ['UpgradeCost']={{48,62400},{1,1980000}},
  990. ['Nature']={{21,1974}},
  991. },
  992. [199]={
  993. ['ArtifactLevel']=199,
  994. ['UpgradeCost']={{48,62900},{1,1990000}},
  995. ['Nature']={{21,1986}},
  996. },
  997. [200]={
  998. ['ArtifactLevel']=200,
  999. ['Nature']={{21,2000}},
  1000. },
  1001. }
  1002. return ArtifactExpCfg