luaCopyFileCfg.lua 154 KB

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