luaCopyFileCfg.lua 160 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378
  1. local luaCopyFileCfg= {}
  2. -- basepath 基础路径
  3. -- path 文件上层路径
  4. -- outputDis 输出后的文件上层路径
  5. -- fileName 文件名
  6. luaCopyFileCfg.FileCfg ={
  7. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "active_icon_jie.png", },
  8. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "active_icon_shier.png", },
  9. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "active_icon_sichun.png", },
  10. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "active_icon_taqinhaoli.png", },
  11. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "active_icon_taqinqiandao.png", },
  12. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "activitycharge_cn.png", },
  13. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "arborday_cn.png", },
  14. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "artifactsummon3_cn.png", },
  15. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "artifactsummon_cn.png", },
  16. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "beginershop_cn.png", },
  17. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "cardexchange_01_cn.png", },
  18. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "childrensday_cn.png", },
  19. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "christmas_cn.png", },
  20. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "comingsoon_cn.png", },
  21. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "compositetask1_cn.png", },
  22. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "compositetask2_cn.png", },
  23. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "cumulative_recharge1_cn.png", },
  24. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "cumulative_recharge2_cn.png", },
  25. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "dailyrecharge7_bt_cn.png", },
  26. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "dailyrecharge_bt_cn.png", },
  27. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "dailyrecharge_cn.png", },
  28. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "duihuanhaoli_cn.png", },
  29. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "firstrecharge02_cn.png", },
  30. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "forthnightlogin1_cn.png", },
  31. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "forthnightlogin_cn.png", },
  32. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "fortnighttask_cn_14.png", },
  33. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "fortnighttask_cn_7.png", },
  34. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "fortnighttask_cn_7.png.meta", },
  35. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday10_cn.png", },
  36. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday10bg_cn.png", },
  37. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday11_cn.png", },
  38. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday13_cn.png", },
  39. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday13bg_cn.png", },
  40. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday15_cn.png", },
  41. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday15bg_cn.png", },
  42. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday16_cn.png", },
  43. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday16bg_cn.png", },
  44. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday17_cn.png", },
  45. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday17bg_cn.png", },
  46. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday18_cn.png", },
  47. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday18bg_cn.png", },
  48. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday2_cn.png", },
  49. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday3_cn.png", },
  50. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday3bg_cn.png", },
  51. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday4_cn.png", },
  52. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday4bg_cn.png", },
  53. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday5_cn.png", },
  54. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday5bg_cn.png", },
  55. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday6bg_cn.png", },
  56. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday7_cn.png", },
  57. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday7bg_cn.png", },
  58. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday9_cn.png", },
  59. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday9bg_cn.png", },
  60. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday_cn.png", },
  61. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessdaybg_cn.png", },
  62. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "guoqingjie_cn.png", },
  63. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "holiday520_cn.png", },
  64. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "img_banner_arborday_cn.png", },
  65. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "img_banner_forthnightlogin1_cn.png", },
  66. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "img_banner_forthnightlogin_cn.png", },
  67. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "img_banner_petexchange.png", },
  68. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "img_club_limited_banner14.png", },
  69. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "img_club_limited_banner82.png", },
  70. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "img_club_limited_banner85.png", },
  71. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "img_fortnighttask_cn_14.png", },
  72. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "img_fortnighttask_cn_7.png", },
  73. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "img_guoqingjie_cn.png", },
  74. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "img_kingtask_cn.png", },
  75. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "img_laodongjie_cn.png", },
  76. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "img_shuang11Signin_cn.png", },
  77. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "img_summertask_cn_14.png", },
  78. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "kingtask_cn.png", },
  79. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "laodongjie_cn.png", },
  80. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "monthrecharge_cn.png", },
  81. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "naoyuanxiao_cn.png", },
  82. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "petexchange_01_cn.png", },
  83. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "petexchange_02_cn.png", },
  84. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "petexchange_03_cn.png", },
  85. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "petexchange_04_cn.png", },
  86. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "petexchange_05_cn.png", },
  87. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "petexchange_06_cn.png", },
  88. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "petexchange_07_cn.png", },
  89. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "petexchange_08_cn.png", },
  90. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "petexchange_09_cn.png", },
  91. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "petexchange_10_cn.png", },
  92. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "petexchange_11_cn.png", },
  93. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "petexchange_12_cn.png", },
  94. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "petexchange_13_cn.png", },
  95. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "petexchange_14_cn.png", },
  96. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "petexchange_15_cn.png", },
  97. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "petexchange_16_cn.png", },
  98. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "qiugaoqishuang_cn.png", },
  99. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "shuang11Signin_cn.png", },
  100. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "shuang11charge1_cn.png", },
  101. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "shuang11charge2_cn.png", },
  102. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "shuang11charge3_cn.png", },
  103. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "shuang12charge1_cn.png", },
  104. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "shuang12charge2_cn.png", },
  105. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "sign_daily_cn.png", },
  106. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "smasheggs_bt_cn.png", },
  107. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "summercharge_cn.png", },
  108. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "summergoldaward_cn.png", },
  109. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "summerlogin_cn.png", },
  110. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "summerparty_cn.png", },
  111. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "summertask_cn_14.png", },
  112. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "superartifactsummon_cn.png", },
  113. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "supercharge_cn.png", },
  114. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "duanwujie_cn.png", },
  115. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "duanwujierecharge_cn.png", },
  116. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday8_cn.png", },
  117. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday8bg_cn.png", },
  118. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday12_cn.png", },
  119. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday12bg_cn.png", },
  120. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday14_cn.png", },
  121. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "goddessday14bg_cn.png", },
  122. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "img_banner_newyearlogin_cn.png", },
  123. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "img_duanwujie_cn.png", },
  124. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "img_summertask_cn_7.png", },
  125. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "newyear_cn.png", },
  126. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "newyearlogin_cn.png", },
  127. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "newyearshop_cn.png", },
  128. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "qingming_cn.png", },
  129. {basepath = "Assets/Content/Icons/", path = "ActivityImg", fileName = "summertask_cn_7.png", },
  130. {basepath = "Assets/Content/Icons/", path = "BossImg", fileName = "bossimg_qingtuan.png", },
  131. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_001_up_cn.png", },
  132. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_002_down_cn.png", },
  133. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_003_up_cn.png", },
  134. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_004_down_cn.png", },
  135. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_005_up_cn.png", },
  136. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_006_down_cn.png", },
  137. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_007_up_cn.png", },
  138. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_008_down_cn.png", },
  139. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_009_up_cn.png", },
  140. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_009_up_cn.psd", },
  141. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_009_up_cn.psd.meta", },
  142. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_010_down_cn.png", },
  143. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_010_down_cn.psd", },
  144. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_010_down_cn.psd.meta", },
  145. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_011_cn.png", },
  146. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_011_cn.psd", },
  147. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_011_cn.psd.meta", },
  148. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_012_cn.png", },
  149. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_012_cn.psd", },
  150. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_012_cn.psd.meta", },
  151. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_013_cn.png", },
  152. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_013_cn.psd", },
  153. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_013_cn.psd.meta", },
  154. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_014_cn.png", },
  155. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_014_cn.psd", },
  156. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_014_cn.psd.meta", },
  157. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_015_cn.png", },
  158. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_015_cn.psd", },
  159. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_015_cn.psd.meta", },
  160. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_016_cn.png", },
  161. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_016_cn.psd", },
  162. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_016_cn.psd.meta", },
  163. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_017_up_cn.png", },
  164. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_017_up_cn.psd", },
  165. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_017_up_cn.psd.meta", },
  166. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_018_down_cn.png", },
  167. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_018_down_cn.psd", },
  168. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_018_down_cn.psd.meta", },
  169. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_019_up_cn.png", },
  170. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_019_up_cn.psd", },
  171. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_019_up_cn.psd.meta", },
  172. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_020_down_cn.png", },
  173. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_020_down_cn.psd", },
  174. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_020_down_cn.psd.meta", },
  175. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_021_up_cn.png", },
  176. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_022_down_cn.png", },
  177. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_023_up_cn.png", },
  178. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_023_up_cn.psd", },
  179. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_023_up_cn.psd.meta", },
  180. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_024_down_cn.png", },
  181. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_024_down_cn.psd", },
  182. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_024_down_cn.psd.meta", },
  183. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_025_up_cn.png", },
  184. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_026_up_cn.png", },
  185. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_026_up_cn.psd", },
  186. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_026_up_cn.psd.meta", },
  187. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_027_up_cn.png", },
  188. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_028_up_cn.png", },
  189. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_028_up_cn.psd", },
  190. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_028_up_cn.psd.meta", },
  191. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_029_up_cn.png", },
  192. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_030_up_cn.png", },
  193. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_030_up_cn.psd", },
  194. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_030_up_cn.psd.meta", },
  195. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_031_up_cn.png", },
  196. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_031_up_cn.psd", },
  197. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_031_up_cn.psd.meta", },
  198. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_032_up_cn.png", },
  199. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_032_up_cn.psd", },
  200. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_032_up_cn.psd.meta", },
  201. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_033_up_cn.png", },
  202. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_033_up_cn.psd", },
  203. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_033_up_cn.psd.meta", },
  204. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_034_up_cn.png", },
  205. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_034_up_cn.psd", },
  206. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_034_up_cn.psd.meta", },
  207. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_035_up_cn.png", },
  208. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_036_up_cn.png", },
  209. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_036_up_cn.psd", },
  210. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_036_up_cn.psd.meta", },
  211. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_037_up_cn.png", },
  212. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_038_up_cn.png", },
  213. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_038_up_cn.psd", },
  214. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_038_up_cn.psd.meta", },
  215. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_atk_down_cn.png", },
  216. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_atk_down_cn.psd", },
  217. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_atk_down_cn.psd.meta", },
  218. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_atk_up_cn.png", },
  219. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_atk_up_cn.psd", },
  220. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_atk_up_cn.psd.meta", },
  221. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_broken_cn.png", },
  222. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_broken_cn.psd", },
  223. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_broken_cn.psd.meta", },
  224. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_crit_down_cn.png", },
  225. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_crit_down_cn.psd", },
  226. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_crit_down_cn.psd.meta", },
  227. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_crit_up_cn.png", },
  228. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_crit_up_cn.psd", },
  229. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_crit_up_cn.psd.meta", },
  230. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_def_down_cn.png", },
  231. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_def_up_cn.png", },
  232. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_dodge_cn.png", },
  233. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_dodge_cn.psd", },
  234. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_dodge_cn.psd.meta", },
  235. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_immune_up_cn.png", },
  236. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_immune_up_cn.psd", },
  237. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_immune_up_cn.psd.meta", },
  238. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_shield_cn.png", },
  239. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_shield_cn.psd", },
  240. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_shield_cn.psd.meta", },
  241. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_shield_up_cn.png", },
  242. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_shield_up_cn.psd", },
  243. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_shield_up_cn.psd.meta", },
  244. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_speed_down_cn.png", },
  245. {basepath = "Assets/Content/Icons/", path = "Buff", fileName = "text_buff_speed_up_cn.png", },
  246. {basepath = "Assets/Content/Icons/", path = "Common", fileName = "ic_res_daijinquan.png", },
  247. {basepath = "Assets/Content/Icons/", path = "Common", fileName = "ic_res_newyear_coin.png", },
  248. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_01.png", },
  249. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_01.psd", },
  250. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_01.psd.meta", },
  251. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_02.png", },
  252. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_02.psd", },
  253. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_02.psd.meta", },
  254. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_03.png", },
  255. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_03.psd", },
  256. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_03.psd.meta", },
  257. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_04.png", },
  258. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_04.psd", },
  259. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_04.psd.meta", },
  260. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_05.png", },
  261. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_05.psd", },
  262. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_05.psd.meta", },
  263. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_06.png", },
  264. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_06.psd", },
  265. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_06.psd.meta", },
  266. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_07.png", },
  267. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_07.psd", },
  268. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_07.psd.meta", },
  269. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_08.png", },
  270. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_08.psd", },
  271. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_08.psd.meta", },
  272. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_09.png", },
  273. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_09.psd", },
  274. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_09.psd.meta", },
  275. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_10.png", },
  276. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_10.psd", },
  277. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_10.psd.meta", },
  278. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_11.png", },
  279. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_11.psd", },
  280. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_11.psd.meta", },
  281. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_12.png", },
  282. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_12.psd", },
  283. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_12.psd.meta", },
  284. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_13.png", },
  285. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_13.psd", },
  286. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_13.psd.meta", },
  287. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_14.png", },
  288. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_14.psd", },
  289. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_14.psd.meta", },
  290. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_15.png", },
  291. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_15.psd", },
  292. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_15.psd.meta", },
  293. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_16.png", },
  294. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_16.psd", },
  295. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_16.psd.meta", },
  296. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_17.png", },
  297. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_17.psd", },
  298. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_17.psd.meta", },
  299. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_18.png", },
  300. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_18.psd", },
  301. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_18.psd.meta", },
  302. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_19.png", },
  303. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_19.psd", },
  304. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_19.psd.meta", },
  305. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_20.png", },
  306. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_20.psd", },
  307. {basepath = "Assets/Content/Icons/", path = "ContinuousLogin", fileName = "label_vip_20.psd.meta", },
  308. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_101.png", },
  309. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_102.png", },
  310. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_103.png", },
  311. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_104.png", },
  312. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_105.png", },
  313. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_111.png", },
  314. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_113.png", },
  315. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_117.png", },
  316. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_203.png", },
  317. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_204.png", },
  318. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_205.png", },
  319. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_206.png", },
  320. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_207.png", },
  321. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_208.png", },
  322. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_209.png", },
  323. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_301.png", },
  324. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_302.png", },
  325. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_303.png", },
  326. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_304.png", },
  327. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_305.png", },
  328. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_306.png", },
  329. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_307.png", },
  330. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_309.png", },
  331. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_313.png", },
  332. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_315.png", },
  333. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_316.png", },
  334. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_317.png", },
  335. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_318.png", },
  336. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_319.png", },
  337. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_323.png", },
  338. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_324.png", },
  339. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_403.png", },
  340. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_404.png", },
  341. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_405.png", },
  342. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_406.png", },
  343. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_407.png", },
  344. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_408.png", },
  345. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_409.png", },
  346. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_410.png", },
  347. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_412.png", },
  348. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_413.png", },
  349. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_414.png", },
  350. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_417.png", },
  351. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_418.png", },
  352. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_419.png", },
  353. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_420.png", },
  354. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_422.png", },
  355. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_423.png", },
  356. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_424.png", },
  357. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_503.png", },
  358. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_504.png", },
  359. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_505.png", },
  360. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_506.png", },
  361. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_507.png", },
  362. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_510.png", },
  363. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_510.psd", },
  364. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_510.psd.meta", },
  365. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_511.png", },
  366. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_512.png", },
  367. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_601.png", },
  368. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_602.png", },
  369. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_603.png", },
  370. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_604.png", },
  371. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_605.png", },
  372. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_606.png", },
  373. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_607.png", },
  374. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_608.png", },
  375. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_609.png", },
  376. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_610.png", },
  377. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_611.png", },
  378. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_612.png", },
  379. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_613.png", },
  380. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_614.png", },
  381. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_615.png", },
  382. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_616.png", },
  383. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_617.png", },
  384. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_618.png", },
  385. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_619.png", },
  386. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_620.png", },
  387. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_621.png", },
  388. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_622.png", },
  389. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_623.png", },
  390. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_624.png", },
  391. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_625.png", },
  392. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_626.png", },
  393. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_627.png", },
  394. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_628.png", },
  395. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_629.png", },
  396. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "ChatDesignation_630.png", },
  397. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "chatdesignation_201.png", },
  398. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "chatdesignation_202.png", },
  399. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "chatdesignation_401.png", },
  400. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "chatdesignation_402.png", },
  401. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "chatdesignation_501.png", },
  402. {basepath = "Assets/Content/Icons/", path = "Designation", fileName = "chatdesignation_502.png", },
  403. {basepath = "Assets/Content/Icons/", path = "ExpeditionBanner", fileName = "img_dungeon_bg01.png", },
  404. {basepath = "Assets/Content/Icons/", path = "ExpeditionBanner", fileName = "img_dungeon_bg01.psd", },
  405. {basepath = "Assets/Content/Icons/", path = "ExpeditionBanner", fileName = "img_dungeon_bg01.psd.meta", },
  406. {basepath = "Assets/Content/Icons/", path = "ExpeditionBanner", fileName = "img_dungeon_bg02.png", },
  407. {basepath = "Assets/Content/Icons/", path = "ExpeditionBanner", fileName = "img_dungeon_bg03.png", },
  408. {basepath = "Assets/Content/Icons/", path = "ExpeditionBanner", fileName = "img_dungeon_bg03.psd", },
  409. {basepath = "Assets/Content/Icons/", path = "ExpeditionBanner", fileName = "img_dungeon_bg03.psd.meta", },
  410. {basepath = "Assets/Content/Icons/", path = "ExpeditionBanner", fileName = "img_dungeon_bg04.png", },
  411. {basepath = "Assets/Content/Icons/", path = "ExpeditionBanner", fileName = "img_dungeon_bg04.psd", },
  412. {basepath = "Assets/Content/Icons/", path = "ExpeditionBanner", fileName = "img_dungeon_bg04.psd.meta", },
  413. {basepath = "Assets/Content/Icons/", path = "ExpeditionBanner", fileName = "img_dungeon_bg05.png", },
  414. {basepath = "Assets/Content/Icons/", path = "ExpeditionBanner", fileName = "img_dungeon_bg05.psd", },
  415. {basepath = "Assets/Content/Icons/", path = "ExpeditionBanner", fileName = "img_dungeon_bg05.psd.meta", },
  416. {basepath = "Assets/Content/Icons/", path = "ExpeditionBanner", fileName = "img_dungeon_bg06.png", },
  417. {basepath = "Assets/Content/Icons/", path = "ExpeditionBanner", fileName = "img_dungeon_bg06.psd", },
  418. {basepath = "Assets/Content/Icons/", path = "ExpeditionBanner", fileName = "img_dungeon_bg06.psd.meta", },
  419. {basepath = "Assets/Content/Icons/", path = "ExpeditionBanner", fileName = "img_dungeon_bg07.png", },
  420. {basepath = "Assets/Content/Icons/", path = "ExpeditionBanner", fileName = "img_dungeon_bg07.psd", },
  421. {basepath = "Assets/Content/Icons/", path = "ExpeditionBanner", fileName = "img_dungeon_bg07.psd.meta", },
  422. {basepath = "Assets/Content/Icons/", path = "ExpeditionBanner", fileName = "img_dungeon_bg08.png", },
  423. {basepath = "Assets/Content/Icons/", path = "ExpeditionBanner", fileName = "img_dungeon_bg08.psd", },
  424. {basepath = "Assets/Content/Icons/", path = "ExpeditionBanner", fileName = "img_dungeon_bg08.psd.meta", },
  425. {basepath = "Assets/Content/Icons/", path = "FrameNew", fileName = "frame_ic_contract.png", },
  426. {basepath = "Assets/Content/Icons/", path = "FrameNew", fileName = "frame_ic_follow.png", },
  427. {basepath = "Assets/Content/Icons/", path = "FrameNew", fileName = "frame_ic_follow_r.png", },
  428. {basepath = "Assets/Content/Icons/", path = "FrameNew", fileName = "frame_ic_follow_s.png", },
  429. {basepath = "Assets/Content/Icons/", path = "HeadFrame", fileName = "HeadFrameIcon_15011.png", },
  430. {basepath = "Assets/Content/Icons/", path = "HeadFrame", fileName = "HeadFrameIcon_15021.png", },
  431. {basepath = "Assets/Content/Icons/", path = "HeadFrame", fileName = "HeadFrame_15011.png", },
  432. {basepath = "Assets/Content/Icons/", path = "HeadFrame", fileName = "HeadFrame_15021.png", },
  433. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "designation324.png", },
  434. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "designationmonth1.png", },
  435. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "designationmonth2.png", },
  436. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "designationtoptower.png", },
  437. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_baishatang.png", },
  438. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_coinz_12h.png", },
  439. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_coinz_1h.png", },
  440. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_coinz_4h.png", },
  441. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_coinz_8h.png", },
  442. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_expbase_12h.png", },
  443. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_expbase_1h.png", },
  444. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_expbase_4h.png", },
  445. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_expbase_8h.png", },
  446. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_exppt_12h.png", },
  447. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_exppt_1h.png", },
  448. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_exppt_4h.png", },
  449. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_exppt_8h.png", },
  450. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_guild_demonbox0.png", },
  451. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_newyear_box.png", },
  452. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_newyear_coin.png", },
  453. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_newyearbox1.png", },
  454. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_newyearbox2.png", },
  455. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_newyearbox3.png", },
  456. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_nuomifen.png", },
  457. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_ruyi.png", },
  458. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_ruyideng.png", },
  459. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_skillexp_12h.png", },
  460. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_skillexp_1h.png", },
  461. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_skillexp_4h.png", },
  462. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_skillexp_8h.png", },
  463. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_tangyuan_dousha.png", },
  464. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_tangyuan_guihua.png", },
  465. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_tangyuan_zhima.png", },
  466. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_tanyuan_shenmi.png", },
  467. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_tiaoliao.png", },
  468. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_word_ai.png", },
  469. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_word_dan.png", },
  470. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_word_gao.png", },
  471. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_word_huan.png", },
  472. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_word_jian.png", },
  473. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_word_kuai.png", },
  474. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_word_kuang.png", },
  475. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_word_le.png", },
  476. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_word_nian.png", },
  477. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_word_qi.png", },
  478. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_word_qing.png", },
  479. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_word_qiu.png", },
  480. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_word_shuang.png", },
  481. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_word_shuang1.png", },
  482. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_word_xin.png", },
  483. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_word_zheng.png", },
  484. {basepath = "Assets/Content/Icons/", path = "Items", fileName = "item_yuanxiaolihe.png", },
  485. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "banner_adv_01_cn.png", },
  486. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "banner_adv_02_cn.png", },
  487. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "banner_adv_sale_cn.png", },
  488. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "banner_dojo_cn.png", },
  489. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "banner_dojo_sale_cn.png", },
  490. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "banner_idol_sale_cn.png", },
  491. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "banner_pet_cn.png", },
  492. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "banner_pet_sale_cn.png", },
  493. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "banner_skill_cn.png", },
  494. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "banner_skill_sale_cn.png", },
  495. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "banner_tower_cn.png", },
  496. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "banner_tower_guildwar_cn.png", },
  497. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "banner_tower_sale_cn.png", },
  498. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_idol_adv_01_cn.png", },
  499. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_idol_adv_01_cn.psd", },
  500. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_idol_adv_01_cn.psd.meta", },
  501. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_idol_adv_02_cn.png", },
  502. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_idol_adv_02_cn.psd", },
  503. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_idol_adv_02_cn.psd.meta", },
  504. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_adv_01_cn.png", },
  505. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_adv_01_cn.psd", },
  506. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_adv_01_cn.psd.meta", },
  507. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_adv_02_cn.png", },
  508. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_adv_02_cn.psd", },
  509. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_adv_02_cn.psd.meta", },
  510. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_adv_03_cn.png", },
  511. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_adv_03_cn.psd", },
  512. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_adv_03_cn.psd.meta", },
  513. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_adv_04_cn.png", },
  514. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_adv_04_cn.psd", },
  515. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_adv_04_cn.psd.meta", },
  516. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_dojo_01_cn.png", },
  517. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_dojo_01_cn.psd", },
  518. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_dojo_01_cn.psd.meta", },
  519. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_dojo_02_cn.png", },
  520. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_dojo_02_cn.psd", },
  521. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_dojo_02_cn.psd.meta", },
  522. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_dojo_03_cn.png", },
  523. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_dojo_03_cn.psd", },
  524. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_dojo_03_cn.psd.meta", },
  525. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_dojo_04_cn.png", },
  526. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_dojo_04_cn.psd", },
  527. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_dojo_04_cn.psd.meta", },
  528. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_guildwar_01_cn.png", },
  529. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_guildwar_01_cn.psd", },
  530. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_guildwar_01_cn.psd.meta", },
  531. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_guildwar_02_cn.png", },
  532. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_guildwar_02_cn.psd", },
  533. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_guildwar_02_cn.psd.meta", },
  534. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_guildwar_03_cn.png", },
  535. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_guildwar_03_cn.psd", },
  536. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_guildwar_03_cn.psd.meta", },
  537. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_guildwar_04_cn.png", },
  538. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_guildwar_04_cn.psd", },
  539. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_guildwar_04_cn.psd.meta", },
  540. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_pet_01_cn.png", },
  541. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_pet_01_cn.psd", },
  542. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_pet_01_cn.psd.meta", },
  543. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_pet_02_cn.png", },
  544. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_pet_02_cn.psd", },
  545. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_pet_02_cn.psd.meta", },
  546. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_pet_03_cn.png", },
  547. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_pet_03_cn.psd", },
  548. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_pet_03_cn.psd.meta", },
  549. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_pet_04_cn.png", },
  550. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_pet_04_cn.psd", },
  551. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_pet_04_cn.psd.meta", },
  552. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_skill_01_cn.png", },
  553. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_skill_01_cn.psd", },
  554. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_skill_01_cn.psd.meta", },
  555. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_skill_02_cn.png", },
  556. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_skill_02_cn.psd", },
  557. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_skill_02_cn.psd.meta", },
  558. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_skill_03_cn.png", },
  559. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_skill_04_cn.png", },
  560. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_skill_04_cn.psd", },
  561. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_skill_04_cn.psd.meta", },
  562. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_tower_01_cn.png", },
  563. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_tower_01_cn.psd", },
  564. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_tower_01_cn.psd.meta", },
  565. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_tower_02_cn.png", },
  566. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_tower_02_cn.psd", },
  567. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_tower_02_cn.psd.meta", },
  568. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_tower_03_cn.png", },
  569. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_tower_03_cn.psd", },
  570. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_tower_03_cn.psd.meta", },
  571. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_tower_04_cn.png", },
  572. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_tower_04_cn.psd", },
  573. {basepath = "Assets/Content/Icons/", path = "RankBanner", fileName = "text_sale_tower_04_cn.psd.meta", },
  574. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Acolyte.png", },
  575. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Acolyte_2a.png", },
  576. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Acolyte_2a_pro.png", },
  577. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Acolyte_2b.png", },
  578. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Acolyte_2b_pro.png", },
  579. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Archer.png", },
  580. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Archer.psd", },
  581. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Archer.psd.meta", },
  582. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Archer_2a.png", },
  583. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Archer_2a.psd", },
  584. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Archer_2a.psd.meta", },
  585. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Archer_2a_pro.png", },
  586. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Archer_2a_pro.psd", },
  587. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Archer_2a_pro.psd.meta", },
  588. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Archer_2b.png", },
  589. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Archer_2b.psd", },
  590. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Archer_2b.psd.meta", },
  591. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Archer_2b_pro.png", },
  592. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Archer_2b_pro.psd", },
  593. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Archer_2b_pro.psd.meta", },
  594. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Mage.png", },
  595. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Mage_2a.png", },
  596. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Mage_2a_pro.png", },
  597. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Mage_2b.png", },
  598. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Mage_2b_pro.png", },
  599. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Sword.png", },
  600. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Sword_2a.png", },
  601. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Sword_2a.psd", },
  602. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Sword_2a.psd.meta", },
  603. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Sword_2a_pro.png", },
  604. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Sword_2a_pro.psd", },
  605. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Sword_2a_pro.psd.meta", },
  606. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Sword_2b.png", },
  607. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Sword_2b.psd", },
  608. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Sword_2b.psd.meta", },
  609. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Sword_2b_pro.png", },
  610. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Sword_2b_pro.psd", },
  611. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Sword_2b_pro.psd.meta", },
  612. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Thief.png", },
  613. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Thief_2a.png", },
  614. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Thief_2a_pro.png", },
  615. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Thief_2b.png", },
  616. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Head_Thief_2b_pro.png", },
  617. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Label_Lead_cn.png", },
  618. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Label_Lead_tw.png", },
  619. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Label_Up_cn.png", },
  620. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "List_Label_Up_tw.png", },
  621. {basepath = "Assets/Content/Icons/", path = "RoleList", fileName = "img_club_limited_banner14.png", },
  622. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "ic_reshop_banner.png", },
  623. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "ic_shop_08.png", },
  624. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_Banner03.png", },
  625. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_Banner03.psd", },
  626. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_Banner03.psd.meta", },
  627. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_Banner04.png", },
  628. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_Banner04.psd", },
  629. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_Banner04.psd.meta", },
  630. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_Banner05.png", },
  631. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_Banner05.psd", },
  632. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_Banner05.psd.meta", },
  633. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_Banner06.png", },
  634. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_Banner06.psd", },
  635. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_Banner06.psd.meta", },
  636. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner01.png", },
  637. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner01.psd", },
  638. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner01.psd.meta", },
  639. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner02.png", },
  640. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner02.psd", },
  641. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner02.psd.meta", },
  642. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner07.png", },
  643. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner07.psd", },
  644. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner07.psd.meta", },
  645. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner09.png", },
  646. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner09.psd", },
  647. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner09.psd.meta", },
  648. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner10.png", },
  649. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner10.psd", },
  650. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner10.psd.meta", },
  651. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner100.png", },
  652. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner100.psd", },
  653. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner100.psd.meta", },
  654. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner101.png", },
  655. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner101.psd", },
  656. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner101.psd.meta", },
  657. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner102.png", },
  658. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner102.psd", },
  659. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner102.psd.meta", },
  660. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner103.png", },
  661. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner103.psd", },
  662. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner103.psd.meta", },
  663. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner104.png", },
  664. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner104.psd", },
  665. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner108.psd.meta", },
  666. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner104.psd.meta", },
  667. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner105.png", },
  668. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner105.psd", },
  669. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner105.psd.meta", },
  670. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner106.png", },
  671. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner106.psd", },
  672. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner106.psd.meta", },
  673. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner107.png", },
  674. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner107.psd", },
  675. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner107.psd.meta", },
  676. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner108.png", },
  677. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner108.psd", },
  678. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner109.png", },
  679. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner109.psd", },
  680. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner109.psd.meta", },
  681. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner11.png", },
  682. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner11.psd", },
  683. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner11.psd.meta", },
  684. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner110.png", },
  685. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner110.psd", },
  686. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner110.psd.meta", },
  687. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner111.png", },
  688. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner111.psd", },
  689. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner111.psd.meta", },
  690. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner112.png", },
  691. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner112.psd", },
  692. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner112.psd.meta", },
  693. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner113.png", },
  694. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner113.psd", },
  695. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner113.psd.meta", },
  696. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner114.png", },
  697. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner114.psd", },
  698. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner114.psd.meta", },
  699. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner115.png", },
  700. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner115.psd", },
  701. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner115.psd.meta", },
  702. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner116.png", },
  703. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner116.psd", },
  704. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner116.psd.meta", },
  705. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner117.png", },
  706. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner117.psd", },
  707. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner117.psd.meta", },
  708. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner118.png", },
  709. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner119.png", },
  710. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner119.psd", },
  711. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner119.psd.meta", },
  712. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner12.png", },
  713. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner12.psd", },
  714. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner12.psd.meta", },
  715. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner120.png", },
  716. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner120.psd", },
  717. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner120.psd.meta", },
  718. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner121.png", },
  719. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner121.psd", },
  720. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner121.psd.meta", },
  721. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner122.png", },
  722. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner122.psd", },
  723. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner122.psd.meta", },
  724. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner123.png", },
  725. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner123.psd", },
  726. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner123.psd.meta", },
  727. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner124.png", },
  728. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner124.psd", },
  729. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner124.psd.meta", },
  730. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner125.png", },
  731. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner125.psd", },
  732. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner125.psd.meta", },
  733. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner126.png", },
  734. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner126.psd", },
  735. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner126.psd.meta", },
  736. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner127.png", },
  737. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner127.psd", },
  738. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner127.psd.meta", },
  739. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner128.png", },
  740. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner128.psd", },
  741. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner128.psd.meta", },
  742. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner129.png", },
  743. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner129.psd", },
  744. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner129.psd.meta", },
  745. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner130.png", },
  746. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner130.psd", },
  747. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner130.psd.meta", },
  748. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner131.png", },
  749. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner131.psd", },
  750. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner131.psd.meta", },
  751. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner132.png", },
  752. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner132.psd", },
  753. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner132.psd.meta", },
  754. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner133.png", },
  755. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner133.psd", },
  756. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner133.psd.meta", },
  757. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner134.png", },
  758. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner134.psd", },
  759. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner134.psd.meta", },
  760. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner14.png", },
  761. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner14.psd", },
  762. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner14.psd.meta", },
  763. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner16.png", },
  764. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner16.psd", },
  765. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner16.psd.meta", },
  766. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner17.png", },
  767. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner17.psd", },
  768. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner17.psd.meta", },
  769. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner18.png", },
  770. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner18.psd", },
  771. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner18.psd.meta", },
  772. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner19.png", },
  773. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner19.psd", },
  774. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner19.psd.meta", },
  775. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner20.png", },
  776. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner20.psd", },
  777. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner20.psd.meta", },
  778. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner21.png", },
  779. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner21.psd", },
  780. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner21.psd.meta", },
  781. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner22.png", },
  782. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner22.psd", },
  783. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner22.psd.meta", },
  784. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner23.png", },
  785. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner23.psd", },
  786. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner23.psd.meta", },
  787. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner24.png", },
  788. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner24.psd", },
  789. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner24.psd.meta", },
  790. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner25.png", },
  791. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner25.psd", },
  792. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner25.psd.meta", },
  793. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner26.png", },
  794. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner26.psd", },
  795. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner26.psd.meta", },
  796. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner27.png", },
  797. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner27.psd", },
  798. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner27.psd.meta", },
  799. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner28.png", },
  800. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner28.psd", },
  801. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner28.psd.meta", },
  802. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner29.png", },
  803. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner29.psd", },
  804. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner29.psd.meta", },
  805. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner30.png", },
  806. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner30.psd", },
  807. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner30.psd.meta", },
  808. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner31.png", },
  809. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner31.psd", },
  810. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner31.psd.meta", },
  811. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner32.png", },
  812. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner32.psd", },
  813. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner32.psd.meta", },
  814. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner33.png", },
  815. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner33.psd", },
  816. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner33.psd.meta", },
  817. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner34.png", },
  818. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner34.psd", },
  819. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner34.psd.meta", },
  820. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner35.png", },
  821. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner35.psd", },
  822. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner35.psd.meta", },
  823. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner36.png", },
  824. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner36.psd", },
  825. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner36.psd.meta", },
  826. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner37.png", },
  827. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner37.psd", },
  828. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner37.psd.meta", },
  829. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner38.png", },
  830. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner38.psd", },
  831. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner38.psd.meta", },
  832. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner39.png", },
  833. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner39.psd", },
  834. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner39.psd.meta", },
  835. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner40.png", },
  836. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner40.psd", },
  837. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner40.psd.meta", },
  838. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner42.png", },
  839. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner42.psd", },
  840. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner42.psd.meta", },
  841. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner46.png", },
  842. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner46.psd", },
  843. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner46.psd.meta", },
  844. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner47.png", },
  845. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner47.psd", },
  846. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner47.psd.meta", },
  847. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner48.png", },
  848. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner48.psd", },
  849. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner48.psd.meta", },
  850. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner51.png", },
  851. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner51.psd", },
  852. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner51.psd.meta", },
  853. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner52.png", },
  854. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner52.psd", },
  855. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner52.psd.meta", },
  856. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner53.png", },
  857. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner53.psd", },
  858. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner53.psd.meta", },
  859. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner55.png", },
  860. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner55.psd", },
  861. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner55.psd.meta", },
  862. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner58.png", },
  863. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner58.psd", },
  864. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner58.psd.meta", },
  865. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner59.png", },
  866. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner59.psd", },
  867. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner59.psd.meta", },
  868. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner60.png", },
  869. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner60.psd", },
  870. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner60.psd.meta", },
  871. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner61.png", },
  872. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner61.psd", },
  873. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner61.psd.meta", },
  874. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner62.png", },
  875. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner62.psd", },
  876. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner62.psd.meta", },
  877. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner63.png", },
  878. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner63.psd", },
  879. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner63.psd.meta", },
  880. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner64.png", },
  881. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner64.psd", },
  882. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner64.psd.meta", },
  883. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner65.png", },
  884. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner65.psd", },
  885. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner65.psd.meta", },
  886. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner68.png", },
  887. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner68.psd", },
  888. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner68.psd.meta", },
  889. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner69.png", },
  890. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner69.psd", },
  891. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner69.psd.meta", },
  892. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner70.png", },
  893. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner70.psd", },
  894. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner70.psd.meta", },
  895. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner71.png", },
  896. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner71.psd", },
  897. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner71.psd.meta", },
  898. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner72.png", },
  899. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner72.psd", },
  900. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner72.psd.meta", },
  901. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner73.png", },
  902. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner73.psd", },
  903. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner73.psd.meta", },
  904. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner74.png", },
  905. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner74.psd", },
  906. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner74.psd.meta", },
  907. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner75.png", },
  908. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner75.psd", },
  909. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner75.psd.meta", },
  910. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner78.png", },
  911. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner78.psd", },
  912. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner78.psd.meta", },
  913. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner79.png", },
  914. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner79.psd", },
  915. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner79.psd.meta", },
  916. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner80.png", },
  917. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner80.psd", },
  918. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner80.psd.meta", },
  919. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner82.png", },
  920. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner84.png", },
  921. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner85.png", },
  922. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner88.png", },
  923. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner89.png", },
  924. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner89.psd", },
  925. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner89.psd.meta", },
  926. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner90.png", },
  927. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner90.psd", },
  928. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner90.psd.meta", },
  929. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner91.png", },
  930. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner91.psd", },
  931. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner91.psd.meta", },
  932. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner92.png", },
  933. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner92.psd", },
  934. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner92.psd.meta", },
  935. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner93.png", },
  936. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner93.psd", },
  937. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner93.psd.meta", },
  938. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner94.png", },
  939. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner94.psd", },
  940. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner94.psd.meta", },
  941. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner95.png", },
  942. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner95.psd", },
  943. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner95.psd.meta", },
  944. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner96.png", },
  945. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner96.psd", },
  946. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner96.psd.meta", },
  947. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner97.png", },
  948. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner97.psd", },
  949. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner97.psd.meta", },
  950. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner98.png", },
  951. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner98.psd", },
  952. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner98.psd.meta", },
  953. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner99.png", },
  954. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner99.psd", },
  955. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "img_club_limited_banner99.psd.meta", },
  956. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "market_cashcard_1.png", },
  957. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "market_cashcard_10.png", },
  958. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "market_cashcard_100.png", },
  959. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "market_cashcard_10k.png", },
  960. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "market_cashcard_1k.png", },
  961. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "market_cashcard_5.png", },
  962. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "market_cashcard_50.png", },
  963. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "market_cashcard_500.png", },
  964. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "market_cashcard_5k.png", },
  965. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_10.png", },
  966. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_10.psd", },
  967. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_10.psd.meta", },
  968. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_100.png", },
  969. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_100.psd", },
  970. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_100.psd.meta", },
  971. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_1000.png", },
  972. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_1000.psd", },
  973. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_1000.psd.meta", },
  974. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_100w.png", },
  975. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_100w.psd", },
  976. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_100w.psd.meta", },
  977. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_10w.png", },
  978. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_10w.psd", },
  979. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_10w.psd.meta", },
  980. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_1200.png", },
  981. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_12000.png", },
  982. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_128.png", },
  983. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_128.psd", },
  984. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_128.psd.meta", },
  985. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_1280.png", },
  986. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_1280.psd", },
  987. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_1280.psd.meta", },
  988. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_12w8.png", },
  989. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_12w8.psd", },
  990. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_12w8.psd.meta", },
  991. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_1800.png", },
  992. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_18000.png", },
  993. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_1w.png", },
  994. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_1w.psd", },
  995. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_1w.psd.meta", },
  996. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_1w28.png", },
  997. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_1w28.psd", },
  998. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_1w28.psd.meta", },
  999. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_200w.png", },
  1000. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_200w.psd", },
  1001. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_200w.psd.meta", },
  1002. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_20w.png", },
  1003. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_20w.psd", },
  1004. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_20w.psd.meta", },
  1005. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_30.png", },
  1006. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_30.psd", },
  1007. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_30.psd.meta", },
  1008. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_300.png", },
  1009. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_300.psd", },
  1010. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_300.psd.meta", },
  1011. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_3000.png", },
  1012. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_3000.psd", },
  1013. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_3000.psd.meta", },
  1014. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_30000.png", },
  1015. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_328.png", },
  1016. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_328.psd", },
  1017. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_328.psd.meta", },
  1018. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_3280.png", },
  1019. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_3280.psd", },
  1020. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_3280.psd.meta", },
  1021. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_32w8.png", },
  1022. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_32w8.psd", },
  1023. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_32w8.psd.meta", },
  1024. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_3w.png", },
  1025. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_3w.psd", },
  1026. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_3w.psd.meta", },
  1027. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_3w28.png", },
  1028. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_3w28.psd", },
  1029. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_3w28.psd.meta", },
  1030. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_500w.png", },
  1031. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_500w.psd", },
  1032. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_500w.psd.meta", },
  1033. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_50w.png", },
  1034. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_50w.psd", },
  1035. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_50w.psd.meta", },
  1036. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_6.png", },
  1037. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_6.psd", },
  1038. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_6.psd.meta", },
  1039. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_60.png", },
  1040. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_60.psd", },
  1041. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_60.psd.meta", },
  1042. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_600.png", },
  1043. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_6000.png", },
  1044. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_648.png", },
  1045. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_648.psd", },
  1046. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_648.psd.meta", },
  1047. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_6480.png", },
  1048. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_6480.psd", },
  1049. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_6480.psd.meta", },
  1050. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_64w8.png", },
  1051. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_64w8.psd", },
  1052. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_64w8.psd.meta", },
  1053. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_6800.png", },
  1054. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_68000.png", },
  1055. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_6w48.png", },
  1056. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_6w48.psd", },
  1057. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_6w48.psd.meta", },
  1058. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_98.png", },
  1059. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_98.psd", },
  1060. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_98.psd.meta", },
  1061. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_980.png", },
  1062. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_980.psd", },
  1063. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_980.psd.meta", },
  1064. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_9800.png", },
  1065. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_9800.psd", },
  1066. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_9800.psd.meta", },
  1067. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_9w8.png", },
  1068. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_9w8.psd", },
  1069. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "num_club_9w8.psd.meta", },
  1070. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "product_0.99_ro.png", },
  1071. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "product_1.99_ro.png", },
  1072. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "product_14.99_ro.png", },
  1073. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "product_19.99_ro.png", },
  1074. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "product_2.99_ro.png", },
  1075. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "product_4.99_ro.png", },
  1076. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "product_49.99_ro.png", },
  1077. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "product_9.99_ro.png", },
  1078. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "product_99.99_ro.png", },
  1079. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "txt_club_first.png", },
  1080. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "txt_club_free_extra_cn.png", },
  1081. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "xianxiaLB1.png", },
  1082. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "xianxiaLB2.png", },
  1083. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "zhanxinshiLB1.png", },
  1084. {basepath = "Assets/Content/Icons/", path = "ShopIcons", fileName = "zhanxinshiLB2.png", },
  1085. {basepath = "Assets/Content/Icons/", path = "Skills", fileName = "bs-axiuluobafengquan.png", },
  1086. {basepath = "Assets/Content/Icons/", path = "TurntableImg", fileName = "turntable_title_61.png", },
  1087. {basepath = "Assets/Content/Icons/", path = "UIFunOpen", fileName = "ic_open_lanwei1.png", },
  1088. {basepath = "Assets/Content/Icons/", path = "UIFunOpen", fileName = "ic_open_lanwei2.png", },
  1089. {basepath = "Assets/Content/Icons/", path = "UIFunOpen", fileName = "ic_open_lanwei3.png", },
  1090. {basepath = "Assets/Content/Icons/", path = "UIFunOpen", fileName = "ic_open_lanwei4.png", },
  1091. {basepath = "Assets/Content/Icons/", path = "UIFunOpen", fileName = "ic_open_petslot1.png", },
  1092. {basepath = "Assets/Content/Icons/", path = "UIFunOpen", fileName = "ic_open_petslot2.png", },
  1093. {basepath = "Assets/Content/Icons/", path = "UIFunOpen", fileName = "ic_open_petslot3.png", },
  1094. {basepath = "Assets/Content/Icons/", path = "UIFunOpen", fileName = "ic_open_petslot4.png", },
  1095. {basepath = "Assets/Content/Icons/", path = "UIFunOpen", fileName = "ic_open_petslot5.png", },
  1096. {basepath = "Assets/Content/Icons/", path = "UIFunOpen", fileName = "ic_open_petslot6.png", },
  1097. {basepath = "Assets/Content/Icons/", path = "UISkillShow", fileName = "Img_Skillshow_SkillName01.png", },
  1098. {basepath = "Assets/Content/Icons/", path = "UISkillShow", fileName = "Img_Skillshow_SkillName02.png", },
  1099. {basepath = "Assets/Content/Icons/", path = "UISkillShow", fileName = "Img_Skillshow_SkillName02.psd", },
  1100. {basepath = "Assets/Content/Icons/", path = "UISkillShow", fileName = "Img_Skillshow_SkillName02.psd.meta", },
  1101. {basepath = "Assets/Content/Icons/", path = "UISkillShow", fileName = "Img_Skillshow_SkillName03.png", },
  1102. {basepath = "Assets/Content/Icons/", path = "UISkillShow", fileName = "Img_Skillshow_SkillName03.psd", },
  1103. {basepath = "Assets/Content/Icons/", path = "UISkillShow", fileName = "Img_Skillshow_SkillName03.psd.meta", },
  1104. {basepath = "Assets/Content/Icons/", path = "UISkillShow", fileName = "Img_Skillshow_SkillName04.png", },
  1105. {basepath = "Assets/Content/Icons/", path = "UISkillShow", fileName = "Img_Skillshow_SkillName04.psd", },
  1106. {basepath = "Assets/Content/Icons/", path = "UISkillShow", fileName = "Img_Skillshow_SkillName04.psd.meta", },
  1107. {basepath = "Assets/Content/Icons/", path = "UISkillShow", fileName = "Img_Skillshow_SkillName05.png", },
  1108. {basepath = "Assets/Content/Icons/", path = "UISkillShow", fileName = "Img_Skillshow_SkillName05.psd", },
  1109. {basepath = "Assets/Content/Icons/", path = "UISkillShow", fileName = "Img_Skillshow_SkillName05.psd.meta", },
  1110. {basepath = "Assets/Content/Icons/", path = "UISummon", fileName = "img_summon3_banner_artifact_limited.png", },
  1111. {basepath = "Assets/Content/Icons/", path = "UISummon", fileName = "img_summon3_banner_artifact_limited.psd", },
  1112. {basepath = "Assets/Content/Icons/", path = "UISummon", fileName = "img_summon3_banner_artifact_limited.psd.meta", },
  1113. {basepath = "Assets/Content/Icons/", path = "UISummon", fileName = "img_summon_banner_artifact.png", },
  1114. {basepath = "Assets/Content/Icons/", path = "UISummon", fileName = "img_summon_banner_artifact.psd", },
  1115. {basepath = "Assets/Content/Icons/", path = "UISummon", fileName = "img_summon_banner_artifact.psd.meta", },
  1116. {basepath = "Assets/Content/Icons/", path = "UISummon", fileName = "img_summon_banner_artifact_limited.png", },
  1117. {basepath = "Assets/Content/Icons/", path = "UISummon", fileName = "img_summon_banner_artifact_limited.psd", },
  1118. {basepath = "Assets/Content/Icons/", path = "UISummon", fileName = "img_summon_banner_artifact_limited.psd.meta", },
  1119. {basepath = "Assets/Content/Icons/", path = "UISummon", fileName = "img_summon_banner_card.png", },
  1120. {basepath = "Assets/Content/Icons/", path = "UISummon", fileName = "img_summon_banner_card.psd", },
  1121. {basepath = "Assets/Content/Icons/", path = "UISummon", fileName = "img_summon_banner_card.psd.meta", },
  1122. {basepath = "Assets/Content/Icons/", path = "UISummon", fileName = "img_summon_banner_pet.png", },
  1123. {basepath = "Assets/Content/Icons/", path = "UISummon", fileName = "img_summon_banner_pet.psd", },
  1124. {basepath = "Assets/Content/Icons/", path = "UISummon", fileName = "img_summon_banner_pet.psd.meta", },
  1125. {basepath = "Assets/Content/Icons/", path = "UISummon", fileName = "img_summon_banner_superartifact_limited.png", },
  1126. {basepath = "Assets/Content/Icons/", path = "UISummon", fileName = "img_summon_banner_superartifact_limited.psd", },
  1127. {basepath = "Assets/Content/Icons/", path = "UISummon", fileName = "img_summon_banner_superartifact_limited.psd.meta", },
  1128. {basepath = "Assets/Content/Raw_Art", path = "/Effects/Textures/fuhao", fileName = "FX_fuhao_daduan001.png", },
  1129. {basepath = "Assets/Content/Raw_Art/UI/", path = "Items", fileName = "item_baishatang.png", },
  1130. {basepath = "Assets/Content/Raw_Art/UI/", path = "Items", fileName = "item_daijinquan.png", },
  1131. {basepath = "Assets/Content/Raw_Art/UI/", path = "Items", fileName = "item_nuomifen.png", },
  1132. {basepath = "Assets/Content/Raw_Art/UI/", path = "Items", fileName = "item_ruyi.png", },
  1133. {basepath = "Assets/Content/Raw_Art/UI/", path = "Items", fileName = "item_ruyideng.png", },
  1134. {basepath = "Assets/Content/Raw_Art/UI/", path = "Items", fileName = "item_tangyuan_dousha.png", },
  1135. {basepath = "Assets/Content/Raw_Art/UI/", path = "Items", fileName = "item_tangyuan_guihua.png", },
  1136. {basepath = "Assets/Content/Raw_Art/UI/", path = "Items", fileName = "item_tangyuan_zhima.png", },
  1137. {basepath = "Assets/Content/Raw_Art/UI/", path = "Items", fileName = "item_tanyuan_shenmi.png", },
  1138. {basepath = "Assets/Content/Raw_Art/UI/", path = "Items", fileName = "item_tiaoliao.png", },
  1139. {basepath = "Assets/Content/Raw_Art/UI/", path = "Items", fileName = "item_yuanxiaolihe.png", },
  1140. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIActivity", fileName = "ic_activity_sellout.png", },
  1141. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIActivity", fileName = "img_banner_dailyrecharge_cn.png", },
  1142. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIActivity", fileName = "img_banner_firstrecharge01_bt_cn.png", },
  1143. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIActivity", fileName = "img_banner_firstrecharge01_cn.png", },
  1144. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIActivity", fileName = "img_banner_firstrecharge02_bt_cn.png", },
  1145. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIActivity", fileName = "img_banner_firstrecharge02_cn.png", },
  1146. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIActivity", fileName = "img_banner_kingback_cn.png", },
  1147. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIActivity", fileName = "text_dailyrecharge_get_cn.png", },
  1148. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIActivity", fileName = "text_dailyrecharge_receive_cn.png", },
  1149. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIActivity", fileName = "text_dailyrecharge_today2_cn.png", },
  1150. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIActivity", fileName = "text_dailyrecharge_today_cn.png", },
  1151. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIActivity", fileName = "text_dailyrecharge_tomorrow_cn.png", },
  1152. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIActivity", fileName = "text_supervalue_cn.png", },
  1153. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIActivity", fileName = "txt_activity_7day_cn.png", },
  1154. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIActivity", fileName = "txt_activity_login_cn.png", },
  1155. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIBattleResult", fileName = "text_boss_cn.png", },
  1156. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIBattleResult", fileName = "text_boss_warning_cn.png", },
  1157. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIBattleResult", fileName = "text_courage_bft_cn.png", },
  1158. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIBattleResult", fileName = "text_expedition_Stageclear_cn.png", },
  1159. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIBattleResult", fileName = "text_title_lose_cn.png", },
  1160. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIBattleResult", fileName = "text_title_victory_cn.png", },
  1161. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIBattleResult", fileName = "text_warning_bft2_cn.png", },
  1162. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIBattleResult", fileName = "text_warning_bft_cn.png", },
  1163. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIClub", fileName = "btn_club_passport.png", },
  1164. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIClub", fileName = "ic_club_sellout.png", },
  1165. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIClub", fileName = "title_club_passport_cn.png", },
  1166. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIClub", fileName = "txt_club_buy_blue_cn.png", },
  1167. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIClub", fileName = "txt_club_buy_week_cn.png", },
  1168. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIClub", fileName = "txt_club_buy_yellow_cn.png", },
  1169. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIClub", fileName = "txt_club_gifts_cn.png", },
  1170. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIClub", fileName = "txt_club_limited_cn.png", },
  1171. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIClub", fileName = "txt_club_month_a_cn.png", },
  1172. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIClub", fileName = "txt_club_month_b_cn.png", },
  1173. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIClub", fileName = "txt_club_month_cn.png", },
  1174. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIClub", fileName = "txt_club_passport_cn.png", },
  1175. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIClub", fileName = "txt_club_privilege01_cn.png", },
  1176. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIClub", fileName = "txt_club_privilege02_cn.png", },
  1177. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIClub", fileName = "txt_club_privilege_cn.png", },
  1178. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIClub", fileName = "txt_club_privilegecard_cn.png", },
  1179. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIClub", fileName = "txt_club_rewards_cn.png", },
  1180. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIClub", fileName = "txt_club_shop_cn.png", },
  1181. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIClub", fileName = "txt_club_week_a_cn.png", },
  1182. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIClub", fileName = "txt_club_week_cn.png", },
  1183. {basepath = "Assets/Content/Raw_Art/UI/", path = "UICollect", fileName = "text_collect_card_cn.png", },
  1184. {basepath = "Assets/Content/Raw_Art/UI/", path = "UICollect", fileName = "text_collect_collection_cn.png", },
  1185. {basepath = "Assets/Content/Raw_Art/UI/", path = "UICollect", fileName = "text_collect_pet_cn.png", },
  1186. {basepath = "Assets/Content/Raw_Art/UI/", path = "UICreateRole", fileName = "LOGO1.png", },
  1187. {basepath = "Assets/Content/Raw_Art/UI/", path = "UICreateRole", fileName = "LOGO1.png.meta", },
  1188. {basepath = "Assets/Content/Raw_Art/UI/", path = "UICreateRole", fileName = "img_create_banner.png", },
  1189. {basepath = "Assets/Content/Raw_Art/UI/", path = "UICreateRole", fileName = "img_create_banner.psd", },
  1190. {basepath = "Assets/Content/Raw_Art/UI/", path = "UICreateRole", fileName = "img_create_banner.psd.meta", },
  1191. {basepath = "Assets/Content/Raw_Art/UI/", path = "UICreateRole", fileName = "img_create_title.png", },
  1192. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIExpedition", fileName = "img_dungeon_bg00.png", },
  1193. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIExpedition", fileName = "text_newrecord_cn.png", },
  1194. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIExpedition", fileName = "text_newrecord_cn.psd", },
  1195. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIExpedition", fileName = "text_newrecord_cn.psd.meta", },
  1196. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIFashion", fileName = "btn_fashion_toggle_01.png", },
  1197. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIFashion", fileName = "btn_fashion_toggle_02.png", },
  1198. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIFunOpen", fileName = "ic_open_lanwei1.png", },
  1199. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIFunOpen", fileName = "ic_open_lanwei2.png", },
  1200. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIFunOpen", fileName = "ic_open_lanwei3.png", },
  1201. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIFunOpen", fileName = "ic_open_lanwei4.png", },
  1202. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIFunOpen", fileName = "ic_open_petslot1.png", },
  1203. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIFunOpen", fileName = "ic_open_petslot2.png", },
  1204. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIFunOpen", fileName = "ic_open_petslot3.png", },
  1205. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIFunOpen", fileName = "ic_open_petslot4.png", },
  1206. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIFunOpen", fileName = "ic_open_petslot5.png", },
  1207. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIFunOpen", fileName = "ic_open_petslot6.png", },
  1208. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIGuildWar", fileName = "img_guildwar_lose.psd", },
  1209. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIGuildWar", fileName = "img_guildwar_lose.psd.meta", },
  1210. {basepath = "Assets/Content/Raw_Art/UI/", path = "UILanuch", fileName = "LOGO1.png", },
  1211. {basepath = "Assets/Content/Raw_Art/UI/", path = "UILanuch", fileName = "LOGO1.png.meta", },
  1212. {basepath = "Assets/Content/Raw_Art/UI/", path = "UILanuch", fileName = "LOGO1.psd", },
  1213. {basepath = "Assets/Content/Raw_Art/UI/", path = "UILanuch", fileName = "LOGO1.psd.meta", },
  1214. {basepath = "Assets/Content/Raw_Art/UI/", path = "UILanuch", fileName = "btn_cadpa12.psd", },
  1215. {basepath = "Assets/Content/Raw_Art/UI/", path = "UILanuch", fileName = "btn_cadpa12.psd.meta", },
  1216. {basepath = "Assets/Content/Raw_Art/UI/", path = "UILanuch", fileName = "btn_cadpa16.psd", },
  1217. {basepath = "Assets/Content/Raw_Art/UI/", path = "UILanuch", fileName = "btn_cadpa16.psd.meta", },
  1218. {basepath = "Assets/Content/Raw_Art/UI/", path = "UILanuch", fileName = "btn_cadpa8.psd", },
  1219. {basepath = "Assets/Content/Raw_Art/UI/", path = "UILanuch", fileName = "btn_cadpa8.psd.meta", },
  1220. {basepath = "Assets/Content/Raw_Art/UI/", path = "UILanuch", fileName = "txt_login_cn.png", },
  1221. {basepath = "Assets/Content/Raw_Art/UI/", path = "UILanuch", fileName = "txt_login_cn.psd", },
  1222. {basepath = "Assets/Content/Raw_Art/UI/", path = "UILanuch", fileName = "txt_login_cn.psd.meta", },
  1223. {basepath = "Assets/Content/Raw_Art/UI/", path = "UILuckyEgg", fileName = "ic_luckyegg_mvp.png", },
  1224. {basepath = "Assets/Content/Raw_Art/UI/", path = "UILuckyEgg", fileName = "ic_luckyegg_mvp.psd", },
  1225. {basepath = "Assets/Content/Raw_Art/UI/", path = "UILuckyEgg", fileName = "ic_luckyegg_mvp.psd.meta", },
  1226. {basepath = "Assets/Content/Raw_Art/UI/", path = "UILuckyEgg", fileName = "label_luckyegg_rare_mvp.png", },
  1227. {basepath = "Assets/Content/Raw_Art/UI/", path = "UILuckyEgg", fileName = "label_luckyegg_rare_mvp.psd", },
  1228. {basepath = "Assets/Content/Raw_Art/UI/", path = "UILuckyEgg", fileName = "label_luckyegg_rare_mvp.psd.meta", },
  1229. {basepath = "Assets/Content/Raw_Art/UI/", path = "UILuckyEgg", fileName = "txt_luckyegg_goldenegg_cn.png", },
  1230. {basepath = "Assets/Content/Raw_Art/UI/", path = "UILuckyEgg", fileName = "txt_luckyegg_variegationegg_cn.png", },
  1231. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIMain", fileName = "text_adventure_cn.png", },
  1232. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIMain", fileName = "text_adventure_cn.psd", },
  1233. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIMain", fileName = "text_adventure_cn.psd.meta", },
  1234. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIMain", fileName = "text_bag_cn.png", },
  1235. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIMain", fileName = "text_pet_cn.png", },
  1236. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIMain", fileName = "text_role_cn.png", },
  1237. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIMain", fileName = "text_role_cn.psd", },
  1238. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIMain", fileName = "text_role_cn.psd.meta", },
  1239. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIMain", fileName = "text_shop_cn.png", },
  1240. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIMain", fileName = "text_town_cn.png", },
  1241. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIMain", fileName = "text_town_cn.psd", },
  1242. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIMain", fileName = "text_town_cn.psd.meta", },
  1243. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIMain", fileName = "txt_login_cn.psd", },
  1244. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIMain", fileName = "txt_login_cn.psd.meta", },
  1245. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIMap", fileName = "img_start_cn.png", },
  1246. {basepath = "Assets/Content/Raw_Art/UI/", path = "UINewStory", fileName = "txt_story01_cn.png", },
  1247. {basepath = "Assets/Content/Raw_Art/UI/", path = "UINewStory", fileName = "txt_story02_cn.png", },
  1248. {basepath = "Assets/Content/Raw_Art/UI/", path = "UINewStory", fileName = "txt_story03_cn.png", },
  1249. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIQestion", fileName = "text_title_q1_cn.png", },
  1250. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIQestion", fileName = "text_title_q1_cn.psd", },
  1251. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIQestion", fileName = "text_title_q1_cn.psd.meta", },
  1252. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIRedPoint", fileName = "ic_bubble_new_cn.png", },
  1253. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIRedPoint", fileName = "ic_bubble_new_y_cn.png", },
  1254. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIRedPoint", fileName = "ic_bubble_red.png.meta", },
  1255. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIRole", fileName = "txt_artifact_transsuccess_cn.png", },
  1256. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIRole", fileName = "txt_artifact_transsuccess_cn.psd", },
  1257. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIRole", fileName = "txt_artifact_transsuccess_cn.psd.meta", },
  1258. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIRole", fileName = "txt_break_success_tw.png", },
  1259. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIRole", fileName = "txt_cured_success1_cn.png", },
  1260. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIRole", fileName = "txt_cured_success2_cn.png", },
  1261. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIRole", fileName = "txt_cured_success3_cn.png", },
  1262. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIRole", fileName = "txt_cured_success4_cn.png", },
  1263. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIRole", fileName = "txt_transfer_success1_cn.png", },
  1264. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIRole", fileName = "txt_transfer_success1_cn.psd", },
  1265. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIRole", fileName = "txt_transfer_success1_cn.psd.meta", },
  1266. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIRole", fileName = "txt_transfer_success2_cn.png", },
  1267. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIRole", fileName = "txt_transfer_success2_cn.psd", },
  1268. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIRole", fileName = "txt_transfer_success2_cn.psd.meta", },
  1269. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIRole", fileName = "txt_transfer_success3_cn.png", },
  1270. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIRole", fileName = "txt_transfer_success4_cn.png", },
  1271. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIShop", fileName = "S_ic_sellout.png", },
  1272. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIShop", fileName = "S_title.png", },
  1273. {basepath = "Assets/Content/Raw_Art/UI/", path = "UISign", fileName = "text_signin_title_tw.png", },
  1274. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIStarSign", fileName = "img_banner_bg.png", },
  1275. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIStarSign", fileName = "img_banner_title.png", },
  1276. {basepath = "Assets/Content/Raw_Art/UI/", path = "UITurnWheel", fileName = "text_title_turnwheel_cn.png", },
  1277. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIVoyage", fileName = "txt_fail_cn.png", },
  1278. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIVoyage", fileName = "txt_fail_cn.psd", },
  1279. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIVoyage", fileName = "txt_fail_cn.psd.meta", },
  1280. {basepath = "Assets/Content/Raw_Art/UI/", path = "UIVoyage", fileName = "txt_success_cn.png", },
  1281. }
  1282. luaCopyFileCfg.AddlocaizedCfg =
  1283. {
  1284. --{'Buff','UIFunOpen','UIClub','UIActivity','UICollect','Items','UIVoyage','UICreateRole','UINewStory','UIBattleResult','UISkillShow'},
  1285. --'UITurnWheel','UIStarSign','UIMap','UILuckyEgg','FrameNew'
  1286. paths={'FrameNew'},
  1287. addCfg = {
  1288. ['Buff']= {ex = ".png",Namer= "",basepath = "Assets/Content/Icons",other = "",setN = "0"},
  1289. ['UIFunOpen']={ex = ".png",Namer= "",basepath = "Assets/Content/Icons",other = "",setN = "0"},
  1290. ['UIClub']={ex = ".png",Namer= "",basepath = "Assets/Content/Raw_Art/UI",other = "",setN = "0"},
  1291. ['UIActivity']={ex = ".png",Namer= "ui_%s_pic",basepath = "Assets/Content/Raw_Art/UI",other = "",setN = "0"},
  1292. ['UICollect']={ex = ".png",Namer= "ui_%s_pic",basepath = "Assets/Content/Raw_Art/UI",other = "",setN = "0"},
  1293. ['UIVoyage']={ex = ".png",Namer= "ui_%s_pic",basepath = "Assets/Content/Raw_Art/UI",other = "",setN = "0"},
  1294. ['Items']= {ex = ".png",Namer= "",basepath = "Assets/Content/Icons",other = "",setN = "0"},
  1295. ['UICreateRole']={ex = ".png",Namer= "ui_%s_pic",basepath = "Assets/Content/Raw_Art/UI",other = "",setN = "0"},
  1296. ['UINewStory']={ex = ".png",Namer= "ui_%s_pic",basepath = "Assets/Content/Raw_Art/UI",other = "",setN = "0"},
  1297. ['UIBattleResult']={ex = ".png",Namer= "ui_%s_pic",basepath = "Assets/Content/Raw_Art/UI",other = "",setN = "0"},
  1298. ['UISkillShow']={ex = ".png",Namer= "ui_%s_pic",basepath = "Assets/Content/Icons",other = "",setN = "0"},
  1299. ['UIStarSign']={ex = ".png",Namer= "ui_%s_pic",basepath = "Assets/Content/Raw_Art/UI",other = "",setN = "0"},
  1300. ['UITurnWheel']={ex = ".png",Namer= "ui_%s_pic",basepath = "Assets/Content/Raw_Art/UI",other = "",setN = "0"},
  1301. ['UIMap']={ex = ".png",Namer= "ui_%s_pic",basepath = "Assets/Content/Raw_Art/UI",other = "",setN = "0"},
  1302. ['UILuckyEgg']={ex = ".png",Namer= "ui_%s_pic",basepath = "Assets/Content/Raw_Art/UI",other = "",setN = "0"},
  1303. ['FrameNew']={ex = ".png",Namer= "ui_%s_pic",basepath = "Assets/Content/Icons",other = "",setN = "0"},
  1304. }
  1305. }
  1306. function luaCopyFileCfg:Init()
  1307. self.curindex = 1
  1308. self.MaxIndex = #self.FileCfg
  1309. self.curOutput = "_cn"
  1310. end
  1311. function luaCopyFileCfg:SetOutput(output)
  1312. self.curOutput = output
  1313. end
  1314. function luaCopyFileCfg:GetLen()
  1315. return self.MaxIndex
  1316. end
  1317. function luaCopyFileCfg:GetNextCfg()
  1318. if self.curindex > self.MaxIndex then
  1319. return {result = false}
  1320. end
  1321. local curCfg = self.FileCfg[self.curindex]
  1322. self.curindex = self.curindex + 1
  1323. local path = curCfg.basepath..curCfg.path..'/'..curCfg.fileName
  1324. local outputPath = curCfg.basepath..curCfg.path..self.curOutput..'/'..curCfg.fileName
  1325. return {result = true,path = path,outputPath = outputPath}
  1326. end
  1327. function luaCopyFileCfg:GetNextAddlocaizedCfg()
  1328. if self.curindex > self.MaxIndex then
  1329. return {result = 0}
  1330. end
  1331. local curCfg = self.FileCfg[self.curindex]
  1332. self.curindex = self.curindex + 1
  1333. for _, value in pairs(self.AddlocaizedCfg.paths) do
  1334. if value == curCfg.path then
  1335. local adCfg = self.AddlocaizedCfg.addCfg[value]
  1336. local s,e =string.find(curCfg.fileName,adCfg.ex)
  1337. if s~=nil and s > 0 then
  1338. local key = ""
  1339. local f = string.sub(curCfg.fileName,1,s-1)
  1340. local Language = curCfg.path..self.curOutput..'/'..f
  1341. if adCfg.Namer == "" then
  1342. key = curCfg.path..'/'..f
  1343. else
  1344. key = string.format(adCfg.Namer,f)
  1345. end
  1346. local AssetPath = adCfg.basepath
  1347. local other = adCfg.other
  1348. local setN = adCfg.setN
  1349. return {result = 1,key = key,Language = Language,AssetPath = AssetPath,other = other,setN = setN}
  1350. end
  1351. end
  1352. end
  1353. return {result = 2}
  1354. end
  1355. function luaCopyFileCfg:GetNextCpfCfg()
  1356. if self.curindex > self.MaxIndex then
  1357. return {result = 0}
  1358. end
  1359. local curCfg = self.FileCfg[self.curindex]
  1360. self.curindex = self.curindex + 1
  1361. return {result = 1,curCfg = curCfg}
  1362. end
  1363. return luaCopyFileCfg