源战役客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

217 lines
16 KiB

  1. Config = Config or {}
  2. --根据物品ID,预览不同的形象
  3. --分为不同类型
  4. --时装类需要填子类型subtype
  5. --其他的类型不需要
  6. --scale调整模型大小
  7. --Vector3调整角度
  8. Config.ConfigModelPreview = Config.ConfigModelPreview or
  9. {
  10. --降神--
  11. [11010004]={type = 1,model_id = 203017,scale = 100,position = Vector3(0, -150, 0),rotate = 0},
  12. [11010003]={type = 1,model_id = 203021,scale = 80,position = Vector3(0, -140, 0)},
  13. [11010001]={type = 1,model_id = 601003,scale = 100,position = Vector3(0, -130, 0)},
  14. [11010002]={type = 1,model_id = 601001,scale = 100,position = Vector3(0, -160, 0)},
  15. [11010005]={type = 1,model_id = 203022,scale = 110,position = Vector3(0, -200, 0)},
  16. [11010006]={type = 1,model_id = 203018,scale = 100,position = Vector3(0, -170, 0)},
  17. [11030003]={type = 12,model_id = 203021,scale = 70,position = Vector3(0, -10, 0),rotate = {x=0,y=0,z=-30}},
  18. [11030001]={type = 12,model_id = 601003,scale = 70,position = Vector3(0, -10, 0),rotate = {x=0,y=1,z=-30}},
  19. [11030002]={type = 12,model_id = 601001,scale = 80,position = Vector3(100, -30, 0),rotate = {x=0,y=0,z=-30}},
  20. [11030005]={type = 12,model_id = 203022,scale = 70,position = Vector3(0, -10, 0),rotate = {x=45,y=-90,z=90}},
  21. [11030006]={type = 12,model_id = 203018,scale = 60,position = Vector3(0, -10, 0),rotate = {x=0,y=0,z=-30}},
  22. --星灵--
  23. [18040001]={type = 2,model_id = 501002,scale = 150,position = Vector3(0, -120, 0)},
  24. [18040002]={type = 2,model_id = 501003,scale = 150,position = Vector3(0, -120, 0)},
  25. [18040003]={type = 2,model_id = 501004,scale = 150,position = Vector3(0, -120, 0)},
  26. [18040004]={type = 2,model_id = 501005,scale = 150,position = Vector3(0, -120, 0)},
  27. [18040005]={type = 2,model_id = 501006,scale = 150,position = Vector3(0, -120, 0)},
  28. [18040006]={type = 2,model_id = 501007,scale = 150,position = Vector3(0, -120, 0)},
  29. [18040007]={type = 2,model_id = 501008,scale = 150,position = Vector3(0, -120, 0)},
  30. [18040008]={type = 2,model_id = 501015,scale = 150,position = Vector3(0, -120, 0)},
  31. [18040101]={type = 2,model_id = 202028,scale = 150,position = Vector3(0, -120, 0)},
  32. [18040102]={type = 2,model_id = 202003,scale = 150,position = Vector3(0, -120, 0)},
  33. [18040103]={type = 2,model_id = 202015,scale = 150,position = Vector3(0, -120, 0)},
  34. [18040104]={type = 2,model_id = 202029,scale = 150,position = Vector3(0, -120, 0)},
  35. [18040105]={type = 2,model_id = 202027,scale = 150,position = Vector3(0, -120, 0)},
  36. --坐骑--
  37. [16030001]={type = 3,model_id = 302002,scale = 100,position = Vector3(-40, -150, 0),rotate = 320},
  38. [16030002]={type = 3,model_id = 302001,scale = 90,position = Vector3(0, -190, 0),rotate = 320},
  39. [16030003]={type = 3,model_id = 301002,scale = 110,position = Vector3(0, -130, 0),rotate = 320},
  40. [16030004]={type = 3,model_id = 302004,scale = 100,position = Vector3(0, -150, 0),rotate = 320},
  41. [16030005]={type = 3,model_id = 302006,scale = 100,position = Vector3(0, -200, 0),rotate = 310},
  42. [16030006]={type = 3,model_id = 302008,scale = 85,position = Vector3(0, -160, 0),rotate = 310},
  43. [16030007]={type = 3,model_id = 302013,scale = 90,position = Vector3(0, -160, 0),rotate = 310},
  44. [16030008]={type = 3,model_id = 302012,scale = 65,position = Vector3(0, -200, 0),rotate = 310},
  45. [16030009]={type = 3,model_id = 302011,scale = 75,position = Vector3(-15, -130, 0),rotate = 310},
  46. [16030010]={type = 3,model_id = 302009,scale = 100,position = Vector3(-40, -150, 0),rotate = 310},
  47. [16030011]={type = 3,model_id = 302016,scale = 100,position = Vector3(-40, -150, 0),rotate = 310},
  48. [16030012]={type = 3,model_id = 302014,scale = 100,position = Vector3(-30, -150, 0),rotate = 310},
  49. [16030013]={type = 3,model_id = 302015,scale = 90,position = Vector3(30, -150, 0),rotate = 330},
  50. --时装部件位置
  51. --subtype:Clothe = 1,Weapon = 2,Head = 3,Footmark = 4
  52. [12010001]={type = 4,subtype = 1,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  53. [12010002]={type = 4,subtype = 1,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  54. [12010003]={type = 4,subtype = 1,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  55. [12010004]={type = 4,subtype = 1,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  56. [12010005]={type = 4,subtype = 1,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  57. [12010006]={type = 4,subtype = 1,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  58. [12010007]={type = 4,subtype = 1,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  59. [12010008]={type = 4,subtype = 1,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  60. [12010009]={type = 4,subtype = 1,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  61. [12010010]={type = 4,subtype = 1,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  62. [12010011]={type = 4,subtype = 1,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  63. [12010012]={type = 4,subtype = 1,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  64. [12020001]={type = 4,subtype = 2,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  65. [12020002]={type = 4,subtype = 2,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  66. [12020003]={type = 4,subtype = 2,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  67. [12020004]={type = 4,subtype = 2,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  68. [12020005]={type = 4,subtype = 2,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  69. [12020006]={type = 4,subtype = 2,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  70. [12020007]={type = 4,subtype = 2,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  71. [12020008]={type = 4,subtype = 2,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  72. [12020009]={type = 4,subtype = 2,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  73. [12020010]={type = 4,subtype = 2,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  74. [12020011]={type = 4,subtype = 2,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  75. [12020012]={type = 4,subtype = 2,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  76. [12030001]={type = 4,subtype = 3,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  77. [12030002]={type = 4,subtype = 3,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  78. [12030003]={type = 4,subtype = 3,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  79. [12030004]={type = 4,subtype = 3,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  80. [12030005]={type = 4,subtype = 3,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  81. [12030006]={type = 4,subtype = 3,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  82. [12030007]={type = 4,subtype = 3,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  83. [12030008]={type = 4,subtype = 3,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  84. [12030009]={type = 4,subtype = 3,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  85. [12030010]={type = 4,subtype = 3,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  86. [12030011]={type = 4,subtype = 3,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  87. [12030012]={type = 4,subtype = 3,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  88. [12040001]={type = 4,subtype = 4,model_id = 10005001,scale = 130,position = Vector3(0, -120, 0)},
  89. [12040002]={type = 4,subtype = 4,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  90. [12040003]={type = 4,subtype = 4,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  91. [12040004]={type = 4,subtype = 4,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  92. [12040005]={type = 4,subtype = 4,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  93. [12040006]={type = 4,subtype = 4,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  94. [12040007]={type = 4,subtype = 4,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  95. [12040008]={type = 4,subtype = 4,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  96. [12040009]={type = 4,subtype = 4,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  97. [12041001]={type = 4,subtype = 4,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  98. [12042001]={type = 4,subtype = 4,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  99. [12043001]={type = 4,subtype = 4,model_id = 10104001,scale = 130,position = Vector3(0, -120, 0)},
  100. --翅膀--
  101. [20010011]={type = 5,model_id = 401001,scale = 120,position = Vector3(0, -30, 0)},
  102. [20010012]={type = 5,model_id = 401002,scale = 120,position = Vector3(0, -30, 0)},
  103. [20010013]={type = 5,model_id = 401003,scale = 120,position = Vector3(0, -30, 0)},
  104. [20010014]={type = 5,model_id = 401004,scale = 120,position = Vector3(0, -30, 0)},
  105. [20010015]={type = 5,model_id = 401005,scale = 120,position = Vector3(0, -30, 0)},
  106. [20010016]={type = 5,model_id = 401006,scale = 120,position = Vector3(0, -30, 0)},
  107. [20010021]={type = 5,model_id = 402001,scale = 120,position = Vector3(0, -30, 0)},
  108. [20010022]={type = 5,model_id = 402002,scale = 120,position = Vector3(0, -30, 0)},
  109. [20010023]={type = 5,model_id = 402003,scale = 120,position = Vector3(0, -30, 0)},
  110. [20010024]={type = 5,model_id = 402004,scale = 120,position = Vector3(0, -30, 0)},
  111. [20010025]={type = 5,model_id = 402005,scale = 120,position = Vector3(0, -30, 0)},
  112. [20010026]={type = 5,model_id = 402006,scale = 120,position = Vector3(0, -30, 0)},
  113. [20010041]={type = 5,model_id = 404001,scale = 120,position = Vector3(0, -30, 0)},
  114. [20010042]={type = 5,model_id = 404002,scale = 120,position = Vector3(0, -30, 0)},
  115. [20010043]={type = 5,model_id = 404003,scale = 120,position = Vector3(0, -30, 0)},
  116. [20010044]={type = 5,model_id = 404004,scale = 120,position = Vector3(0, -30, 0)},
  117. [20010045]={type = 5,model_id = 404005,scale = 120,position = Vector3(0, -30, 0)},
  118. [20010046]={type = 5,model_id = 404006,scale = 120,position = Vector3(0, -30, 0)},
  119. --翅膀幻化--
  120. [20030001]={type = 10,model_id = 410001,scale = 140,position = Vector3(0, -30, 0),rotate = 180},
  121. [20030003]={type = 10,model_id = 410004,scale = 140,position = Vector3(0, -30, 0),rotate = 180},
  122. [20030005]={type = 10,model_id = 410006,scale = 140,position = Vector3(0, -30, 0),rotate = 180},
  123. [20030006]={type = 10,model_id = 410012,scale = 140,position = Vector3(0, -30, 0),rotate = 0},
  124. [20030007]={type = 10,model_id = 410013,scale = 140,position = Vector3(0, -30, 0),rotate = 0},
  125. [20030009]={type = 10,model_id = 410002,scale = 140,position = Vector3(0, -30, 0),rotate = 180},
  126. [20030010]={type = 10,model_id = 410014,scale = 140,position = Vector3(0, -30, 0),rotate = 180},
  127. [20030011]={type = 10,model_id = 410007,scale = 140,position = Vector3(0, -30, 0),rotate = 180},
  128. [20030012]={type = 10,model_id = 410009,scale = 140,position = Vector3(0, -30, 0),rotate = 180},
  129. [20030013]={type = 10,model_id = 410010,scale = 140,position = Vector3(0, -30, 0),rotate = 180},
  130. --光武幻化--
  131. [53010101]={type = 11,model_id = 1101001,scale = 90,position = Vector3(70, 45, 0),rotate = {x=0,y=180,z=135}},--魔剑士寒鸦
  132. [53010102]={type = 11,model_id = 1101002,scale = 90,position = Vector3(60, 45, 0),rotate = {x=0,y=180,z=135}},--魔剑士焚烬
  133. [53010103]={type = 11,model_id = 1101003,scale = 90,position = Vector3(80, 45, 0),rotate = {x=0,y=180,z=135}},--魔剑士机械
  134. [53010104]={type = 11,model_id = 1101004,scale = 90,position = Vector3(80, 50, 0),rotate = {x=0,y=180,z=135}},--魔剑士圣言
  135. [53010105]={type = 11,model_id = 1101005,scale = 90,position = Vector3(70, 45, 0),rotate = {x=0,y=180,z=135}},--魔剑士暗裔
  136. [53010201]={type = 11,model_id = 1102001,scale = 70,position = Vector3(0, 0, 0),rotate = {x=0,y=180,z=135}},--龙骑士寒鸦
  137. [53010202]={type = 11,model_id = 1102002,scale = 70,position = Vector3(0, 0, 0),rotate = {x=0,y=180,z=135}},--龙骑士焚烬
  138. [53010203]={type = 11,model_id = 1102003,scale = 70,position = Vector3(0, 0, 0),rotate = {x=0,y=180,z=135}},--龙骑士机械
  139. [53010204]={type = 11,model_id = 1102004,scale = 70,position = Vector3(0, 0, 0),rotate = {x=0,y=180,z=135}},--龙骑士圣言
  140. [53010205]={type = 11,model_id = 1102005,scale = 70,position = Vector3(0, 0, 0),rotate = {x=0,y=180,z=135}},--龙骑士暗裔
  141. [53010401]={type = 11,model_id = 1104001,scale = 110,position = Vector3(110, -10, 0),rotate = {x=0,y=0,z=0}},--重炮手寒鸦
  142. [53010402]={type = 11,model_id = 1104002,scale = 110,position = Vector3(70, -10, 0),rotate = {x=0,y=0,z=0}},--重炮手焚烬
  143. [53010403]={type = 11,model_id = 1104003,scale = 110,position = Vector3(60, 0, 0),rotate = {x=0,y=0,z=0}},--重炮手机械
  144. [53010404]={type = 11,model_id = 1104004,scale = 110,position = Vector3(80, -10, 0),rotate = {x=0,y=0,z=0}},--重炮手圣言
  145. [53010405]={type = 11,model_id = 1104005,scale = 110,position = Vector3(80, -20, 0),rotate = {x=0,y=0,z=0}},--重炮手暗裔
  146. --宝具--
  147. [24030001]={type = 6,model_id = 607002,scale = 250,position = Vector3(0, -400, 0)},
  148. [24030002]={type = 6,model_id = 607003,scale = 250,position = Vector3(0, -320, 0)},
  149. [24030003]={type = 6,model_id = 607006,scale = 250,position = Vector3(0, -350, 0)},
  150. [24031003]={type = 6,model_id = 607006,scale = 250,position = Vector3(0, -350, 0)},
  151. [24030004]={type = 6,model_id = 607007,scale = 250,position = Vector3(0, 0, 0)},
  152. [24030005]={type = 6,model_id = 609011,scale = 250,position = Vector3(0, 0, 0)},
  153. [24030006]={type = 6,model_id = 609012,scale = 250,position = Vector3(0, 0, 0)},
  154. [24030007]={type = 6,model_id = 609014,scale = 250,position = Vector3(0, 0, 0)},
  155. --圣灵--
  156. [15010001]={type = 7,model_id = 609005,scale = 200,position = Vector3(0, -20, 0)},
  157. [15010002]={type = 7,model_id = 609010,scale = 200,position = Vector3(0, -20, 0)},
  158. [15010003]={type = 7,model_id = 609008,scale = 200,position = Vector3(0, -20, 0)},
  159. [15010005]={type = 7,model_id = 609009,scale = 200,position = Vector3(0, -20, 0)},
  160. [15010006]={type = 7,model_id = 609013,scale = 200,position = Vector3(0, -20, 0)},
  161. [15010007]={type = 7,model_id = 609015,scale = 200,position = Vector3(0, -20, 0)},
  162. [15010009]={type = 7,model_id = 609006,scale = 200,position = Vector3(0, -20, 0)},
  163. [15010010]={type = 7,model_id = 609007,scale = 200,position = Vector3(0, -20, 0)},
  164. [15010011]={type = 7,model_id = 609016,scale = 200,position = Vector3(0, -20, 0)},
  165. --宝宝--
  166. --坐骑--
  167. [54030001]={type = 8,model_id = 1790201,scale = 200,position = Vector3(0, -120, 0),rotate = 310},
  168. [54030002]={type = 8,model_id = 1790202,scale = 200,position = Vector3(10, -120, 0),rotate = 310},
  169. [54030003]={type = 8,model_id = 1790203,scale = 200,position = Vector3(10, -120, 0),rotate = 310},
  170. [54030004]={type = 8,model_id = 1790204,scale = 200,position = Vector3(10, -140, 0),rotate = 310},
  171. --时装--
  172. [54050001]={type = 8,model_id = 1790103,scale = 220,position = Vector3(0, -140, 0),rotate = 0},
  173. [54050002]={type = 8,model_id = 1790102,scale = 220,position = Vector3(0, -140, 0),rotate = 0},
  174. [54050003]={type = 8,model_id = 1790104,scale = 220,position = Vector3(0, -140, 0),rotate = 0},
  175. --限时时装-
  176. [12011001]={type = 9,subtype = 1,model_id = 12010001,scale = 130,position = Vector3(0, -120, 0)},
  177. [12012001]={type = 9,subtype = 1,model_id = 12010001,scale = 130,position = Vector3(0, -120, 0)},
  178. [12013001]={type = 9,subtype = 1,model_id = 12010001,scale = 130,position = Vector3(0, -120, 0)},
  179. [12021001]={type = 9,subtype = 2,model_id = 12020001,scale = 130,position = Vector3(0, -120, 0)},
  180. [12022001]={type = 9,subtype = 2,model_id = 12020001,scale = 130,position = Vector3(0, -120, 0)},
  181. [12023001]={type = 9,subtype = 2,model_id = 12020001,scale = 130,position = Vector3(0, -120, 0)},
  182. [12031001]={type = 9,subtype = 3,model_id = 12030001,scale = 130,position = Vector3(0, -120, 0)},
  183. [12032001]={type = 9,subtype = 3,model_id = 12030001,scale = 130,position = Vector3(0, -120, 0)},
  184. [12033001]={type = 9,subtype = 3,model_id = 12030001,scale = 130,position = Vector3(0, -120, 0)},
  185. }