cfg_equip_strengthenGroup.lua 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591
  1. -- 此文件工具自动生成,不要修改
  2. ---@class cfg_equip_strengthenGroup_column
  3. ---单独的序列=组ID*1000+等级
  4. ---@field id number @序列 column=1 A
  5. ---同一id为同一组
  6. ---@field group number @组id column=2 B
  7. ---策划使用
  8. ---@field note string @备注 column=3 C
  9. ---@field lv number @强化等级 column=4 D
  10. ---属性id#属性值|属性id#属性值
  11. ---@field att IntListList @强化属性 column=5 E
  12. ---不填表示该强化等级不显示文字提示
  13. ---@field tips string @提示 column=6 F
  14. local cfg_equip_strengthenGroup =
  15. {
  16. {id=1001, att={{201021,1},{201011,1}}},
  17. {id=1002, lv=2, att={{201021,1},{201011,2}}},
  18. {id=1003, lv=3, att={{201021,2},{201011,3}}},
  19. {id=1004, lv=4, att={{201021,2},{201011,4}}},
  20. {id=1005, lv=5, att={{201021,3},{201011,5}}},
  21. {id=1006, lv=6, att={{201021,4},{201011,6}}},
  22. {id=1007, lv=7, att={{201021,5},{201011,8}}},
  23. {id=1008, lv=8, att={{201021,6},{201011,10}}},
  24. {id=1009, lv=9, att={{201021,7},{201011,12}}},
  25. {id=1010, lv=10, att={{201021,8},{201011,14}}},
  26. {id=1011, lv=11, att={{201021,10},{201011,16}}},
  27. {id=1012, lv=12, att={{201021,11},{201011,18}}},
  28. {id=1013, lv=13, att={{201021,12},{201011,20}}},
  29. {id=1014, lv=14, att={{201021,13},{201011,22}}},
  30. {id=1015, lv=15, att={{201021,14},{201011,24}}},
  31. {id=1016, lv=16, att={{201021,16},{201011,27}}},
  32. {id=1017, lv=17, att={{201021,18},{201011,30}}},
  33. {id=1018, lv=18, att={{201021,20},{201011,33}}},
  34. {id=1019, lv=19, att={{201021,22},{201011,36}}},
  35. {id=1020, lv=20, att={{201021,23},{201011,39}}},
  36. {id=1021, lv=21, att={{201021,25},{201011,42}}},
  37. {id=1022, lv=22, att={{201021,28},{201011,46}}},
  38. {id=1023, lv=23, att={{201021,30},{201011,50}}},
  39. {id=1024, lv=24, att={{201021,32},{201011,54}}},
  40. {id=1025, lv=25, att={{201021,35},{201011,58}}},
  41. {id=1026, lv=26, att={{201021,37},{201011,62}}},
  42. {id=1027, lv=27, att={{201021,40},{201011,66}}},
  43. {id=1028, lv=28, att={{201021,43},{201011,71}}},
  44. {id=1029, lv=29, att={{201021,46},{201011,76}}},
  45. {id=1030, lv=30, att={{201021,49},{201011,81}}},
  46. {id=1031, lv=31, att={{201021,52},{201011,86}}},
  47. {id=1032, lv=32, att={{201021,55},{201011,91}}},
  48. {id=1033, lv=33, att={{201021,58},{201011,96}}},
  49. {id=1034, lv=34, att={{201021,61},{201011,102}}},
  50. {id=1035, lv=35, att={{201021,65},{201011,108}}},
  51. {id=1036, lv=36, att={{201021,68},{201011,114}}},
  52. {id=1037, lv=37, att={{201021,72},{201011,120}}},
  53. {id=1038, lv=38, att={{201021,76},{201011,126}}},
  54. {id=1039, lv=39, att={{201021,79},{201011,132}}},
  55. {id=1040, lv=40, att={{201021,84},{201011,140}}},
  56. {id=1041, lv=41, att={{201021,89},{201011,148}}},
  57. {id=1042, lv=42, att={{201021,94},{201011,156}}},
  58. {id=1043, lv=43, att={{201021,98},{201011,164}}},
  59. {id=1044, lv=44, att={{201021,103},{201011,172}}},
  60. {id=1045, lv=45, att={{201021,108},{201011,180}}},
  61. {id=1046, lv=46, att={{201021,114},{201011,190}}},
  62. {id=1047, lv=47, att={{201021,120},{201011,200}}},
  63. {id=1048, lv=48, att={{201021,126},{201011,210}}},
  64. {id=1049, lv=49, att={{201021,132},{201011,220}}},
  65. {id=1050, lv=50, att={{201021,138},{201011,230}}},
  66. {id=1051, lv=51, att={{201021,144},{201011,240}}},
  67. {id=1052, lv=52, att={{201021,152},{201011,254}}},
  68. {id=1053, lv=53, att={{201021,161},{201011,268}}},
  69. {id=1054, lv=54, att={{201021,169},{201011,282}}},
  70. {id=1055, lv=55, att={{201021,178},{201011,296}}},
  71. {id=1056, lv=56, att={{201021,186},{201011,310}}},
  72. {id=1057, lv=57, att={{201021,194},{201011,324}}},
  73. {id=1058, lv=58, att={{201021,204},{201011,340}}},
  74. {id=1059, lv=59, att={{201021,214},{201011,356}}},
  75. {id=1060, lv=60, att={{201021,223},{201011,372}}},
  76. {id=1061, lv=61, att={{201021,233},{201011,388}}},
  77. {id=1062, lv=62, att={{201021,242},{201011,404}}},
  78. {id=1063, lv=63, att={{201021,252},{201011,420}}},
  79. {id=2001, group=2, note="魔法攻击", att={{202021,1},{202011,1}}},
  80. {id=2002, group=2, note="魔法攻击", lv=2, att={{202021,1},{202011,2}}},
  81. {id=2003, group=2, note="魔法攻击", lv=3, att={{202021,2},{202011,3}}},
  82. {id=2004, group=2, note="魔法攻击", lv=4, att={{202021,2},{202011,4}}},
  83. {id=2005, group=2, note="魔法攻击", lv=5, att={{202021,3},{202011,5}}},
  84. {id=2006, group=2, note="魔法攻击", lv=6, att={{202021,4},{202011,6}}},
  85. {id=2007, group=2, note="魔法攻击", lv=7, att={{202021,5},{202011,8}}},
  86. {id=2008, group=2, note="魔法攻击", lv=8, att={{202021,6},{202011,10}}},
  87. {id=2009, group=2, note="魔法攻击", lv=9, att={{202021,7},{202011,12}}},
  88. {id=2010, group=2, note="魔法攻击", lv=10, att={{202021,8},{202011,14}}},
  89. {id=2011, group=2, note="魔法攻击", lv=11, att={{202021,10},{202011,16}}},
  90. {id=2012, group=2, note="魔法攻击", lv=12, att={{202021,11},{202011,18}}},
  91. {id=2013, group=2, note="魔法攻击", lv=13, att={{202021,12},{202011,20}}},
  92. {id=2014, group=2, note="魔法攻击", lv=14, att={{202021,13},{202011,22}}},
  93. {id=2015, group=2, note="魔法攻击", lv=15, att={{202021,14},{202011,24}}},
  94. {id=2016, group=2, note="魔法攻击", lv=16, att={{202021,16},{202011,27}}},
  95. {id=2017, group=2, note="魔法攻击", lv=17, att={{202021,18},{202011,30}}},
  96. {id=2018, group=2, note="魔法攻击", lv=18, att={{202021,20},{202011,33}}},
  97. {id=2019, group=2, note="魔法攻击", lv=19, att={{202021,22},{202011,36}}},
  98. {id=2020, group=2, note="魔法攻击", lv=20, att={{202021,23},{202011,39}}},
  99. {id=2021, group=2, note="魔法攻击", lv=21, att={{202021,25},{202011,42}}},
  100. {id=2022, group=2, note="魔法攻击", lv=22, att={{202021,28},{202011,46}}},
  101. {id=2023, group=2, note="魔法攻击", lv=23, att={{202021,30},{202011,50}}},
  102. {id=2024, group=2, note="魔法攻击", lv=24, att={{202021,32},{202011,54}}},
  103. {id=2025, group=2, note="魔法攻击", lv=25, att={{202021,35},{202011,58}}},
  104. {id=2026, group=2, note="魔法攻击", lv=26, att={{202021,37},{202011,62}}},
  105. {id=2027, group=2, note="魔法攻击", lv=27, att={{202021,40},{202011,66}}},
  106. {id=2028, group=2, note="魔法攻击", lv=28, att={{202021,43},{202011,71}}},
  107. {id=2029, group=2, note="魔法攻击", lv=29, att={{202021,46},{202011,76}}},
  108. {id=2030, group=2, note="魔法攻击", lv=30, att={{202021,49},{202011,81}}},
  109. {id=2031, group=2, note="魔法攻击", lv=31, att={{202021,52},{202011,86}}},
  110. {id=2032, group=2, note="魔法攻击", lv=32, att={{202021,55},{202011,91}}},
  111. {id=2033, group=2, note="魔法攻击", lv=33, att={{202021,58},{202011,96}}},
  112. {id=2034, group=2, note="魔法攻击", lv=34, att={{202021,61},{202011,102}}},
  113. {id=2035, group=2, note="魔法攻击", lv=35, att={{202021,65},{202011,108}}},
  114. {id=2036, group=2, note="魔法攻击", lv=36, att={{202021,68},{202011,114}}},
  115. {id=2037, group=2, note="魔法攻击", lv=37, att={{202021,72},{202011,120}}},
  116. {id=2038, group=2, note="魔法攻击", lv=38, att={{202021,76},{202011,126}}},
  117. {id=2039, group=2, note="魔法攻击", lv=39, att={{202021,79},{202011,132}}},
  118. {id=2040, group=2, note="魔法攻击", lv=40, att={{202021,84},{202011,140}}},
  119. {id=2041, group=2, note="魔法攻击", lv=41, att={{202021,89},{202011,148}}},
  120. {id=2042, group=2, note="魔法攻击", lv=42, att={{202021,94},{202011,156}}},
  121. {id=2043, group=2, note="魔法攻击", lv=43, att={{202021,98},{202011,164}}},
  122. {id=2044, group=2, note="魔法攻击", lv=44, att={{202021,103},{202011,172}}},
  123. {id=2045, group=2, note="魔法攻击", lv=45, att={{202021,108},{202011,180}}},
  124. {id=2046, group=2, note="魔法攻击", lv=46, att={{202021,114},{202011,190}}},
  125. {id=2047, group=2, note="魔法攻击", lv=47, att={{202021,120},{202011,200}}},
  126. {id=2048, group=2, note="魔法攻击", lv=48, att={{202021,126},{202011,210}}},
  127. {id=2049, group=2, note="魔法攻击", lv=49, att={{202021,132},{202011,220}}},
  128. {id=2050, group=2, note="魔法攻击", lv=50, att={{202021,138},{202011,230}}},
  129. {id=2051, group=2, note="魔法攻击", lv=51, att={{202021,144},{202011,240}}},
  130. {id=2052, group=2, note="魔法攻击", lv=52, att={{202021,152},{202011,254}}},
  131. {id=2053, group=2, note="魔法攻击", lv=53, att={{202021,161},{202011,268}}},
  132. {id=2054, group=2, note="魔法攻击", lv=54, att={{202021,169},{202011,282}}},
  133. {id=2055, group=2, note="魔法攻击", lv=55, att={{202021,178},{202011,296}}},
  134. {id=2056, group=2, note="魔法攻击", lv=56, att={{202021,186},{202011,310}}},
  135. {id=2057, group=2, note="魔法攻击", lv=57, att={{202021,194},{202011,324}}},
  136. {id=2058, group=2, note="魔法攻击", lv=58, att={{202021,204},{202011,340}}},
  137. {id=2059, group=2, note="魔法攻击", lv=59, att={{202021,214},{202011,356}}},
  138. {id=2060, group=2, note="魔法攻击", lv=60, att={{202021,223},{202011,372}}},
  139. {id=2061, group=2, note="魔法攻击", lv=61, att={{202021,233},{202011,388}}},
  140. {id=2062, group=2, note="魔法攻击", lv=62, att={{202021,242},{202011,404}}},
  141. {id=2063, group=2, note="魔法攻击", lv=63, att={{202021,252},{202011,420}}},
  142. {id=3001, group=3, note="防御"},
  143. {id=3002, group=3, note="防御", lv=2, att={{206011,2}}},
  144. {id=3003, group=3, note="防御", lv=3, att={{206011,3}}},
  145. {id=3004, group=3, note="防御", lv=4, att={{206011,4}}},
  146. {id=3005, group=3, note="防御", lv=5, att={{206011,5}}},
  147. {id=3006, group=3, note="防御", lv=6, att={{206011,6}}},
  148. {id=3007, group=3, note="防御", lv=7, att={{206011,7}}},
  149. {id=3008, group=3, note="防御", lv=8, att={{206011,8}}},
  150. {id=3009, group=3, note="防御", lv=9, att={{206011,9}}},
  151. {id=3010, group=3, note="防御", lv=10, att={{206011,11}}},
  152. {id=3011, group=3, note="防御", lv=11, att={{206011,13}}},
  153. {id=3012, group=3, note="防御", lv=12, att={{206011,15}}},
  154. {id=3013, group=3, note="防御", lv=13, att={{206011,17}}},
  155. {id=3014, group=3, note="防御", lv=14, att={{206011,19}}},
  156. {id=3015, group=3, note="防御", lv=15, att={{206011,21}}},
  157. {id=3016, group=3, note="防御", lv=16, att={{206011,24}}},
  158. {id=3017, group=3, note="防御", lv=17, att={{206011,27}}},
  159. {id=3018, group=3, note="防御", lv=18, att={{206011,30}}},
  160. {id=3019, group=3, note="防御", lv=19, att={{206011,33}}},
  161. {id=3020, group=3, note="防御", lv=20, att={{206011,36}}},
  162. {id=3021, group=3, note="防御", lv=21, att={{206011,39}}},
  163. {id=3022, group=3, note="防御", lv=22, att={{206011,43}}},
  164. {id=3023, group=3, note="防御", lv=23, att={{206011,47}}},
  165. {id=3024, group=3, note="防御", lv=24, att={{206011,51}}},
  166. {id=3025, group=3, note="防御", lv=25, att={{206011,55}}},
  167. {id=3026, group=3, note="防御", lv=26, att={{206011,59}}},
  168. {id=3027, group=3, note="防御", lv=27, att={{206011,63}}},
  169. {id=3028, group=3, note="防御", lv=28, att={{206011,68}}},
  170. {id=3029, group=3, note="防御", lv=29, att={{206011,73}}},
  171. {id=3030, group=3, note="防御", lv=30, att={{206011,78}}},
  172. {id=3031, group=3, note="防御", lv=31, att={{206011,83}}},
  173. {id=3032, group=3, note="防御", lv=32, att={{206011,88}}},
  174. {id=3033, group=3, note="防御", lv=33, att={{206011,93}}},
  175. {id=3034, group=3, note="防御", lv=34, att={{206011,99}}},
  176. {id=3035, group=3, note="防御", lv=35, att={{206011,105}}},
  177. {id=3036, group=3, note="防御", lv=36, att={{206011,111}}},
  178. {id=3037, group=3, note="防御", lv=37, att={{206011,117}}},
  179. {id=3038, group=3, note="防御", lv=38, att={{206011,123}}},
  180. {id=3039, group=3, note="防御", lv=39, att={{206011,129}}},
  181. {id=3040, group=3, note="防御", lv=40, att={{206011,136}}},
  182. {id=3041, group=3, note="防御", lv=41, att={{206011,143}}},
  183. {id=3042, group=3, note="防御", lv=42, att={{206011,150}}},
  184. {id=3043, group=3, note="防御", lv=43, att={{206011,157}}},
  185. {id=3044, group=3, note="防御", lv=44, att={{206011,164}}},
  186. {id=3045, group=3, note="防御", lv=45, att={{206011,171}}},
  187. {id=3046, group=3, note="防御", lv=46, att={{206011,180}}},
  188. {id=3047, group=3, note="防御", lv=47, att={{206011,189}}},
  189. {id=3048, group=3, note="防御", lv=48, att={{206011,198}}},
  190. {id=3049, group=3, note="防御", lv=49, att={{206011,207}}},
  191. {id=3050, group=3, note="防御", lv=50, att={{206011,216}}},
  192. {id=3051, group=3, note="防御", lv=51, att={{206011,225}}},
  193. {id=3052, group=3, note="防御", lv=52, att={{206011,237}}},
  194. {id=3053, group=3, note="防御", lv=53, att={{206011,249}}},
  195. {id=3054, group=3, note="防御", lv=54, att={{206011,261}}},
  196. {id=3055, group=3, note="防御", lv=55, att={{206011,273}}},
  197. {id=3056, group=3, note="防御", lv=56, att={{206011,285}}},
  198. {id=3057, group=3, note="防御", lv=57, att={{206011,297}}},
  199. {id=3058, group=3, note="防御", lv=58, att={{206011,312}}},
  200. {id=3059, group=3, note="防御", lv=59, att={{206011,327}}},
  201. {id=3060, group=3, note="防御", lv=60, att={{206011,342}}},
  202. {id=3061, group=3, note="防御", lv=61, att={{206011,357}}},
  203. {id=3062, group=3, note="防御", lv=62, att={{206011,372}}},
  204. {id=3063, group=3, note="防御", lv=63, att={{206011,387}}},
  205. {id=4001, group=4, note="翅膀物理", att={{201011,1},{201021,1}}},
  206. {id=4002, group=4, note="翅膀物理", lv=2, att={{201011,2},{201021,1}}},
  207. {id=4003, group=4, note="翅膀物理", lv=3, att={{201011,3},{201021,2}}},
  208. {id=4004, group=4, note="翅膀物理", lv=4, att={{201011,4},{201021,2}}},
  209. {id=4005, group=4, note="翅膀物理", lv=5, att={{201011,5},{201021,3}}},
  210. {id=4006, group=4, note="翅膀物理", lv=6, att={{201011,6},{201021,4}}},
  211. {id=4007, group=4, note="翅膀物理", lv=7, att={{201011,8},{201021,5}}},
  212. {id=4008, group=4, note="翅膀物理", lv=8, att={{201011,10},{201021,6}}},
  213. {id=4009, group=4, note="翅膀物理", lv=9, att={{201011,12},{201021,7}}},
  214. {id=4010, group=4, note="翅膀物理", lv=10, att={{201011,14},{201021,8}}},
  215. {id=4011, group=4, note="翅膀物理", lv=11, att={{201011,16},{201021,10}}},
  216. {id=4012, group=4, note="翅膀物理", lv=12, att={{201011,18},{201021,11}}},
  217. {id=4013, group=4, note="翅膀物理", lv=13, att={{201011,20},{201021,12}}},
  218. {id=4014, group=4, note="翅膀物理", lv=14, att={{201011,22},{201021,13}}},
  219. {id=4015, group=4, note="翅膀物理", lv=15, att={{201011,24},{201021,14}}},
  220. {id=4016, group=4, note="翅膀物理", lv=16, att={{201011,27},{201021,16}}},
  221. {id=4017, group=4, note="翅膀物理", lv=17, att={{201011,30},{201021,18}}},
  222. {id=4018, group=4, note="翅膀物理", lv=18, att={{201011,33},{201021,20}}},
  223. {id=4019, group=4, note="翅膀物理", lv=19, att={{201011,36},{201021,22}}},
  224. {id=4020, group=4, note="翅膀物理", lv=20, att={{201011,39},{201021,23}}},
  225. {id=4021, group=4, note="翅膀物理", lv=21, att={{201011,42},{201021,25}}},
  226. {id=4022, group=4, note="翅膀物理", lv=22, att={{201011,46},{201021,28}}},
  227. {id=4023, group=4, note="翅膀物理", lv=23, att={{201011,50},{201021,30}}},
  228. {id=4024, group=4, note="翅膀物理", lv=24, att={{201011,54},{201021,32}}},
  229. {id=4025, group=4, note="翅膀物理", lv=25, att={{201011,58},{201021,35}}},
  230. {id=4026, group=4, note="翅膀物理", lv=26, att={{201011,62},{201021,37}}},
  231. {id=4027, group=4, note="翅膀物理", lv=27, att={{201011,66},{201021,40}}},
  232. {id=4028, group=4, note="翅膀物理", lv=28, att={{201011,71},{201021,43}}},
  233. {id=4029, group=4, note="翅膀物理", lv=29, att={{201011,76},{201021,46}}},
  234. {id=4030, group=4, note="翅膀物理", lv=30, att={{201011,81},{201021,49}}},
  235. {id=4031, group=4, note="翅膀物理", lv=31, att={{201011,86},{201021,52}}},
  236. {id=4032, group=4, note="翅膀物理", lv=32, att={{201011,91},{201021,55}}},
  237. {id=4033, group=4, note="翅膀物理", lv=33, att={{201011,96},{201021,58}}},
  238. {id=4034, group=4, note="翅膀物理", lv=34, att={{201011,102},{201021,61}}},
  239. {id=4035, group=4, note="翅膀物理", lv=35, att={{201011,108},{201021,65}}},
  240. {id=4036, group=4, note="翅膀物理", lv=36, att={{201011,114},{201021,68}}},
  241. {id=4037, group=4, note="翅膀物理", lv=37, att={{201011,120},{201021,72}}},
  242. {id=4038, group=4, note="翅膀物理", lv=38, att={{201011,126},{201021,76}}},
  243. {id=4039, group=4, note="翅膀物理", lv=39, att={{201011,132},{201021,79}}},
  244. {id=4040, group=4, note="翅膀物理", lv=40, att={{201011,140},{201021,84}}},
  245. {id=4041, group=4, note="翅膀物理", lv=41, att={{201011,148},{201021,89}}},
  246. {id=4042, group=4, note="翅膀物理", lv=42, att={{201011,156},{201021,94}}},
  247. {id=4043, group=4, note="翅膀物理", lv=43, att={{201011,164},{201021,98}}},
  248. {id=4044, group=4, note="翅膀物理", lv=44, att={{201011,172},{201021,103}}},
  249. {id=4045, group=4, note="翅膀物理", lv=45, att={{201011,180},{201021,108}}},
  250. {id=4046, group=4, note="翅膀物理", lv=46, att={{201011,190},{201021,114}}},
  251. {id=4047, group=4, note="翅膀物理", lv=47, att={{201011,200},{201021,120}}},
  252. {id=4048, group=4, note="翅膀物理", lv=48, att={{201011,210},{201021,126}}},
  253. {id=4049, group=4, note="翅膀物理", lv=49, att={{201011,220},{201021,132}}},
  254. {id=4050, group=4, note="翅膀物理", lv=50, att={{201011,230},{201021,138}}},
  255. {id=4051, group=4, note="翅膀物理", lv=51, att={{201011,240},{201021,144}}},
  256. {id=4052, group=4, note="翅膀物理", lv=52, att={{201011,254},{201021,152}}},
  257. {id=4053, group=4, note="翅膀物理", lv=53, att={{201011,268},{201021,161}}},
  258. {id=4054, group=4, note="翅膀物理", lv=54, att={{201011,282},{201021,169}}},
  259. {id=4055, group=4, note="翅膀物理", lv=55, att={{201011,296},{201021,178}}},
  260. {id=4056, group=4, note="翅膀物理", lv=56, att={{201011,310},{201021,186}}},
  261. {id=4057, group=4, note="翅膀物理", lv=57, att={{201011,324},{201021,194}}},
  262. {id=4058, group=4, note="翅膀物理", lv=58, att={{201011,340},{201021,204}}},
  263. {id=4059, group=4, note="翅膀物理", lv=59, att={{201011,356},{201021,214}}},
  264. {id=4060, group=4, note="翅膀物理", lv=60, att={{201011,372},{201021,223}}},
  265. {id=4061, group=4, note="翅膀物理", lv=61, att={{201011,388},{201021,233}}},
  266. {id=4062, group=4, note="翅膀物理", lv=62, att={{201011,404},{201021,242}}},
  267. {id=4063, group=4, note="翅膀物理", lv=63, att={{201011,420},{201021,252}}},
  268. {id=5001, group=5, note="翅膀魔法", att={{202011,1},{202021,1}}},
  269. {id=5002, group=5, note="翅膀魔法", lv=2, att={{202011,2},{202021,1}}},
  270. {id=5003, group=5, note="翅膀魔法", lv=3, att={{202011,3},{202021,2}}},
  271. {id=5004, group=5, note="翅膀魔法", lv=4, att={{202011,4},{202021,2}}},
  272. {id=5005, group=5, note="翅膀魔法", lv=5, att={{202011,5},{202021,3}}},
  273. {id=5006, group=5, note="翅膀魔法", lv=6, att={{202011,6},{202021,4}}},
  274. {id=5007, group=5, note="翅膀魔法", lv=7, att={{202011,8},{202021,5}}},
  275. {id=5008, group=5, note="翅膀魔法", lv=8, att={{202011,10},{202021,6}}},
  276. {id=5009, group=5, note="翅膀魔法", lv=9, att={{202011,12},{202021,7}}},
  277. {id=5010, group=5, note="翅膀魔法", lv=10, att={{202011,14},{202021,8}}},
  278. {id=5011, group=5, note="翅膀魔法", lv=11, att={{202011,16},{202021,10}}},
  279. {id=5012, group=5, note="翅膀魔法", lv=12, att={{202011,18},{202021,11}}},
  280. {id=5013, group=5, note="翅膀魔法", lv=13, att={{202011,20},{202021,12}}},
  281. {id=5014, group=5, note="翅膀魔法", lv=14, att={{202011,22},{202021,13}}},
  282. {id=5015, group=5, note="翅膀魔法", lv=15, att={{202011,24},{202021,14}}},
  283. {id=5016, group=5, note="翅膀魔法", lv=16, att={{202011,27},{202021,16}}},
  284. {id=5017, group=5, note="翅膀魔法", lv=17, att={{202011,30},{202021,18}}},
  285. {id=5018, group=5, note="翅膀魔法", lv=18, att={{202011,33},{202021,20}}},
  286. {id=5019, group=5, note="翅膀魔法", lv=19, att={{202011,36},{202021,22}}},
  287. {id=5020, group=5, note="翅膀魔法", lv=20, att={{202011,39},{202021,23}}},
  288. {id=5021, group=5, note="翅膀魔法", lv=21, att={{202011,42},{202021,25}}},
  289. {id=5022, group=5, note="翅膀魔法", lv=22, att={{202011,46},{202021,28}}},
  290. {id=5023, group=5, note="翅膀魔法", lv=23, att={{202011,50},{202021,30}}},
  291. {id=5024, group=5, note="翅膀魔法", lv=24, att={{202011,54},{202021,32}}},
  292. {id=5025, group=5, note="翅膀魔法", lv=25, att={{202011,58},{202021,35}}},
  293. {id=5026, group=5, note="翅膀魔法", lv=26, att={{202011,62},{202021,37}}},
  294. {id=5027, group=5, note="翅膀魔法", lv=27, att={{202011,66},{202021,40}}},
  295. {id=5028, group=5, note="翅膀魔法", lv=28, att={{202011,71},{202021,43}}},
  296. {id=5029, group=5, note="翅膀魔法", lv=29, att={{202011,76},{202021,46}}},
  297. {id=5030, group=5, note="翅膀魔法", lv=30, att={{202011,81},{202021,49}}},
  298. {id=5031, group=5, note="翅膀魔法", lv=31, att={{202011,86},{202021,52}}},
  299. {id=5032, group=5, note="翅膀魔法", lv=32, att={{202011,91},{202021,55}}},
  300. {id=5033, group=5, note="翅膀魔法", lv=33, att={{202011,96},{202021,58}}},
  301. {id=5034, group=5, note="翅膀魔法", lv=34, att={{202011,102},{202021,61}}},
  302. {id=5035, group=5, note="翅膀魔法", lv=35, att={{202011,108},{202021,65}}},
  303. {id=5036, group=5, note="翅膀魔法", lv=36, att={{202011,114},{202021,68}}},
  304. {id=5037, group=5, note="翅膀魔法", lv=37, att={{202011,120},{202021,72}}},
  305. {id=5038, group=5, note="翅膀魔法", lv=38, att={{202011,126},{202021,76}}},
  306. {id=5039, group=5, note="翅膀魔法", lv=39, att={{202011,132},{202021,79}}},
  307. {id=5040, group=5, note="翅膀魔法", lv=40, att={{202011,140},{202021,84}}},
  308. {id=5041, group=5, note="翅膀魔法", lv=41, att={{202011,148},{202021,89}}},
  309. {id=5042, group=5, note="翅膀魔法", lv=42, att={{202011,156},{202021,94}}},
  310. {id=5043, group=5, note="翅膀魔法", lv=43, att={{202011,164},{202021,98}}},
  311. {id=5044, group=5, note="翅膀魔法", lv=44, att={{202011,172},{202021,103}}},
  312. {id=5045, group=5, note="翅膀魔法", lv=45, att={{202011,180},{202021,108}}},
  313. {id=5046, group=5, note="翅膀魔法", lv=46, att={{202011,190},{202021,114}}},
  314. {id=5047, group=5, note="翅膀魔法", lv=47, att={{202011,200},{202021,120}}},
  315. {id=5048, group=5, note="翅膀魔法", lv=48, att={{202011,210},{202021,126}}},
  316. {id=5049, group=5, note="翅膀魔法", lv=49, att={{202011,220},{202021,132}}},
  317. {id=5050, group=5, note="翅膀魔法", lv=50, att={{202011,230},{202021,138}}},
  318. {id=5051, group=5, note="翅膀魔法", lv=51, att={{202011,240},{202021,144}}},
  319. {id=5052, group=5, note="翅膀魔法", lv=52, att={{202011,254},{202021,152}}},
  320. {id=5053, group=5, note="翅膀魔法", lv=53, att={{202011,268},{202021,161}}},
  321. {id=5054, group=5, note="翅膀魔法", lv=54, att={{202011,282},{202021,169}}},
  322. {id=5055, group=5, note="翅膀魔法", lv=55, att={{202011,296},{202021,178}}},
  323. {id=5056, group=5, note="翅膀魔法", lv=56, att={{202011,310},{202021,186}}},
  324. {id=5057, group=5, note="翅膀魔法", lv=57, att={{202011,324},{202021,194}}},
  325. {id=5058, group=5, note="翅膀魔法", lv=58, att={{202011,340},{202021,204}}},
  326. {id=5059, group=5, note="翅膀魔法", lv=59, att={{202011,356},{202021,214}}},
  327. {id=5060, group=5, note="翅膀魔法", lv=60, att={{202011,372},{202021,223}}},
  328. {id=5061, group=5, note="翅膀魔法", lv=61, att={{202011,388},{202021,233}}},
  329. {id=5062, group=5, note="翅膀魔法", lv=62, att={{202011,404},{202021,242}}},
  330. {id=5063, group=5, note="翅膀魔法", lv=63, att={{202011,420},{202021,252}}},
  331. {id=6001, group=6, note="首饰强化(防御)", tips="首饰等级限制强化上限"},
  332. {id=6002, group=6, note="首饰强化(防御)", lv=2, att={{206011,2}}, tips="首饰等级限制强化上限"},
  333. {id=6003, group=6, note="首饰强化(防御)", lv=3, att={{206011,3}}, tips="首饰等级限制强化上限"},
  334. {id=6004, group=6, note="首饰强化(防御)", lv=4, att={{206011,4}}, tips="首饰等级限制强化上限"},
  335. {id=6005, group=6, note="首饰强化(防御)", lv=5, att={{206011,5}}, tips="首饰等级限制强化上限"},
  336. {id=6006, group=6, note="首饰强化(防御)", lv=6, att={{206011,6}}, tips="首饰等级限制强化上限"},
  337. {id=6007, group=6, note="首饰强化(防御)", lv=7, att={{206011,7}}, tips="首饰等级限制强化上限"},
  338. {id=6008, group=6, note="首饰强化(防御)", lv=8, att={{206011,8}}, tips="首饰等级限制强化上限"},
  339. {id=6009, group=6, note="首饰强化(防御)", lv=9, att={{206011,9}}, tips="首饰等级限制强化上限"},
  340. {id=6010, group=6, note="首饰强化(防御)", lv=10, att={{206011,11}}, tips="首饰等级限制强化上限"},
  341. {id=6011, group=6, note="首饰强化(防御)", lv=11, att={{206011,13}}, tips="首饰等级限制强化上限"},
  342. {id=6012, group=6, note="首饰强化(防御)", lv=12, att={{206011,15}}, tips="首饰等级限制强化上限"},
  343. {id=6013, group=6, note="首饰强化(防御)", lv=13, att={{206011,17}}, tips="首饰等级限制强化上限"},
  344. {id=6014, group=6, note="首饰强化(防御)", lv=14, att={{206011,19}}, tips="首饰等级限制强化上限"},
  345. {id=6015, group=6, note="首饰强化(防御)", lv=15, att={{206011,21}}, tips="首饰等级限制强化上限"},
  346. {id=6016, group=6, note="首饰强化(防御)", lv=16, att={{206011,24}}, tips="首饰等级限制强化上限"},
  347. {id=6017, group=6, note="首饰强化(防御)", lv=17, att={{206011,27}}, tips="首饰等级限制强化上限"},
  348. {id=6018, group=6, note="首饰强化(防御)", lv=18, att={{206011,30}}, tips="首饰等级限制强化上限"},
  349. {id=6019, group=6, note="首饰强化(防御)", lv=19, att={{206011,33}}, tips="首饰等级限制强化上限"},
  350. {id=6020, group=6, note="首饰强化(防御)", lv=20, att={{206011,36}}, tips="首饰等级限制强化上限"},
  351. {id=6021, group=6, note="首饰强化(防御)", lv=21, att={{206011,39}}, tips="首饰等级限制强化上限"},
  352. {id=6022, group=6, note="首饰强化(防御)", lv=22, att={{206011,43}}, tips="首饰等级限制强化上限"},
  353. {id=6023, group=6, note="首饰强化(防御)", lv=23, att={{206011,47}}, tips="首饰等级限制强化上限"},
  354. {id=6024, group=6, note="首饰强化(防御)", lv=24, att={{206011,51}}, tips="首饰等级限制强化上限"},
  355. {id=6025, group=6, note="首饰强化(防御)", lv=25, att={{206011,55}}, tips="首饰等级限制强化上限"},
  356. {id=6026, group=6, note="首饰强化(防御)", lv=26, att={{206011,59}}, tips="首饰等级限制强化上限"},
  357. {id=6027, group=6, note="首饰强化(防御)", lv=27, att={{206011,63}}, tips="首饰等级限制强化上限"},
  358. {id=6028, group=6, note="首饰强化(防御)", lv=28, att={{206011,68}}, tips="首饰等级限制强化上限"},
  359. {id=6029, group=6, note="首饰强化(防御)", lv=29, att={{206011,73}}, tips="首饰等级限制强化上限"},
  360. {id=6030, group=6, note="首饰强化(防御)", lv=30, att={{206011,78}}, tips="首饰等级限制强化上限"},
  361. {id=6031, group=6, note="首饰强化(防御)", lv=31, att={{206011,83}}, tips="首饰等级限制强化上限"},
  362. {id=6032, group=6, note="首饰强化(防御)", lv=32, att={{206011,88}}, tips="首饰等级限制强化上限"},
  363. {id=6033, group=6, note="首饰强化(防御)", lv=33, att={{206011,93}}, tips="首饰等级限制强化上限"},
  364. {id=6034, group=6, note="首饰强化(防御)", lv=34, att={{206011,99}}, tips="首饰等级限制强化上限"},
  365. {id=6035, group=6, note="首饰强化(防御)", lv=35, att={{206011,105}}, tips="首饰等级限制强化上限"},
  366. {id=6036, group=6, note="首饰强化(防御)", lv=36, att={{206011,111}}, tips="首饰等级限制强化上限"},
  367. {id=6037, group=6, note="首饰强化(防御)", lv=37, att={{206011,117}}, tips="首饰等级限制强化上限"},
  368. {id=6038, group=6, note="首饰强化(防御)", lv=38, att={{206011,123}}, tips="首饰等级限制强化上限"},
  369. {id=6039, group=6, note="首饰强化(防御)", lv=39, att={{206011,129}}, tips="首饰等级限制强化上限"},
  370. {id=6040, group=6, note="首饰强化(防御)", lv=40, att={{206011,136}}, tips="首饰等级限制强化上限"},
  371. {id=6041, group=6, note="首饰强化(防御)", lv=41, att={{206011,143}}, tips="首饰等级限制强化上限"},
  372. {id=6042, group=6, note="首饰强化(防御)", lv=42, att={{206011,150}}, tips="首饰等级限制强化上限"},
  373. {id=6043, group=6, note="首饰强化(防御)", lv=43, att={{206011,157}}, tips="首饰等级限制强化上限"},
  374. {id=6044, group=6, note="首饰强化(防御)", lv=44, att={{206011,164}}, tips="首饰等级限制强化上限"},
  375. {id=6045, group=6, note="首饰强化(防御)", lv=45, att={{206011,171}}, tips="首饰等级限制强化上限"},
  376. {id=6046, group=6, note="首饰强化(防御)", lv=46, att={{206011,180}}, tips="首饰等级限制强化上限"},
  377. {id=6047, group=6, note="首饰强化(防御)", lv=47, att={{206011,189}}, tips="首饰等级限制强化上限"},
  378. {id=6048, group=6, note="首饰强化(防御)", lv=48, att={{206011,198}}, tips="首饰等级限制强化上限"},
  379. {id=6049, group=6, note="首饰强化(防御)", lv=49, att={{206011,207}}, tips="首饰等级限制强化上限"},
  380. {id=6050, group=6, note="首饰强化(防御)", lv=50, att={{206011,216}}, tips="首饰等级限制强化上限"},
  381. {id=6051, group=6, note="首饰强化(防御)", lv=51, att={{206011,225}}, tips="首饰等级限制强化上限"},
  382. {id=6052, group=6, note="首饰强化(防御)", lv=52, att={{206011,237}}, tips="首饰等级限制强化上限"},
  383. {id=6053, group=6, note="首饰强化(防御)", lv=53, att={{206011,249}}, tips="首饰等级限制强化上限"},
  384. {id=6054, group=6, note="首饰强化(防御)", lv=54, att={{206011,261}}, tips="首饰等级限制强化上限"},
  385. {id=6055, group=6, note="首饰强化(防御)", lv=55, att={{206011,273}}, tips="首饰等级限制强化上限"},
  386. {id=6056, group=6, note="首饰强化(防御)", lv=56, att={{206011,285}}, tips="首饰等级限制强化上限"},
  387. {id=6057, group=6, note="首饰强化(防御)", lv=57, att={{206011,297}}, tips="首饰等级限制强化上限"},
  388. {id=6058, group=6, note="首饰强化(防御)", lv=58, att={{206011,312}}, tips="首饰等级限制强化上限"},
  389. {id=6059, group=6, note="首饰强化(防御)", lv=59, att={{206011,327}}, tips="首饰等级限制强化上限"},
  390. {id=6060, group=6, note="首饰强化(防御)", lv=60, att={{206011,342}}, tips="首饰等级限制强化上限"},
  391. {id=6061, group=6, note="首饰强化(防御)", lv=61, att={{206011,357}}, tips="首饰等级限制强化上限"},
  392. {id=6062, group=6, note="首饰强化(防御)", lv=62, att={{206011,372}}, tips="首饰等级限制强化上限"},
  393. {id=6063, group=6, note="首饰强化(防御)", lv=63, att={{206011,387}}, tips="首饰等级限制强化上限"},
  394. {id=7001, group=7, note="护腕"},
  395. {id=7002, group=7, note="护腕", lv=2, att={{206011,2}}},
  396. {id=7003, group=7, note="护腕", lv=3, att={{206011,3}}},
  397. {id=7004, group=7, note="护腕", lv=4, att={{206011,4}}},
  398. {id=7005, group=7, note="护腕", lv=5, att={{206011,5}}},
  399. {id=7006, group=7, note="护腕", lv=6, att={{206011,6}}},
  400. {id=7007, group=7, note="护腕", lv=7, att={{206011,7}}},
  401. {id=7008, group=7, note="护腕", lv=8, att={{206011,8}}},
  402. {id=7009, group=7, note="护腕", lv=9, att={{206011,9}}},
  403. {id=7010, group=7, note="护腕", lv=10, att={{206011,11}}},
  404. {id=7011, group=7, note="护腕", lv=11, att={{206011,13}}},
  405. {id=7012, group=7, note="护腕", lv=12, att={{206011,15}}},
  406. {id=7013, group=7, note="护腕", lv=13, att={{206011,17}}},
  407. {id=7014, group=7, note="护腕", lv=14, att={{206011,19}}},
  408. {id=7015, group=7, note="护腕", lv=15, att={{206011,21}}},
  409. {id=7016, group=7, note="护腕", lv=16, att={{206011,24}}},
  410. {id=7017, group=7, note="护腕", lv=17, att={{206011,27}}},
  411. {id=7018, group=7, note="护腕", lv=18, att={{206011,30}}},
  412. {id=7019, group=7, note="护腕", lv=19, att={{206011,33}}},
  413. {id=7020, group=7, note="护腕", lv=20, att={{206011,36}}},
  414. {id=7021, group=7, note="护腕", lv=21, att={{206011,39}}},
  415. {id=7022, group=7, note="护腕", lv=22, att={{206011,43}}},
  416. {id=7023, group=7, note="护腕", lv=23, att={{206011,47}}},
  417. {id=7024, group=7, note="护腕", lv=24, att={{206011,51}}},
  418. {id=7025, group=7, note="护腕", lv=25, att={{206011,55}}},
  419. {id=7026, group=7, note="护腕", lv=26, att={{206011,59}}},
  420. {id=7027, group=7, note="护腕", lv=27, att={{206011,63}}},
  421. {id=7028, group=7, note="护腕", lv=28, att={{206011,68}}},
  422. {id=7029, group=7, note="护腕", lv=29, att={{206011,73}}},
  423. {id=7030, group=7, note="护腕", lv=30, att={{206011,78}}},
  424. {id=7031, group=7, note="护腕", lv=31, att={{206011,83}}},
  425. {id=7032, group=7, note="护腕", lv=32, att={{206011,88}}},
  426. {id=7033, group=7, note="护腕", lv=33, att={{206011,93}}},
  427. {id=7034, group=7, note="护腕", lv=34, att={{206011,99}}},
  428. {id=7035, group=7, note="护腕", lv=35, att={{206011,105}}},
  429. {id=7036, group=7, note="护腕", lv=36, att={{206011,111}}},
  430. {id=7037, group=7, note="护腕", lv=37, att={{206011,117}}},
  431. {id=7038, group=7, note="护腕", lv=38, att={{206011,123}}},
  432. {id=7039, group=7, note="护腕", lv=39, att={{206011,129}}},
  433. {id=7040, group=7, note="护腕", lv=40, att={{206011,136}}},
  434. {id=7041, group=7, note="护腕", lv=41, att={{206011,143}}},
  435. {id=7042, group=7, note="护腕", lv=42, att={{206011,150}}},
  436. {id=7043, group=7, note="护腕", lv=43, att={{206011,157}}},
  437. {id=7044, group=7, note="护腕", lv=44, att={{206011,164}}},
  438. {id=7045, group=7, note="护腕", lv=45, att={{206011,171}}},
  439. {id=7046, group=7, note="护腕", lv=46, att={{206011,180}}},
  440. {id=7047, group=7, note="护腕", lv=47, att={{206011,189}}},
  441. {id=7048, group=7, note="护腕", lv=48, att={{206011,198}}},
  442. {id=7049, group=7, note="护腕", lv=49, att={{206011,207}}},
  443. {id=7050, group=7, note="护腕", lv=50, att={{206011,216}}},
  444. {id=7051, group=7, note="护腕", lv=51, att={{206011,225}}},
  445. {id=7052, group=7, note="护腕", lv=52, att={{206011,237}}},
  446. {id=7053, group=7, note="护腕", lv=53, att={{206011,249}}},
  447. {id=7054, group=7, note="护腕", lv=54, att={{206011,261}}},
  448. {id=7055, group=7, note="护腕", lv=55, att={{206011,273}}},
  449. {id=7056, group=7, note="护腕", lv=56, att={{206011,285}}},
  450. {id=7057, group=7, note="护腕", lv=57, att={{206011,297}}},
  451. {id=7058, group=7, note="护腕", lv=58, att={{206011,312}}},
  452. {id=7059, group=7, note="护腕", lv=59, att={{206011,327}}},
  453. {id=7060, group=7, note="护腕", lv=60, att={{206011,342}}},
  454. {id=7061, group=7, note="护腕", lv=61, att={{206011,357}}},
  455. {id=7062, group=7, note="护腕", lv=62, att={{206011,372}}},
  456. {id=7063, group=7, note="护腕", lv=63, att={{206011,387}}},
  457. {id=8001, group=8, note="鞋子"},
  458. {id=8002, group=8, note="鞋子", lv=2, att={{206011,2}}},
  459. {id=8003, group=8, note="鞋子", lv=3, att={{206011,3}}},
  460. {id=8004, group=8, note="鞋子", lv=4, att={{206011,4}}},
  461. {id=8005, group=8, note="鞋子", lv=5, att={{206011,5}}},
  462. {id=8006, group=8, note="鞋子", lv=6, att={{206011,6}}},
  463. {id=8007, group=8, note="鞋子", lv=7, att={{206011,7}}},
  464. {id=8008, group=8, note="鞋子", lv=8, att={{206011,8}}},
  465. {id=8009, group=8, note="鞋子", lv=9, att={{206011,9}}},
  466. {id=8010, group=8, note="鞋子", lv=10, att={{206011,11}}},
  467. {id=8011, group=8, note="鞋子", lv=11, att={{206011,13}}},
  468. {id=8012, group=8, note="鞋子", lv=12, att={{206011,15}}},
  469. {id=8013, group=8, note="鞋子", lv=13, att={{206011,17}}},
  470. {id=8014, group=8, note="鞋子", lv=14, att={{206011,19}}},
  471. {id=8015, group=8, note="鞋子", lv=15, att={{206011,21}}},
  472. {id=8016, group=8, note="鞋子", lv=16, att={{206011,24}}},
  473. {id=8017, group=8, note="鞋子", lv=17, att={{206011,27}}},
  474. {id=8018, group=8, note="鞋子", lv=18, att={{206011,30}}},
  475. {id=8019, group=8, note="鞋子", lv=19, att={{206011,33}}},
  476. {id=8020, group=8, note="鞋子", lv=20, att={{206011,36}}},
  477. {id=8021, group=8, note="鞋子", lv=21, att={{206011,39}}},
  478. {id=8022, group=8, note="鞋子", lv=22, att={{206011,43}}},
  479. {id=8023, group=8, note="鞋子", lv=23, att={{206011,47}}},
  480. {id=8024, group=8, note="鞋子", lv=24, att={{206011,51}}},
  481. {id=8025, group=8, note="鞋子", lv=25, att={{206011,55}}},
  482. {id=8026, group=8, note="鞋子", lv=26, att={{206011,59}}},
  483. {id=8027, group=8, note="鞋子", lv=27, att={{206011,63}}},
  484. {id=8028, group=8, note="鞋子", lv=28, att={{206011,68}}},
  485. {id=8029, group=8, note="鞋子", lv=29, att={{206011,73}}},
  486. {id=8030, group=8, note="鞋子", lv=30, att={{206011,78}}},
  487. {id=8031, group=8, note="鞋子", lv=31, att={{206011,83}}},
  488. {id=8032, group=8, note="鞋子", lv=32, att={{206011,88}}},
  489. {id=8033, group=8, note="鞋子", lv=33, att={{206011,93}}},
  490. {id=8034, group=8, note="鞋子", lv=34, att={{206011,99}}},
  491. {id=8035, group=8, note="鞋子", lv=35, att={{206011,105}}},
  492. {id=8036, group=8, note="鞋子", lv=36, att={{206011,111}}},
  493. {id=8037, group=8, note="鞋子", lv=37, att={{206011,117}}},
  494. {id=8038, group=8, note="鞋子", lv=38, att={{206011,123}}},
  495. {id=8039, group=8, note="鞋子", lv=39, att={{206011,129}}},
  496. {id=8040, group=8, note="鞋子", lv=40, att={{206011,136}}},
  497. {id=8041, group=8, note="鞋子", lv=41, att={{206011,143}}},
  498. {id=8042, group=8, note="鞋子", lv=42, att={{206011,150}}},
  499. {id=8043, group=8, note="鞋子", lv=43, att={{206011,157}}},
  500. {id=8044, group=8, note="鞋子", lv=44, att={{206011,164}}},
  501. {id=8045, group=8, note="鞋子", lv=45, att={{206011,171}}},
  502. {id=8046, group=8, note="鞋子", lv=46, att={{206011,180}}},
  503. {id=8047, group=8, note="鞋子", lv=47, att={{206011,189}}},
  504. {id=8048, group=8, note="鞋子", lv=48, att={{206011,198}}},
  505. {id=8049, group=8, note="鞋子", lv=49, att={{206011,207}}},
  506. {id=8050, group=8, note="鞋子", lv=50, att={{206011,216}}},
  507. {id=8051, group=8, note="鞋子", lv=51, att={{206011,225}}},
  508. {id=8052, group=8, note="鞋子", lv=52, att={{206011,237}}},
  509. {id=8053, group=8, note="鞋子", lv=53, att={{206011,249}}},
  510. {id=8054, group=8, note="鞋子", lv=54, att={{206011,261}}},
  511. {id=8055, group=8, note="鞋子", lv=55, att={{206011,273}}},
  512. {id=8056, group=8, note="鞋子", lv=56, att={{206011,285}}},
  513. {id=8057, group=8, note="鞋子", lv=57, att={{206011,297}}},
  514. {id=8058, group=8, note="鞋子", lv=58, att={{206011,312}}},
  515. {id=8059, group=8, note="鞋子", lv=59, att={{206011,327}}},
  516. {id=8060, group=8, note="鞋子", lv=60, att={{206011,342}}},
  517. {id=8061, group=8, note="鞋子", lv=61, att={{206011,357}}},
  518. {id=8062, group=8, note="鞋子", lv=62, att={{206011,372}}},
  519. {id=8063, group=8, note="鞋子", lv=63, att={{206011,387}}},
  520. {id=9001, group=9, note="首饰强化(攻击)", att={{200011,1},{200021,1}}, tips="首饰等级限制强化上限"},
  521. {id=9002, group=9, note="首饰强化(攻击)", lv=2, att={{200011,1},{200021,2}}, tips="首饰等级限制强化上限"},
  522. {id=9003, group=9, note="首饰强化(攻击)", lv=3, att={{200011,2},{200021,3}}, tips="首饰等级限制强化上限"},
  523. {id=9004, group=9, note="首饰强化(攻击)", lv=4, att={{200011,2},{200021,4}}, tips="首饰等级限制强化上限"},
  524. {id=9005, group=9, note="首饰强化(攻击)", lv=5, att={{200011,3},{200021,5}}, tips="首饰等级限制强化上限"},
  525. {id=9006, group=9, note="首饰强化(攻击)", lv=6, att={{200011,4},{200021,6}}, tips="首饰等级限制强化上限"},
  526. {id=9007, group=9, note="首饰强化(攻击)", lv=7, att={{200011,5},{200021,8}}, tips="首饰等级限制强化上限"},
  527. {id=9008, group=9, note="首饰强化(攻击)", lv=8, att={{200011,6},{200021,10}}, tips="首饰等级限制强化上限"},
  528. {id=9009, group=9, note="首饰强化(攻击)", lv=9, att={{200011,7},{200021,12}}, tips="首饰等级限制强化上限"},
  529. {id=9010, group=9, note="首饰强化(攻击)", lv=10, att={{200011,8},{200021,14}}, tips="首饰等级限制强化上限"},
  530. {id=9011, group=9, note="首饰强化(攻击)", lv=11, att={{200011,10},{200021,16}}, tips="首饰等级限制强化上限"},
  531. {id=9012, group=9, note="首饰强化(攻击)", lv=12, att={{200011,11},{200021,18}}, tips="首饰等级限制强化上限"},
  532. {id=9013, group=9, note="首饰强化(攻击)", lv=13, att={{200011,12},{200021,20}}, tips="首饰等级限制强化上限"},
  533. {id=9014, group=9, note="首饰强化(攻击)", lv=14, att={{200011,13},{200021,22}}, tips="首饰等级限制强化上限"},
  534. {id=9015, group=9, note="首饰强化(攻击)", lv=15, att={{200011,14},{200021,24}}, tips="首饰等级限制强化上限"},
  535. {id=9016, group=9, note="首饰强化(攻击)", lv=16, att={{200011,16},{200021,27}}, tips="首饰等级限制强化上限"},
  536. {id=9017, group=9, note="首饰强化(攻击)", lv=17, att={{200011,18},{200021,30}}, tips="首饰等级限制强化上限"},
  537. {id=9018, group=9, note="首饰强化(攻击)", lv=18, att={{200011,20},{200021,33}}, tips="首饰等级限制强化上限"},
  538. {id=9019, group=9, note="首饰强化(攻击)", lv=19, att={{200011,22},{200021,36}}, tips="首饰等级限制强化上限"},
  539. {id=9020, group=9, note="首饰强化(攻击)", lv=20, att={{200011,23},{200021,39}}, tips="首饰等级限制强化上限"},
  540. {id=9021, group=9, note="首饰强化(攻击)", lv=21, att={{200011,25},{200021,42}}, tips="首饰等级限制强化上限"},
  541. {id=9022, group=9, note="首饰强化(攻击)", lv=22, att={{200011,28},{200021,46}}, tips="首饰等级限制强化上限"},
  542. {id=9023, group=9, note="首饰强化(攻击)", lv=23, att={{200011,30},{200021,50}}, tips="首饰等级限制强化上限"},
  543. {id=9024, group=9, note="首饰强化(攻击)", lv=24, att={{200011,32},{200021,54}}, tips="首饰等级限制强化上限"},
  544. {id=9025, group=9, note="首饰强化(攻击)", lv=25, att={{200011,35},{200021,58}}, tips="首饰等级限制强化上限"},
  545. {id=9026, group=9, note="首饰强化(攻击)", lv=26, att={{200011,37},{200021,62}}, tips="首饰等级限制强化上限"},
  546. {id=9027, group=9, note="首饰强化(攻击)", lv=27, att={{200011,40},{200021,66}}, tips="首饰等级限制强化上限"},
  547. {id=9028, group=9, note="首饰强化(攻击)", lv=28, att={{200011,43},{200021,71}}, tips="首饰等级限制强化上限"},
  548. {id=9029, group=9, note="首饰强化(攻击)", lv=29, att={{200011,46},{200021,76}}, tips="首饰等级限制强化上限"},
  549. {id=9030, group=9, note="首饰强化(攻击)", lv=30, att={{200011,49},{200021,81}}, tips="首饰等级限制强化上限"},
  550. {id=9031, group=9, note="首饰强化(攻击)", lv=31, att={{200011,52},{200021,86}}, tips="首饰等级限制强化上限"},
  551. {id=9032, group=9, note="首饰强化(攻击)", lv=32, att={{200011,55},{200021,91}}, tips="首饰等级限制强化上限"},
  552. {id=9033, group=9, note="首饰强化(攻击)", lv=33, att={{200011,58},{200021,96}}, tips="首饰等级限制强化上限"},
  553. {id=9034, group=9, note="首饰强化(攻击)", lv=34, att={{200011,61},{200021,102}}, tips="首饰等级限制强化上限"},
  554. {id=9035, group=9, note="首饰强化(攻击)", lv=35, att={{200011,65},{200021,108}}, tips="首饰等级限制强化上限"},
  555. {id=9036, group=9, note="首饰强化(攻击)", lv=36, att={{200011,68},{200021,114}}, tips="首饰等级限制强化上限"},
  556. {id=9037, group=9, note="首饰强化(攻击)", lv=37, att={{200011,72},{200021,120}}, tips="首饰等级限制强化上限"},
  557. {id=9038, group=9, note="首饰强化(攻击)", lv=38, att={{200011,76},{200021,126}}, tips="首饰等级限制强化上限"},
  558. {id=9039, group=9, note="首饰强化(攻击)", lv=39, att={{200011,79},{200021,132}}, tips="首饰等级限制强化上限"},
  559. {id=9040, group=9, note="首饰强化(攻击)", lv=40, att={{200011,84},{200021,140}}, tips="首饰等级限制强化上限"},
  560. {id=9041, group=9, note="首饰强化(攻击)", lv=41, att={{200011,89},{200021,148}}, tips="首饰等级限制强化上限"},
  561. {id=9042, group=9, note="首饰强化(攻击)", lv=42, att={{200011,94},{200021,156}}, tips="首饰等级限制强化上限"},
  562. {id=9043, group=9, note="首饰强化(攻击)", lv=43, att={{200011,98},{200021,164}}, tips="首饰等级限制强化上限"},
  563. {id=9044, group=9, note="首饰强化(攻击)", lv=44, att={{200011,103},{200021,172}}, tips="首饰等级限制强化上限"},
  564. {id=9045, group=9, note="首饰强化(攻击)", lv=45, att={{200011,108},{200021,180}}, tips="首饰等级限制强化上限"},
  565. {id=9046, group=9, note="首饰强化(攻击)", lv=46, att={{200011,114},{200021,190}}, tips="首饰等级限制强化上限"},
  566. {id=9047, group=9, note="首饰强化(攻击)", lv=47, att={{200011,120},{200021,200}}, tips="首饰等级限制强化上限"},
  567. {id=9048, group=9, note="首饰强化(攻击)", lv=48, att={{200011,126},{200021,210}}, tips="首饰等级限制强化上限"},
  568. {id=9049, group=9, note="首饰强化(攻击)", lv=49, att={{200011,132},{200021,220}}, tips="首饰等级限制强化上限"},
  569. {id=9050, group=9, note="首饰强化(攻击)", lv=50, att={{200011,138},{200021,230}}, tips="首饰等级限制强化上限"},
  570. {id=9051, group=9, note="首饰强化(攻击)", lv=51, att={{200011,144},{200021,240}}, tips="首饰等级限制强化上限"},
  571. {id=9052, group=9, note="首饰强化(攻击)", lv=52, att={{200011,152},{200021,254}}, tips="首饰等级限制强化上限"},
  572. {id=9053, group=9, note="首饰强化(攻击)", lv=53, att={{200011,161},{200021,268}}, tips="首饰等级限制强化上限"},
  573. {id=9054, group=9, note="首饰强化(攻击)", lv=54, att={{200011,169},{200021,282}}, tips="首饰等级限制强化上限"},
  574. {id=9055, group=9, note="首饰强化(攻击)", lv=55, att={{200011,178},{200021,296}}, tips="首饰等级限制强化上限"},
  575. {id=9056, group=9, note="首饰强化(攻击)", lv=56, att={{200011,186},{200021,310}}, tips="首饰等级限制强化上限"},
  576. {id=9057, group=9, note="首饰强化(攻击)", lv=57, att={{200011,194},{200021,324}}, tips="首饰等级限制强化上限"},
  577. {id=9058, group=9, note="首饰强化(攻击)", lv=58, att={{200011,204},{200021,340}}, tips="首饰等级限制强化上限"},
  578. {id=9059, group=9, note="首饰强化(攻击)", lv=59, att={{200011,214},{200021,356}}, tips="首饰等级限制强化上限"},
  579. {id=9060, group=9, note="首饰强化(攻击)", lv=60, att={{200011,223},{200021,372}}, tips="首饰等级限制强化上限"},
  580. {id=9061, group=9, note="首饰强化(攻击)", lv=61, att={{200011,233},{200021,388}}, tips="首饰等级限制强化上限"},
  581. {id=9062, group=9, note="首饰强化(攻击)", lv=62, att={{200011,242},{200021,404}}, tips="首饰等级限制强化上限"},
  582. {id=9063, group=9, note="首饰强化(攻击)", lv=63, att={{200011,252},{200021,420}}, tips="首饰等级限制强化上限"},
  583. }
  584. local defaults = {group=1, note="物理攻击", lv=1, att={{206011,1}}, tips=""}
  585. local mt = {__index = defaults}
  586. for _, v in ipairs(cfg_equip_strengthenGroup) do
  587. setmetatable(v, mt)
  588. end
  589. return cfg_equip_strengthenGroup