ArtifactExpCfg.lua 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502
  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. ['Nature']={{21,800}},
  500. },
  501. }
  502. return ArtifactExpCfg