| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002 |
- local ArtifactExpCfg = {
- [1]={
- ['ArtifactLevel']=1,
- ['UpgradeCost']={{48,10},{1,10000}},
- ['Nature']={{21,4}},
- },
- [2]={
- ['ArtifactLevel']=2,
- ['UpgradeCost']={{48,20},{1,20000}},
- ['Nature']={{21,6}},
- },
- [3]={
- ['ArtifactLevel']=3,
- ['UpgradeCost']={{48,30},{1,30000}},
- ['Nature']={{21,10}},
- },
- [4]={
- ['ArtifactLevel']=4,
- ['UpgradeCost']={{48,40},{1,40000}},
- ['Nature']={{21,12}},
- },
- [5]={
- ['ArtifactLevel']=5,
- ['UpgradeCost']={{48,50},{1,50000}},
- ['Nature']={{21,14}},
- },
- [6]={
- ['ArtifactLevel']=6,
- ['UpgradeCost']={{48,70},{1,60000}},
- ['Nature']={{21,18}},
- },
- [7]={
- ['ArtifactLevel']=7,
- ['UpgradeCost']={{48,90},{1,70000}},
- ['Nature']={{21,20}},
- },
- [8]={
- ['ArtifactLevel']=8,
- ['UpgradeCost']={{48,110},{1,80000}},
- ['Nature']={{21,24}},
- },
- [9]={
- ['ArtifactLevel']=9,
- ['UpgradeCost']={{48,130},{1,90000}},
- ['Nature']={{21,28}},
- },
- [10]={
- ['ArtifactLevel']=10,
- ['UpgradeCost']={{48,150},{1,100000}},
- ['Nature']={{21,32}},
- },
- [11]={
- ['ArtifactLevel']=11,
- ['UpgradeCost']={{48,170},{1,110000}},
- ['Nature']={{21,36}},
- },
- [12]={
- ['ArtifactLevel']=12,
- ['UpgradeCost']={{48,190},{1,120000}},
- ['Nature']={{21,40}},
- },
- [13]={
- ['ArtifactLevel']=13,
- ['UpgradeCost']={{48,210},{1,130000}},
- ['Nature']={{21,44}},
- },
- [14]={
- ['ArtifactLevel']=14,
- ['UpgradeCost']={{48,230},{1,140000}},
- ['Nature']={{21,48}},
- },
- [15]={
- ['ArtifactLevel']=15,
- ['UpgradeCost']={{48,250},{1,150000}},
- ['Nature']={{21,52}},
- },
- [16]={
- ['ArtifactLevel']=16,
- ['UpgradeCost']={{48,270},{1,160000}},
- ['Nature']={{21,56}},
- },
- [17]={
- ['ArtifactLevel']=17,
- ['UpgradeCost']={{48,290},{1,170000}},
- ['Nature']={{21,60}},
- },
- [18]={
- ['ArtifactLevel']=18,
- ['UpgradeCost']={{48,310},{1,180000}},
- ['Nature']={{21,66}},
- },
- [19]={
- ['ArtifactLevel']=19,
- ['UpgradeCost']={{48,330},{1,190000}},
- ['Nature']={{21,70}},
- },
- [20]={
- ['ArtifactLevel']=20,
- ['UpgradeCost']={{48,350},{1,200000}},
- ['Nature']={{21,74}},
- },
- [21]={
- ['ArtifactLevel']=21,
- ['UpgradeCost']={{48,380},{1,210000}},
- ['Nature']={{21,80}},
- },
- [22]={
- ['ArtifactLevel']=22,
- ['UpgradeCost']={{48,410},{1,220000}},
- ['Nature']={{21,86}},
- },
- [23]={
- ['ArtifactLevel']=23,
- ['UpgradeCost']={{48,440},{1,230000}},
- ['Nature']={{21,90}},
- },
- [24]={
- ['ArtifactLevel']=24,
- ['UpgradeCost']={{48,470},{1,240000}},
- ['Nature']={{21,96}},
- },
- [25]={
- ['ArtifactLevel']=25,
- ['UpgradeCost']={{48,500},{1,250000}},
- ['Nature']={{21,102}},
- },
- [26]={
- ['ArtifactLevel']=26,
- ['UpgradeCost']={{48,530},{1,260000}},
- ['Nature']={{21,106}},
- },
- [27]={
- ['ArtifactLevel']=27,
- ['UpgradeCost']={{48,560},{1,270000}},
- ['Nature']={{21,112}},
- },
- [28]={
- ['ArtifactLevel']=28,
- ['UpgradeCost']={{48,590},{1,280000}},
- ['Nature']={{21,118}},
- },
- [29]={
- ['ArtifactLevel']=29,
- ['UpgradeCost']={{48,620},{1,290000}},
- ['Nature']={{21,124}},
- },
- [30]={
- ['ArtifactLevel']=30,
- ['UpgradeCost']={{48,650},{1,300000}},
- ['Nature']={{21,130}},
- },
- [31]={
- ['ArtifactLevel']=31,
- ['UpgradeCost']={{48,700},{1,310000}},
- ['Nature']={{21,136}},
- },
- [32]={
- ['ArtifactLevel']=32,
- ['UpgradeCost']={{48,750},{1,320000}},
- ['Nature']={{21,142}},
- },
- [33]={
- ['ArtifactLevel']=33,
- ['UpgradeCost']={{48,800},{1,330000}},
- ['Nature']={{21,150}},
- },
- [34]={
- ['ArtifactLevel']=34,
- ['UpgradeCost']={{48,850},{1,340000}},
- ['Nature']={{21,156}},
- },
- [35]={
- ['ArtifactLevel']=35,
- ['UpgradeCost']={{48,900},{1,350000}},
- ['Nature']={{21,162}},
- },
- [36]={
- ['ArtifactLevel']=36,
- ['UpgradeCost']={{48,950},{1,360000}},
- ['Nature']={{21,168}},
- },
- [37]={
- ['ArtifactLevel']=37,
- ['UpgradeCost']={{48,1000},{1,370000}},
- ['Nature']={{21,176}},
- },
- [38]={
- ['ArtifactLevel']=38,
- ['UpgradeCost']={{48,1050},{1,380000}},
- ['Nature']={{21,182}},
- },
- [39]={
- ['ArtifactLevel']=39,
- ['UpgradeCost']={{48,1100},{1,390000}},
- ['Nature']={{21,190}},
- },
- [40]={
- ['ArtifactLevel']=40,
- ['UpgradeCost']={{48,1150},{1,400000}},
- ['Nature']={{21,196}},
- },
- [41]={
- ['ArtifactLevel']=41,
- ['UpgradeCost']={{48,1200},{1,410000}},
- ['Nature']={{21,204}},
- },
- [42]={
- ['ArtifactLevel']=42,
- ['UpgradeCost']={{48,1250},{1,420000}},
- ['Nature']={{21,212}},
- },
- [43]={
- ['ArtifactLevel']=43,
- ['UpgradeCost']={{48,1300},{1,430000}},
- ['Nature']={{21,218}},
- },
- [44]={
- ['ArtifactLevel']=44,
- ['UpgradeCost']={{48,1350},{1,440000}},
- ['Nature']={{21,226}},
- },
- [45]={
- ['ArtifactLevel']=45,
- ['UpgradeCost']={{48,1400},{1,450000}},
- ['Nature']={{21,234}},
- },
- [46]={
- ['ArtifactLevel']=46,
- ['UpgradeCost']={{48,1450},{1,460000}},
- ['Nature']={{21,242}},
- },
- [47]={
- ['ArtifactLevel']=47,
- ['UpgradeCost']={{48,1500},{1,470000}},
- ['Nature']={{21,250}},
- },
- [48]={
- ['ArtifactLevel']=48,
- ['UpgradeCost']={{48,1550},{1,480000}},
- ['Nature']={{21,258}},
- },
- [49]={
- ['ArtifactLevel']=49,
- ['UpgradeCost']={{48,1600},{1,490000}},
- ['Nature']={{21,266}},
- },
- [50]={
- ['ArtifactLevel']=50,
- ['UpgradeCost']={{48,1650},{1,500000}},
- ['Nature']={{21,274}},
- },
- [51]={
- ['ArtifactLevel']=51,
- ['UpgradeCost']={{48,1725},{1,510000}},
- ['Nature']={{21,282}},
- },
- [52]={
- ['ArtifactLevel']=52,
- ['UpgradeCost']={{48,1800},{1,520000}},
- ['Nature']={{21,290}},
- },
- [53]={
- ['ArtifactLevel']=53,
- ['UpgradeCost']={{48,1875},{1,530000}},
- ['Nature']={{21,298}},
- },
- [54]={
- ['ArtifactLevel']=54,
- ['UpgradeCost']={{48,1950},{1,540000}},
- ['Nature']={{21,306}},
- },
- [55]={
- ['ArtifactLevel']=55,
- ['UpgradeCost']={{48,2025},{1,550000}},
- ['Nature']={{21,316}},
- },
- [56]={
- ['ArtifactLevel']=56,
- ['UpgradeCost']={{48,2100},{1,560000}},
- ['Nature']={{21,324}},
- },
- [57]={
- ['ArtifactLevel']=57,
- ['UpgradeCost']={{48,2175},{1,570000}},
- ['Nature']={{21,334}},
- },
- [58]={
- ['ArtifactLevel']=58,
- ['UpgradeCost']={{48,2250},{1,580000}},
- ['Nature']={{21,342}},
- },
- [59]={
- ['ArtifactLevel']=59,
- ['UpgradeCost']={{48,2325},{1,590000}},
- ['Nature']={{21,352}},
- },
- [60]={
- ['ArtifactLevel']=60,
- ['UpgradeCost']={{48,2400},{1,600000}},
- ['Nature']={{21,360}},
- },
- [61]={
- ['ArtifactLevel']=61,
- ['UpgradeCost']={{48,2500},{1,610000}},
- ['Nature']={{21,370}},
- },
- [62]={
- ['ArtifactLevel']=62,
- ['UpgradeCost']={{48,2600},{1,620000}},
- ['Nature']={{21,378}},
- },
- [63]={
- ['ArtifactLevel']=63,
- ['UpgradeCost']={{48,2700},{1,630000}},
- ['Nature']={{21,388}},
- },
- [64]={
- ['ArtifactLevel']=64,
- ['UpgradeCost']={{48,2800},{1,640000}},
- ['Nature']={{21,398}},
- },
- [65]={
- ['ArtifactLevel']=65,
- ['UpgradeCost']={{48,2900},{1,650000}},
- ['Nature']={{21,408}},
- },
- [66]={
- ['ArtifactLevel']=66,
- ['UpgradeCost']={{48,3000},{1,660000}},
- ['Nature']={{21,416}},
- },
- [67]={
- ['ArtifactLevel']=67,
- ['UpgradeCost']={{48,3100},{1,670000}},
- ['Nature']={{21,426}},
- },
- [68]={
- ['ArtifactLevel']=68,
- ['UpgradeCost']={{48,3200},{1,680000}},
- ['Nature']={{21,436}},
- },
- [69]={
- ['ArtifactLevel']=69,
- ['UpgradeCost']={{48,3300},{1,690000}},
- ['Nature']={{21,446}},
- },
- [70]={
- ['ArtifactLevel']=70,
- ['UpgradeCost']={{48,3400},{1,700000}},
- ['Nature']={{21,456}},
- },
- [71]={
- ['ArtifactLevel']=71,
- ['UpgradeCost']={{48,3600},{1,710000}},
- ['Nature']={{21,466}},
- },
- [72]={
- ['ArtifactLevel']=72,
- ['UpgradeCost']={{48,3800},{1,720000}},
- ['Nature']={{21,476}},
- },
- [73]={
- ['ArtifactLevel']=73,
- ['UpgradeCost']={{48,4000},{1,730000}},
- ['Nature']={{21,486}},
- },
- [74]={
- ['ArtifactLevel']=74,
- ['UpgradeCost']={{48,4200},{1,740000}},
- ['Nature']={{21,498}},
- },
- [75]={
- ['ArtifactLevel']=75,
- ['UpgradeCost']={{48,4400},{1,750000}},
- ['Nature']={{21,508}},
- },
- [76]={
- ['ArtifactLevel']=76,
- ['UpgradeCost']={{48,4600},{1,760000}},
- ['Nature']={{21,518}},
- },
- [77]={
- ['ArtifactLevel']=77,
- ['UpgradeCost']={{48,4800},{1,770000}},
- ['Nature']={{21,530}},
- },
- [78]={
- ['ArtifactLevel']=78,
- ['UpgradeCost']={{48,5000},{1,780000}},
- ['Nature']={{21,540}},
- },
- [79]={
- ['ArtifactLevel']=79,
- ['UpgradeCost']={{48,5200},{1,790000}},
- ['Nature']={{21,550}},
- },
- [80]={
- ['ArtifactLevel']=80,
- ['UpgradeCost']={{48,5400},{1,800000}},
- ['Nature']={{21,562}},
- },
- [81]={
- ['ArtifactLevel']=81,
- ['UpgradeCost']={{48,5700},{1,810000}},
- ['Nature']={{21,572}},
- },
- [82]={
- ['ArtifactLevel']=82,
- ['UpgradeCost']={{48,6000},{1,820000}},
- ['Nature']={{21,584}},
- },
- [83]={
- ['ArtifactLevel']=83,
- ['UpgradeCost']={{48,6300},{1,830000}},
- ['Nature']={{21,596}},
- },
- [84]={
- ['ArtifactLevel']=84,
- ['UpgradeCost']={{48,6600},{1,840000}},
- ['Nature']={{21,606}},
- },
- [85]={
- ['ArtifactLevel']=85,
- ['UpgradeCost']={{48,6900},{1,850000}},
- ['Nature']={{21,618}},
- },
- [86]={
- ['ArtifactLevel']=86,
- ['UpgradeCost']={{48,7200},{1,860000}},
- ['Nature']={{21,630}},
- },
- [87]={
- ['ArtifactLevel']=87,
- ['UpgradeCost']={{48,7500},{1,870000}},
- ['Nature']={{21,640}},
- },
- [88]={
- ['ArtifactLevel']=88,
- ['UpgradeCost']={{48,7800},{1,880000}},
- ['Nature']={{21,652}},
- },
- [89]={
- ['ArtifactLevel']=89,
- ['UpgradeCost']={{48,8100},{1,890000}},
- ['Nature']={{21,664}},
- },
- [90]={
- ['ArtifactLevel']=90,
- ['UpgradeCost']={{48,8400},{1,900000}},
- ['Nature']={{21,676}},
- },
- [91]={
- ['ArtifactLevel']=91,
- ['UpgradeCost']={{48,8900},{1,910000}},
- ['Nature']={{21,688}},
- },
- [92]={
- ['ArtifactLevel']=92,
- ['UpgradeCost']={{48,9400},{1,920000}},
- ['Nature']={{21,700}},
- },
- [93]={
- ['ArtifactLevel']=93,
- ['UpgradeCost']={{48,9900},{1,930000}},
- ['Nature']={{21,712}},
- },
- [94]={
- ['ArtifactLevel']=94,
- ['UpgradeCost']={{48,10400},{1,940000}},
- ['Nature']={{21,724}},
- },
- [95]={
- ['ArtifactLevel']=95,
- ['UpgradeCost']={{48,10900},{1,950000}},
- ['Nature']={{21,736}},
- },
- [96]={
- ['ArtifactLevel']=96,
- ['UpgradeCost']={{48,11400},{1,960000}},
- ['Nature']={{21,748}},
- },
- [97]={
- ['ArtifactLevel']=97,
- ['UpgradeCost']={{48,11900},{1,970000}},
- ['Nature']={{21,762}},
- },
- [98]={
- ['ArtifactLevel']=98,
- ['UpgradeCost']={{48,12400},{1,980000}},
- ['Nature']={{21,774}},
- },
- [99]={
- ['ArtifactLevel']=99,
- ['UpgradeCost']={{48,12900},{1,990000}},
- ['Nature']={{21,786}},
- },
- [100]={
- ['ArtifactLevel']=100,
- ['UpgradeCost']={{48,13400},{1,1000000}},
- ['Nature']={{21,798}},
- },
- [101]={
- ['ArtifactLevel']=101,
- ['UpgradeCost']={{48,13900},{1,1010000}},
- ['Nature']={{21,810}},
- },
- [102]={
- ['ArtifactLevel']=102,
- ['UpgradeCost']={{48,14400},{1,1020000}},
- ['Nature']={{21,822}},
- },
- [103]={
- ['ArtifactLevel']=103,
- ['UpgradeCost']={{48,14900},{1,1030000}},
- ['Nature']={{21,834}},
- },
- [104]={
- ['ArtifactLevel']=104,
- ['UpgradeCost']={{48,15400},{1,1040000}},
- ['Nature']={{21,846}},
- },
- [105]={
- ['ArtifactLevel']=105,
- ['UpgradeCost']={{48,15900},{1,1050000}},
- ['Nature']={{21,858}},
- },
- [106]={
- ['ArtifactLevel']=106,
- ['UpgradeCost']={{48,16400},{1,1060000}},
- ['Nature']={{21,870}},
- },
- [107]={
- ['ArtifactLevel']=107,
- ['UpgradeCost']={{48,16900},{1,1070000}},
- ['Nature']={{21,882}},
- },
- [108]={
- ['ArtifactLevel']=108,
- ['UpgradeCost']={{48,17400},{1,1080000}},
- ['Nature']={{21,894}},
- },
- [109]={
- ['ArtifactLevel']=109,
- ['UpgradeCost']={{48,17900},{1,1090000}},
- ['Nature']={{21,906}},
- },
- [110]={
- ['ArtifactLevel']=110,
- ['UpgradeCost']={{48,18400},{1,1100000}},
- ['Nature']={{21,918}},
- },
- [111]={
- ['ArtifactLevel']=111,
- ['UpgradeCost']={{48,18900},{1,1110000}},
- ['Nature']={{21,930}},
- },
- [112]={
- ['ArtifactLevel']=112,
- ['UpgradeCost']={{48,19400},{1,1120000}},
- ['Nature']={{21,942}},
- },
- [113]={
- ['ArtifactLevel']=113,
- ['UpgradeCost']={{48,19900},{1,1130000}},
- ['Nature']={{21,954}},
- },
- [114]={
- ['ArtifactLevel']=114,
- ['UpgradeCost']={{48,20400},{1,1140000}},
- ['Nature']={{21,966}},
- },
- [115]={
- ['ArtifactLevel']=115,
- ['UpgradeCost']={{48,20900},{1,1150000}},
- ['Nature']={{21,978}},
- },
- [116]={
- ['ArtifactLevel']=116,
- ['UpgradeCost']={{48,21400},{1,1160000}},
- ['Nature']={{21,990}},
- },
- [117]={
- ['ArtifactLevel']=117,
- ['UpgradeCost']={{48,21900},{1,1170000}},
- ['Nature']={{21,1002}},
- },
- [118]={
- ['ArtifactLevel']=118,
- ['UpgradeCost']={{48,22400},{1,1180000}},
- ['Nature']={{21,1014}},
- },
- [119]={
- ['ArtifactLevel']=119,
- ['UpgradeCost']={{48,22900},{1,1190000}},
- ['Nature']={{21,1026}},
- },
- [120]={
- ['ArtifactLevel']=120,
- ['UpgradeCost']={{48,23400},{1,1200000}},
- ['Nature']={{21,1038}},
- },
- [121]={
- ['ArtifactLevel']=121,
- ['UpgradeCost']={{48,23900},{1,1210000}},
- ['Nature']={{21,1050}},
- },
- [122]={
- ['ArtifactLevel']=122,
- ['UpgradeCost']={{48,24400},{1,1220000}},
- ['Nature']={{21,1062}},
- },
- [123]={
- ['ArtifactLevel']=123,
- ['UpgradeCost']={{48,24900},{1,1230000}},
- ['Nature']={{21,1074}},
- },
- [124]={
- ['ArtifactLevel']=124,
- ['UpgradeCost']={{48,25400},{1,1240000}},
- ['Nature']={{21,1086}},
- },
- [125]={
- ['ArtifactLevel']=125,
- ['UpgradeCost']={{48,25900},{1,1250000}},
- ['Nature']={{21,1098}},
- },
- [126]={
- ['ArtifactLevel']=126,
- ['UpgradeCost']={{48,26400},{1,1260000}},
- ['Nature']={{21,1110}},
- },
- [127]={
- ['ArtifactLevel']=127,
- ['UpgradeCost']={{48,26900},{1,1270000}},
- ['Nature']={{21,1122}},
- },
- [128]={
- ['ArtifactLevel']=128,
- ['UpgradeCost']={{48,27400},{1,1280000}},
- ['Nature']={{21,1134}},
- },
- [129]={
- ['ArtifactLevel']=129,
- ['UpgradeCost']={{48,27900},{1,1290000}},
- ['Nature']={{21,1146}},
- },
- [130]={
- ['ArtifactLevel']=130,
- ['UpgradeCost']={{48,28400},{1,1300000}},
- ['Nature']={{21,1158}},
- },
- [131]={
- ['ArtifactLevel']=131,
- ['UpgradeCost']={{48,28900},{1,1310000}},
- ['Nature']={{21,1170}},
- },
- [132]={
- ['ArtifactLevel']=132,
- ['UpgradeCost']={{48,29400},{1,1320000}},
- ['Nature']={{21,1182}},
- },
- [133]={
- ['ArtifactLevel']=133,
- ['UpgradeCost']={{48,29900},{1,1330000}},
- ['Nature']={{21,1194}},
- },
- [134]={
- ['ArtifactLevel']=134,
- ['UpgradeCost']={{48,30400},{1,1340000}},
- ['Nature']={{21,1206}},
- },
- [135]={
- ['ArtifactLevel']=135,
- ['UpgradeCost']={{48,30900},{1,1350000}},
- ['Nature']={{21,1218}},
- },
- [136]={
- ['ArtifactLevel']=136,
- ['UpgradeCost']={{48,31400},{1,1360000}},
- ['Nature']={{21,1230}},
- },
- [137]={
- ['ArtifactLevel']=137,
- ['UpgradeCost']={{48,31900},{1,1370000}},
- ['Nature']={{21,1242}},
- },
- [138]={
- ['ArtifactLevel']=138,
- ['UpgradeCost']={{48,32400},{1,1380000}},
- ['Nature']={{21,1254}},
- },
- [139]={
- ['ArtifactLevel']=139,
- ['UpgradeCost']={{48,32900},{1,1390000}},
- ['Nature']={{21,1266}},
- },
- [140]={
- ['ArtifactLevel']=140,
- ['UpgradeCost']={{48,33400},{1,1400000}},
- ['Nature']={{21,1278}},
- },
- [141]={
- ['ArtifactLevel']=141,
- ['UpgradeCost']={{48,33900},{1,1410000}},
- ['Nature']={{21,1290}},
- },
- [142]={
- ['ArtifactLevel']=142,
- ['UpgradeCost']={{48,34400},{1,1420000}},
- ['Nature']={{21,1302}},
- },
- [143]={
- ['ArtifactLevel']=143,
- ['UpgradeCost']={{48,34900},{1,1430000}},
- ['Nature']={{21,1314}},
- },
- [144]={
- ['ArtifactLevel']=144,
- ['UpgradeCost']={{48,35400},{1,1440000}},
- ['Nature']={{21,1326}},
- },
- [145]={
- ['ArtifactLevel']=145,
- ['UpgradeCost']={{48,35900},{1,1450000}},
- ['Nature']={{21,1338}},
- },
- [146]={
- ['ArtifactLevel']=146,
- ['UpgradeCost']={{48,36400},{1,1460000}},
- ['Nature']={{21,1350}},
- },
- [147]={
- ['ArtifactLevel']=147,
- ['UpgradeCost']={{48,36900},{1,1470000}},
- ['Nature']={{21,1362}},
- },
- [148]={
- ['ArtifactLevel']=148,
- ['UpgradeCost']={{48,37400},{1,1480000}},
- ['Nature']={{21,1374}},
- },
- [149]={
- ['ArtifactLevel']=149,
- ['UpgradeCost']={{48,37900},{1,1490000}},
- ['Nature']={{21,1386}},
- },
- [150]={
- ['ArtifactLevel']=150,
- ['UpgradeCost']={{48,38400},{1,1500000}},
- ['Nature']={{21,1398}},
- },
- [151]={
- ['ArtifactLevel']=151,
- ['UpgradeCost']={{48,38900},{1,1510000}},
- ['Nature']={{21,1410}},
- },
- [152]={
- ['ArtifactLevel']=152,
- ['UpgradeCost']={{48,39400},{1,1520000}},
- ['Nature']={{21,1422}},
- },
- [153]={
- ['ArtifactLevel']=153,
- ['UpgradeCost']={{48,39900},{1,1530000}},
- ['Nature']={{21,1434}},
- },
- [154]={
- ['ArtifactLevel']=154,
- ['UpgradeCost']={{48,40400},{1,1540000}},
- ['Nature']={{21,1446}},
- },
- [155]={
- ['ArtifactLevel']=155,
- ['UpgradeCost']={{48,40900},{1,1550000}},
- ['Nature']={{21,1458}},
- },
- [156]={
- ['ArtifactLevel']=156,
- ['UpgradeCost']={{48,41400},{1,1560000}},
- ['Nature']={{21,1470}},
- },
- [157]={
- ['ArtifactLevel']=157,
- ['UpgradeCost']={{48,41900},{1,1570000}},
- ['Nature']={{21,1482}},
- },
- [158]={
- ['ArtifactLevel']=158,
- ['UpgradeCost']={{48,42400},{1,1580000}},
- ['Nature']={{21,1494}},
- },
- [159]={
- ['ArtifactLevel']=159,
- ['UpgradeCost']={{48,42900},{1,1590000}},
- ['Nature']={{21,1506}},
- },
- [160]={
- ['ArtifactLevel']=160,
- ['UpgradeCost']={{48,43400},{1,1600000}},
- ['Nature']={{21,1518}},
- },
- [161]={
- ['ArtifactLevel']=161,
- ['UpgradeCost']={{48,43900},{1,1610000}},
- ['Nature']={{21,1530}},
- },
- [162]={
- ['ArtifactLevel']=162,
- ['UpgradeCost']={{48,44400},{1,1620000}},
- ['Nature']={{21,1542}},
- },
- [163]={
- ['ArtifactLevel']=163,
- ['UpgradeCost']={{48,44900},{1,1630000}},
- ['Nature']={{21,1554}},
- },
- [164]={
- ['ArtifactLevel']=164,
- ['UpgradeCost']={{48,45400},{1,1640000}},
- ['Nature']={{21,1566}},
- },
- [165]={
- ['ArtifactLevel']=165,
- ['UpgradeCost']={{48,45900},{1,1650000}},
- ['Nature']={{21,1578}},
- },
- [166]={
- ['ArtifactLevel']=166,
- ['UpgradeCost']={{48,46400},{1,1660000}},
- ['Nature']={{21,1590}},
- },
- [167]={
- ['ArtifactLevel']=167,
- ['UpgradeCost']={{48,46900},{1,1670000}},
- ['Nature']={{21,1602}},
- },
- [168]={
- ['ArtifactLevel']=168,
- ['UpgradeCost']={{48,47400},{1,1680000}},
- ['Nature']={{21,1614}},
- },
- [169]={
- ['ArtifactLevel']=169,
- ['UpgradeCost']={{48,47900},{1,1690000}},
- ['Nature']={{21,1626}},
- },
- [170]={
- ['ArtifactLevel']=170,
- ['UpgradeCost']={{48,48400},{1,1700000}},
- ['Nature']={{21,1638}},
- },
- [171]={
- ['ArtifactLevel']=171,
- ['UpgradeCost']={{48,48900},{1,1710000}},
- ['Nature']={{21,1650}},
- },
- [172]={
- ['ArtifactLevel']=172,
- ['UpgradeCost']={{48,49400},{1,1720000}},
- ['Nature']={{21,1662}},
- },
- [173]={
- ['ArtifactLevel']=173,
- ['UpgradeCost']={{48,49900},{1,1730000}},
- ['Nature']={{21,1674}},
- },
- [174]={
- ['ArtifactLevel']=174,
- ['UpgradeCost']={{48,50400},{1,1740000}},
- ['Nature']={{21,1686}},
- },
- [175]={
- ['ArtifactLevel']=175,
- ['UpgradeCost']={{48,50900},{1,1750000}},
- ['Nature']={{21,1698}},
- },
- [176]={
- ['ArtifactLevel']=176,
- ['UpgradeCost']={{48,51400},{1,1760000}},
- ['Nature']={{21,1710}},
- },
- [177]={
- ['ArtifactLevel']=177,
- ['UpgradeCost']={{48,51900},{1,1770000}},
- ['Nature']={{21,1722}},
- },
- [178]={
- ['ArtifactLevel']=178,
- ['UpgradeCost']={{48,52400},{1,1780000}},
- ['Nature']={{21,1734}},
- },
- [179]={
- ['ArtifactLevel']=179,
- ['UpgradeCost']={{48,52900},{1,1790000}},
- ['Nature']={{21,1746}},
- },
- [180]={
- ['ArtifactLevel']=180,
- ['UpgradeCost']={{48,53400},{1,1800000}},
- ['Nature']={{21,1758}},
- },
- [181]={
- ['ArtifactLevel']=181,
- ['UpgradeCost']={{48,53900},{1,1810000}},
- ['Nature']={{21,1770}},
- },
- [182]={
- ['ArtifactLevel']=182,
- ['UpgradeCost']={{48,54400},{1,1820000}},
- ['Nature']={{21,1782}},
- },
- [183]={
- ['ArtifactLevel']=183,
- ['UpgradeCost']={{48,54900},{1,1830000}},
- ['Nature']={{21,1794}},
- },
- [184]={
- ['ArtifactLevel']=184,
- ['UpgradeCost']={{48,55400},{1,1840000}},
- ['Nature']={{21,1806}},
- },
- [185]={
- ['ArtifactLevel']=185,
- ['UpgradeCost']={{48,55900},{1,1850000}},
- ['Nature']={{21,1818}},
- },
- [186]={
- ['ArtifactLevel']=186,
- ['UpgradeCost']={{48,56400},{1,1860000}},
- ['Nature']={{21,1830}},
- },
- [187]={
- ['ArtifactLevel']=187,
- ['UpgradeCost']={{48,56900},{1,1870000}},
- ['Nature']={{21,1842}},
- },
- [188]={
- ['ArtifactLevel']=188,
- ['UpgradeCost']={{48,57400},{1,1880000}},
- ['Nature']={{21,1854}},
- },
- [189]={
- ['ArtifactLevel']=189,
- ['UpgradeCost']={{48,57900},{1,1890000}},
- ['Nature']={{21,1866}},
- },
- [190]={
- ['ArtifactLevel']=190,
- ['UpgradeCost']={{48,58400},{1,1900000}},
- ['Nature']={{21,1878}},
- },
- [191]={
- ['ArtifactLevel']=191,
- ['UpgradeCost']={{48,58900},{1,1910000}},
- ['Nature']={{21,1890}},
- },
- [192]={
- ['ArtifactLevel']=192,
- ['UpgradeCost']={{48,59400},{1,1920000}},
- ['Nature']={{21,1902}},
- },
- [193]={
- ['ArtifactLevel']=193,
- ['UpgradeCost']={{48,59900},{1,1930000}},
- ['Nature']={{21,1914}},
- },
- [194]={
- ['ArtifactLevel']=194,
- ['UpgradeCost']={{48,60400},{1,1940000}},
- ['Nature']={{21,1926}},
- },
- [195]={
- ['ArtifactLevel']=195,
- ['UpgradeCost']={{48,60900},{1,1950000}},
- ['Nature']={{21,1938}},
- },
- [196]={
- ['ArtifactLevel']=196,
- ['UpgradeCost']={{48,61400},{1,1960000}},
- ['Nature']={{21,1950}},
- },
- [197]={
- ['ArtifactLevel']=197,
- ['UpgradeCost']={{48,61900},{1,1970000}},
- ['Nature']={{21,1962}},
- },
- [198]={
- ['ArtifactLevel']=198,
- ['UpgradeCost']={{48,62400},{1,1980000}},
- ['Nature']={{21,1974}},
- },
- [199]={
- ['ArtifactLevel']=199,
- ['UpgradeCost']={{48,62900},{1,1990000}},
- ['Nature']={{21,1986}},
- },
- [200]={
- ['ArtifactLevel']=200,
- ['Nature']={{21,2000}},
- },
- }
- return ArtifactExpCfg
|