RoleAvatarCfg.lua 33 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450
  1. local RoleAvatarCfg = {
  2. [1]={
  3. ['Id']=1,
  4. ['AvatarPrefab']='Hero_Weapon/weapon_novice_101',
  5. ['ModelRotation']={0,180,-90},
  6. },
  7. [2]={
  8. ['Id']=2,
  9. ['AvatarPrefab']='Hero_Weapon/weapon_sword_101',
  10. ['ModelPosition']={-0.029,0.01,0.034},
  11. ['ModelRotation']={-179.26,-88.937,91.1939},
  12. },
  13. [3]={
  14. ['Id']=3,
  15. ['AvatarPrefab']='Hero_Weapon/weapon_magician_101',
  16. ['ModelPosition']={-0.063,0.065,-0.206},
  17. ['ModelRotation']={-0.281,101.191,97.063},
  18. },
  19. [4]={
  20. ['Id']=4,
  21. ['AvatarPrefab']='Hero_Weapon/weapon_archer_101',
  22. ['ModelPosition']={0.025,0.041,-0.02},
  23. ['ModelRotation']={1.327,90,-90.03},
  24. },
  25. [5]={
  26. ['Id']=5,
  27. ['AvatarPrefab']='Hero_Weapon/weapon_theif_101',
  28. ['ModelPosition']={-0.051,0.004,-0.022},
  29. ['ModelRotation']={-2.703,0,92.003},
  30. },
  31. [6]={
  32. ['Id']=6,
  33. ['AvatarPrefab']='Hero_Weapon/weapon_acolyte_101',
  34. ['ModelPosition']={0.023,0.003,0.039},
  35. ['ModelRotation']={10.096,-10.151,87.152},
  36. ['ModelScale']={1,1,1.1},
  37. },
  38. [7]={
  39. ['Id']=7,
  40. ['AvatarPrefab']='Hero_Weapon/weapon_archer_1002',
  41. },
  42. [8]={
  43. ['Id']=8,
  44. ['AvatarPrefab']='Hero/Head_Man',
  45. },
  46. [9]={
  47. ['Id']=9,
  48. ['AvatarPrefab']='Hero/Head_Women',
  49. },
  50. [10]={
  51. ['Id']=10,
  52. ['AvatarPrefab']='Hero_Weapon/weapon_Knight_101',
  53. ['ModelPosition']={-0.02324113,0.02843438,-0.01816717},
  54. ['ModelRotation']={-58.9,70.85101,-61.134},
  55. },
  56. [11]={
  57. ['Id']=11,
  58. ['AvatarPrefab']='Hero_Weapon/weapon_Crusade_101',
  59. ['ModelPosition']={-0.05,0.022,0},
  60. ['ModelRotation']={-90,0,0},
  61. },
  62. [12]={
  63. ['Id']=12,
  64. ['AvatarPrefab']='Hero_Weapon/weapon_Crusade_102',
  65. ['ModelPosition']={-0.004,0.072,0.001},
  66. ['ModelRotation']={-90,0,0},
  67. },
  68. [13]={
  69. ['Id']=13,
  70. ['AvatarPrefab']='Hero_Weapon/weapon_Sage_101',
  71. ['ModelPosition']={-0.028,-0.019,-0.023},
  72. ['ModelRotation']={-90,0,5.274},
  73. },
  74. [14]={
  75. ['Id']=14,
  76. ['AvatarPrefab']='Hero_Weapon/weapon_Wizard_101',
  77. ['ModelRotation']={-90,0,5.274},
  78. },
  79. [15]={
  80. ['Id']=15,
  81. ['AvatarPrefab']='Hero_Weapon/weapon_Hunter_101',
  82. ['ModelPosition']={0.08,0.15,0},
  83. ['ModelRotation']={-90,0,0},
  84. },
  85. [16]={
  86. ['Id']=16,
  87. ['AvatarPrefab']='Hero_Weapon/weapon_Ranger_101',
  88. ['ModelRotation']={-90,0,0},
  89. },
  90. [17]={
  91. ['Id']=17,
  92. ['AvatarPrefab']='Hero_Weapon/weapon_Assassin_101',
  93. ['ModelRotation']={-90,0,0},
  94. },
  95. [18]={
  96. ['Id']=18,
  97. ['AvatarPrefab']='Hero_Weapon/weapon_Assassin_102',
  98. ['ModelRotation']={-90,0,0},
  99. },
  100. [19]={
  101. ['Id']=19,
  102. ['AvatarPrefab']='Hero_Weapon/weapon_Rogue_101',
  103. ['ModelPosition']={-0.05,-0.022,0.282},
  104. },
  105. [20]={
  106. ['Id']=20,
  107. ['AvatarPrefab']='Hero_Weapon/weapon_Priest_101',
  108. ['ModelRotation']={-90,0,0},
  109. },
  110. [21]={
  111. ['Id']=21,
  112. ['AvatarPrefab']='Hero_Weapon/weapon_Monk_101',
  113. ['ModelPosition']={0.03,-0.009,0},
  114. ['ModelRotation']={0,0,-12},
  115. },
  116. [22]={
  117. ['Id']=22,
  118. ['AvatarPrefab']='Hero_Weapon/weapon_Monk_102',
  119. ['ModelPosition']={-0.03,0.006,0},
  120. ['ModelRotation']={0,-180,-12},
  121. },
  122. [101]={
  123. ['Id']=101,
  124. ['AvatarPrefab']='Hero_Hair/Women_hair_brown_004',
  125. },
  126. [102]={
  127. ['Id']=102,
  128. ['AvatarPrefab']='Hero_Hair/Man_hair_golden_001',
  129. },
  130. [201]={
  131. ['Id']=201,
  132. ['AvatarPrefab']='Hero_Eye/Eyes_Women01',
  133. },
  134. [202]={
  135. ['Id']=202,
  136. ['AvatarPrefab']='Hero_Eye/Eyes_Man07',
  137. },
  138. [1001]={
  139. ['Id']=1001,
  140. ['AvatarPrefab']='Hero_Cloth/Cloth_Novice_100001',
  141. },
  142. [1002]={
  143. ['Id']=1002,
  144. ['AvatarPrefab']='Hero_Cloth/Cloth_Novice_100002',
  145. },
  146. [1003]={
  147. ['Id']=1003,
  148. ['AvatarPrefab']='Hero_Cloth/Cloth_Sword_100101',
  149. },
  150. [1004]={
  151. ['Id']=1004,
  152. ['AvatarPrefab']='Hero_Cloth/Cloth_Sword_100102',
  153. },
  154. [1005]={
  155. ['Id']=1005,
  156. ['AvatarPrefab']='Hero_Cloth/Cloth_Magician_200101',
  157. },
  158. [1006]={
  159. ['Id']=1006,
  160. ['AvatarPrefab']='Hero_Cloth/Cloth_Magician_200102',
  161. },
  162. [1007]={
  163. ['Id']=1007,
  164. ['AvatarPrefab']='Hero_Cloth/Cloth_Archer_300101',
  165. },
  166. [1008]={
  167. ['Id']=1008,
  168. ['AvatarPrefab']='Hero_Cloth/Cloth_Archer_300102',
  169. },
  170. [1009]={
  171. ['Id']=1009,
  172. ['AvatarPrefab']='Hero_Cloth/Cloth_Theif_400101',
  173. },
  174. [1010]={
  175. ['Id']=1010,
  176. ['AvatarPrefab']='Hero_Cloth/Cloth_Theif_400102',
  177. },
  178. [1011]={
  179. ['Id']=1011,
  180. ['AvatarPrefab']='Hero_Cloth/Cloth_Acolyte_500101',
  181. },
  182. [1012]={
  183. ['Id']=1012,
  184. ['AvatarPrefab']='Hero_Cloth/Cloth_Acolyte_500102',
  185. },
  186. [2001]={
  187. ['Id']=2001,
  188. ['AvatarPrefab']='Hero_Cloth/Cloth_Sword_100211',
  189. },
  190. [2002]={
  191. ['Id']=2002,
  192. ['AvatarPrefab']='Hero_Cloth/Cloth_Sword_100212',
  193. },
  194. [2003]={
  195. ['Id']=2003,
  196. ['AvatarPrefab']='Hero_Cloth/Cloth_Sword_100221',
  197. },
  198. [2004]={
  199. ['Id']=2004,
  200. ['AvatarPrefab']='Hero_Cloth/Cloth_Sword_100222',
  201. },
  202. [2005]={
  203. ['Id']=2005,
  204. ['AvatarPrefab']='Hero_Cloth/Cloth_Magician_200211',
  205. },
  206. [2006]={
  207. ['Id']=2006,
  208. ['AvatarPrefab']='Hero_Cloth/Cloth_Magician_200212',
  209. },
  210. [2007]={
  211. ['Id']=2007,
  212. ['AvatarPrefab']='Hero_Cloth/Cloth_Magician_200221',
  213. },
  214. [2008]={
  215. ['Id']=2008,
  216. ['AvatarPrefab']='Hero_Cloth/Cloth_Magician_200222',
  217. },
  218. [2009]={
  219. ['Id']=2009,
  220. ['AvatarPrefab']='Hero_Cloth/Cloth_Archer_300211',
  221. },
  222. [2010]={
  223. ['Id']=2010,
  224. ['AvatarPrefab']='Hero_Cloth/Cloth_Archer_300212',
  225. },
  226. [2011]={
  227. ['Id']=2011,
  228. ['AvatarPrefab']='Hero_Cloth/Cloth_Archer_300221',
  229. },
  230. [2012]={
  231. ['Id']=2012,
  232. ['AvatarPrefab']='Hero_Cloth/Cloth_Archer_300222',
  233. },
  234. [2013]={
  235. ['Id']=2013,
  236. ['AvatarPrefab']='Hero_Cloth/Cloth_Theif_400211',
  237. },
  238. [2014]={
  239. ['Id']=2014,
  240. ['AvatarPrefab']='Hero_Cloth/Cloth_Theif_400212',
  241. },
  242. [2015]={
  243. ['Id']=2015,
  244. ['AvatarPrefab']='Hero_Cloth/Cloth_Theif_400221',
  245. },
  246. [2016]={
  247. ['Id']=2016,
  248. ['AvatarPrefab']='Hero_Cloth/Cloth_Theif_400222',
  249. },
  250. [2017]={
  251. ['Id']=2017,
  252. ['AvatarPrefab']='Hero_Cloth/Cloth_Acolyte_500211',
  253. },
  254. [2018]={
  255. ['Id']=2018,
  256. ['AvatarPrefab']='Hero_Cloth/Cloth_Acolyte_500212',
  257. },
  258. [2019]={
  259. ['Id']=2019,
  260. ['AvatarPrefab']='Hero_Cloth/Cloth_Acolyte_500221',
  261. },
  262. [2020]={
  263. ['Id']=2020,
  264. ['AvatarPrefab']='Hero_Cloth/Cloth_Acolyte_500222',
  265. },
  266. [2021]={
  267. ['Id']=2021,
  268. ['AvatarPrefab']='Hero_Cloth/Cloth_Sword_100311',
  269. },
  270. [2022]={
  271. ['Id']=2022,
  272. ['AvatarPrefab']='Hero_Cloth/Cloth_Sword_100312',
  273. },
  274. [2023]={
  275. ['Id']=2023,
  276. ['AvatarPrefab']='Hero_Cloth/Cloth_Sword_100321',
  277. },
  278. [2024]={
  279. ['Id']=2024,
  280. ['AvatarPrefab']='Hero_Cloth/Cloth_Sword_100322',
  281. },
  282. [2025]={
  283. ['Id']=2025,
  284. ['AvatarPrefab']='Hero_Cloth/Cloth_Magician_200311',
  285. },
  286. [2026]={
  287. ['Id']=2026,
  288. ['AvatarPrefab']='Hero_Cloth/Cloth_Magician_200312',
  289. },
  290. [2027]={
  291. ['Id']=2027,
  292. ['AvatarPrefab']='Hero_Cloth/Cloth_Magician_200321',
  293. },
  294. [2028]={
  295. ['Id']=2028,
  296. ['AvatarPrefab']='Hero_Cloth/Cloth_Magician_200322',
  297. },
  298. [2029]={
  299. ['Id']=2029,
  300. ['AvatarPrefab']='Hero_Cloth/Cloth_Archer_300311',
  301. },
  302. [2030]={
  303. ['Id']=2030,
  304. ['AvatarPrefab']='Hero_Cloth/Cloth_Archer_300312',
  305. },
  306. [2031]={
  307. ['Id']=2031,
  308. ['AvatarPrefab']='Hero_Cloth/Cloth_Archer_300321',
  309. },
  310. [2032]={
  311. ['Id']=2032,
  312. ['AvatarPrefab']='Hero_Cloth/Cloth_Archer_300322',
  313. },
  314. [2033]={
  315. ['Id']=2033,
  316. ['AvatarPrefab']='Hero_Cloth/Cloth_Theif_400311',
  317. },
  318. [2034]={
  319. ['Id']=2034,
  320. ['AvatarPrefab']='Hero_Cloth/Cloth_Theif_400312',
  321. },
  322. [2035]={
  323. ['Id']=2035,
  324. ['AvatarPrefab']='Hero_Cloth/Cloth_Theif_400321',
  325. },
  326. [2036]={
  327. ['Id']=2036,
  328. ['AvatarPrefab']='Hero_Cloth/Cloth_Theif_400322',
  329. },
  330. [2037]={
  331. ['Id']=2037,
  332. ['AvatarPrefab']='Hero_Cloth/Cloth_Acolyte_500311',
  333. },
  334. [2038]={
  335. ['Id']=2038,
  336. ['AvatarPrefab']='Hero_Cloth/Cloth_Acolyte_500312',
  337. },
  338. [2039]={
  339. ['Id']=2039,
  340. ['AvatarPrefab']='Hero_Cloth/Cloth_Acolyte_500321',
  341. },
  342. [2040]={
  343. ['Id']=2040,
  344. ['AvatarPrefab']='Hero_Cloth/Cloth_Acolyte_500322',
  345. },
  346. [10001]={
  347. ['Id']=10001,
  348. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0001',
  349. ['ModelPosition']={0,-0.38,-0.038},
  350. },
  351. [10002]={
  352. ['Id']=10002,
  353. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0002',
  354. ['ModelPosition']={-0.00342,-0.4027,0.1166},
  355. ['ModelRotation']={-17.37,-2.665,0},
  356. },
  357. [10003]={
  358. ['Id']=10003,
  359. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0003',
  360. ['ModelPosition']={0,-1.972022,0.1722066},
  361. ['ModelRotation']={-2.88,-2.665,0},
  362. },
  363. [10004]={
  364. ['Id']=10004,
  365. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0004',
  366. ['ModelPosition']={0,-0.3683081,0.02494116},
  367. ['ModelRotation']={0.271,-2.665,0},
  368. },
  369. [10005]={
  370. ['Id']=10005,
  371. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0005',
  372. ['ModelPosition']={0,-0.45,0},
  373. },
  374. [10006]={
  375. ['Id']=10006,
  376. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0006',
  377. },
  378. [10007]={
  379. ['Id']=10007,
  380. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0007',
  381. },
  382. [10008]={
  383. ['Id']=10008,
  384. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0008',
  385. },
  386. [10009]={
  387. ['Id']=10009,
  388. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0009',
  389. ['ModelPosition']={0.02,-0.493,0.073},
  390. ['ModelRotation']={-8.956,0,0},
  391. ['ModelScale']={1.2,1.2,1.2},
  392. },
  393. [10010]={
  394. ['Id']=10010,
  395. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0010',
  396. ['ModelPosition']={0.0011,-0.349,0.019},
  397. ['ModelRotation']={0.271,-2.665,0},
  398. },
  399. [10011]={
  400. ['Id']=10011,
  401. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0011',
  402. },
  403. [10012]={
  404. ['Id']=10012,
  405. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0012',
  406. },
  407. [10013]={
  408. ['Id']=10013,
  409. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0013',
  410. },
  411. [10014]={
  412. ['Id']=10014,
  413. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0014',
  414. },
  415. [10015]={
  416. ['Id']=10015,
  417. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0015',
  418. },
  419. [10016]={
  420. ['Id']=10016,
  421. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0016',
  422. },
  423. [10017]={
  424. ['Id']=10017,
  425. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0017',
  426. },
  427. [10018]={
  428. ['Id']=10018,
  429. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0018',
  430. ['ModelPosition']={0.002,-0.408,-0.0002},
  431. ['ModelRotation']={0.271,-2.665,0},
  432. },
  433. [10019]={
  434. ['Id']=10019,
  435. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0019',
  436. ['ModelPosition']={0,-0.368,0.054},
  437. },
  438. [10020]={
  439. ['Id']=10020,
  440. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0020',
  441. ['ModelPosition']={0,-0.38,0.057},
  442. },
  443. [10021]={
  444. ['Id']=10021,
  445. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0021',
  446. ['ModelPosition']={0.00144,-0.432,-0.0115},
  447. ['ModelRotation']={4.291,-2.665,0},
  448. },
  449. [10022]={
  450. ['Id']=10022,
  451. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0022',
  452. ['ModelPosition']={-0.0053,-0.441,0.1575},
  453. ['ModelRotation']={-7.948,-2.665,0},
  454. ['ModelScale']={1.05,1.05,1.05},
  455. },
  456. [10023]={
  457. ['Id']=10023,
  458. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0023',
  459. ['ModelPosition']={-0.00239,-0.441,0.09},
  460. ['ModelRotation']={-7.948,-2.665,0},
  461. ['ModelScale']={1.05,1.05,1.05},
  462. },
  463. [10024]={
  464. ['Id']=10024,
  465. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0024',
  466. },
  467. [10025]={
  468. ['Id']=10025,
  469. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0025',
  470. },
  471. [10026]={
  472. ['Id']=10026,
  473. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0026',
  474. ['ModelPosition']={0,-0.38,-0.038},
  475. },
  476. [10027]={
  477. ['Id']=10027,
  478. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0027',
  479. ['ModelPosition']={0,-1.924,0.073},
  480. ['ModelRotation']={-90,0,0},
  481. },
  482. [10028]={
  483. ['Id']=10028,
  484. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0028',
  485. ['ModelPosition']={0,-0.374,0.176},
  486. ['ModelRotation']={-9.18,0,0},
  487. },
  488. [10029]={
  489. ['Id']=10029,
  490. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0029',
  491. ['ModelPosition']={0,-0.38,-0.038},
  492. },
  493. [10030]={
  494. ['Id']=10030,
  495. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0030',
  496. ['ModelPosition']={0,-0.392,0.02},
  497. },
  498. [10031]={
  499. ['Id']=10031,
  500. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0031',
  501. ['ModelPosition']={0,-0.439,0.032},
  502. },
  503. [10032]={
  504. ['Id']=10032,
  505. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0032',
  506. ['ModelPosition']={0,-0.38,0.028},
  507. },
  508. [10033]={
  509. ['Id']=10033,
  510. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0033',
  511. ['ModelPosition']={0.008,-0.3551745,-0.1301307},
  512. ['ModelRotation']={8.746,-2.665,0},
  513. },
  514. [10034]={
  515. ['Id']=10034,
  516. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0034',
  517. ['ModelPosition']={0.007789908,-0.3663127,0.02627495},
  518. ['ModelRotation']={5.271,-2.665,0},
  519. },
  520. [10035]={
  521. ['Id']=10035,
  522. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0035',
  523. ['ModelPosition']={0,-0.324,0.062},
  524. },
  525. [10036]={
  526. ['Id']=10036,
  527. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0036',
  528. ['ModelPosition']={0.0036477,-0.431024,-0.03529064},
  529. ['ModelRotation']={-1.751,-2.665,0},
  530. ['ModelScale']={1.08,1.055,1.055},
  531. },
  532. [10037]={
  533. ['Id']=10037,
  534. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0037',
  535. ['ModelPosition']={0,-0.385,0.041},
  536. ['ModelScale']={1.1,1.1,1.1},
  537. },
  538. [10038]={
  539. ['Id']=10038,
  540. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0038',
  541. },
  542. [10039]={
  543. ['Id']=10039,
  544. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0039',
  545. ['ModelPosition']={0,-0.6354232,0.0486538},
  546. ['ModelRotation']={0.271,-2.665,0},
  547. ['ModelScale']={1.5,1.5,1.5},
  548. },
  549. [10040]={
  550. ['Id']=10040,
  551. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0040',
  552. ['ModelPosition']={0,-0.38,-0.038},
  553. },
  554. [10041]={
  555. ['Id']=10041,
  556. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0041',
  557. ['ModelPosition']={0,-0.38,0.059},
  558. },
  559. [10042]={
  560. ['Id']=10042,
  561. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0042',
  562. ['ModelPosition']={0.0014,-0.3722419,0.01093759},
  563. ['ModelRotation']={0.271,-2.665,0},
  564. },
  565. [10043]={
  566. ['Id']=10043,
  567. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0043',
  568. ['ModelPosition']={0,-0.334,0.009},
  569. },
  570. [10044]={
  571. ['Id']=10044,
  572. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0044',
  573. ['ModelPosition']={0,-0.419,0.065},
  574. },
  575. [10045]={
  576. ['Id']=10045,
  577. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0045',
  578. ['ModelPosition']={0.01362787,-0.4014306,0.05140787},
  579. ['ModelRotation']={6.710001,-0.1,2.269},
  580. },
  581. [10046]={
  582. ['Id']=10046,
  583. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0046',
  584. ['ModelPosition']={0.01362787,-0.4014306,0.05140787},
  585. ['ModelRotation']={6.710001,-0.1,2.269},
  586. },
  587. [10047]={
  588. ['Id']=10047,
  589. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0047',
  590. ['ModelPosition']={0,-0.352,0.02},
  591. ['ModelScale']={1.25,1.25,1.29},
  592. },
  593. [10048]={
  594. ['Id']=10048,
  595. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0048',
  596. ['ModelPosition']={0,-0.112,0.0025},
  597. ['ModelRotation']={-9.03,0,0},
  598. ['ModelScale']={1.1,1.1,1.13},
  599. },
  600. [10049]={
  601. ['Id']=10049,
  602. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0049',
  603. ['ModelPosition']={0.012,-0.3912275,0.0084},
  604. ['ModelRotation']={6.181,-0.121,2.267},
  605. ['ModelScale']={0.9421,1,1},
  606. },
  607. [10050]={
  608. ['Id']=10050,
  609. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0050',
  610. ['ModelPosition']={0,-0.39,0.02},
  611. ['ModelRotation']={0,-2.666,0.037},
  612. },
  613. [10051]={
  614. ['Id']=10051,
  615. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0051',
  616. ['ModelPosition']={0,-0.38,-0.038},
  617. },
  618. [10052]={
  619. ['Id']=10052,
  620. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0052',
  621. ['ModelPosition']={0.0016,-0.33,0.0071},
  622. ['ModelRotation']={-81.72501,0,0},
  623. },
  624. [10053]={
  625. ['Id']=10053,
  626. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0053',
  627. ['ModelPosition']={0.0016,-0.497,-0.12},
  628. ['ModelRotation']={13.768,-2.849,-3.354},
  629. ['ModelScale']={1.3,1.3,1.3},
  630. },
  631. [10054]={
  632. ['Id']=10054,
  633. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0054',
  634. ['ModelPosition']={0.00164,-0.399,0.007},
  635. ['ModelRotation']={0.271,-2.665,0},
  636. ['ModelScale']={1.01451,1.07,1.126021},
  637. },
  638. [10055]={
  639. ['Id']=10055,
  640. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0055',
  641. ['ModelPosition']={0,-0.38,-0.038},
  642. },
  643. [10056]={
  644. ['Id']=10056,
  645. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0056',
  646. ['ModelPosition']={0,-0.375,-0.002},
  647. ['ModelRotation']={4,0,0},
  648. },
  649. [10057]={
  650. ['Id']=10057,
  651. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0057',
  652. ['ModelPosition']={0,-0.369,0},
  653. },
  654. [10058]={
  655. ['Id']=10058,
  656. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0058',
  657. ['ModelPosition']={0.001079284,-0.3792843,0.01989473},
  658. ['ModelRotation']={0.271,-2.665,0},
  659. },
  660. [10059]={
  661. ['Id']=10059,
  662. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0059',
  663. ['ModelPosition']={0,-0.38,-0.038},
  664. },
  665. [10060]={
  666. ['Id']=10060,
  667. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0060',
  668. },
  669. [10061]={
  670. ['Id']=10061,
  671. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0061',
  672. },
  673. [10064]={
  674. ['Id']=10064,
  675. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0064',
  676. ['ModelPosition']={0,-1.964,0.074},
  677. ['ModelRotation']={-90,0,0},
  678. },
  679. [10070]={
  680. ['Id']=10070,
  681. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0070',
  682. ['ModelPosition']={0,-0.403,0},
  683. },
  684. [10071]={
  685. ['Id']=10071,
  686. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0071',
  687. ['ModelPosition']={0,-0.358,0.015},
  688. ['ModelRotation']={-90,0,0},
  689. },
  690. [10072]={
  691. ['Id']=10072,
  692. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0072',
  693. ['ModelPosition']={0,-0.205,0.05},
  694. ['ModelRotation']={5.75,0,0},
  695. },
  696. [10073]={
  697. ['Id']=10073,
  698. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0073',
  699. ['ModelPosition']={0,-0.3,0.028},
  700. },
  701. [10074]={
  702. ['Id']=10074,
  703. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0074',
  704. ['ModelPosition']={0,-0.418,0.017},
  705. },
  706. [10075]={
  707. ['Id']=10075,
  708. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0075',
  709. ['ModelPosition']={0.009,-0.24,0.061},
  710. ['ModelRotation']={0,7.467,0},
  711. ['ModelScale']={0.97,0.97,0.97},
  712. },
  713. [10076]={
  714. ['Id']=10076,
  715. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0076',
  716. ['ModelPosition']={-0.0044,-0.2869,0.0495},
  717. ['ModelRotation']={0.312,2.723,0.015},
  718. ['ModelScale']={1.025785,1.025785,1.025785},
  719. },
  720. [10077]={
  721. ['Id']=10077,
  722. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0077',
  723. ['ModelPosition']={0.044,-0.165,-0.077},
  724. },
  725. [10078]={
  726. ['Id']=10078,
  727. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0078',
  728. ['ModelPosition']={-0.0075,-0.17,0.029},
  729. },
  730. [10079]={
  731. ['Id']=10079,
  732. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0079',
  733. ['ModelPosition']={0.044,-0.165,-0.077},
  734. },
  735. [10080]={
  736. ['Id']=10080,
  737. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0080',
  738. ['ModelPosition']={-0.0075,-0.17,0.029},
  739. },
  740. [10081]={
  741. ['Id']=10081,
  742. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0081',
  743. ['ModelPosition']={0,-0.247,0},
  744. },
  745. [10082]={
  746. ['Id']=10082,
  747. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0082',
  748. ['ModelPosition']={0.01,-0.132,0},
  749. },
  750. [10083]={
  751. ['Id']=10083,
  752. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0083',
  753. ['ModelPosition']={0,-0.247,0},
  754. },
  755. [10084]={
  756. ['Id']=10084,
  757. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0084',
  758. ['ModelPosition']={0.01,-0.132,0},
  759. },
  760. [10085]={
  761. ['Id']=10085,
  762. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0085',
  763. ['ModelPosition']={0,-0.283,0},
  764. },
  765. [10086]={
  766. ['Id']=10086,
  767. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0086',
  768. ['ModelPosition']={0,-0.247,0},
  769. },
  770. [10087]={
  771. ['Id']=10087,
  772. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0087',
  773. ['ModelPosition']={0,0.13,0.03},
  774. ['ModelRotation']={-80,0,0},
  775. ['ModelScale']={0.4,0.4,0.4},
  776. },
  777. [10088]={
  778. ['Id']=10088,
  779. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0088',
  780. ['ModelPosition']={0,0.13,0.03},
  781. ['ModelRotation']={-80,0,0},
  782. ['ModelScale']={0.4,0.4,0.4},
  783. },
  784. [10089]={
  785. ['Id']=10089,
  786. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0089',
  787. ['ModelPosition']={0,-1.965,0.06},
  788. ['ModelRotation']={-90,0,0},
  789. },
  790. [10090]={
  791. ['Id']=10090,
  792. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0090',
  793. ['ModelPosition']={0,-1.98,0.05},
  794. ['ModelRotation']={0,0,0},
  795. },
  796. [10091]={
  797. ['Id']=10091,
  798. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0091',
  799. ['ModelPosition']={0,0.03,0},
  800. ['ModelRotation']={-90,0,0},
  801. },
  802. [10092]={
  803. ['Id']=10092,
  804. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0092',
  805. ['ModelPosition']={0,-0.132,0.115},
  806. ['ModelRotation']={-90,0,0},
  807. ['ModelScale']={1,1,0.9},
  808. },
  809. [10093]={
  810. ['Id']=10093,
  811. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0093',
  812. ['ModelPosition']={0,0.34,0},
  813. ['ModelRotation']={-90,0,0},
  814. },
  815. [10094]={
  816. ['Id']=10094,
  817. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0094',
  818. ['ModelPosition']={-0.004,-2,0},
  819. ['ModelRotation']={-90,0,-180},
  820. },
  821. [10095]={
  822. ['Id']=10095,
  823. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0095',
  824. ['ModelPosition']={0,-1.977,0.04},
  825. ['ModelRotation']={-90,0,0},
  826. },
  827. [10096]={
  828. ['Id']=10096,
  829. ['AvatarPrefab']='Fashion_HeadTop/HeadTop_0096',
  830. ['ModelPosition']={0,-1.985,0.034},
  831. ['ModelRotation']={-90,0,0},
  832. },
  833. [20001]={
  834. ['Id']=20001,
  835. ['AvatarPrefab']='Fashion_HeadMiddle/HeadMiddle_0001',
  836. },
  837. [20002]={
  838. ['Id']=20002,
  839. ['AvatarPrefab']='Fashion_HeadMiddle/HeadMiddle_0002',
  840. ['ModelPosition']={-0.001,-0.4,0.07},
  841. ['ModelRotation']={0,-6.48,0},
  842. },
  843. [20003]={
  844. ['Id']=20003,
  845. ['AvatarPrefab']='Fashion_HeadMiddle/HeadMiddle_0003',
  846. },
  847. [20004]={
  848. ['Id']=20004,
  849. ['AvatarPrefab']='Fashion_HeadMiddle/HeadMiddle_0004',
  850. },
  851. [20005]={
  852. ['Id']=20005,
  853. ['AvatarPrefab']='Fashion_HeadMiddle/HeadMiddle_0005',
  854. },
  855. [20006]={
  856. ['Id']=20006,
  857. ['AvatarPrefab']='Fashion_HeadMiddle/HeadMiddle_0006',
  858. },
  859. [20007]={
  860. ['Id']=20007,
  861. ['AvatarPrefab']='Fashion_HeadMiddle/HeadMiddle_0007',
  862. },
  863. [20008]={
  864. ['Id']=20008,
  865. ['AvatarPrefab']='Fashion_HeadMiddle/HeadMiddle_0009',
  866. ['ModelPosition']={-0.007,-1.953,0.08},
  867. },
  868. [20009]={
  869. ['Id']=20009,
  870. ['AvatarPrefab']='Fashion_HeadMiddle/HeadMiddle_0010',
  871. ['ModelPosition']={-0.002,-0.411,0.023},
  872. },
  873. [20011]={
  874. ['Id']=20011,
  875. ['AvatarPrefab']='Fashion_HeadMiddle/HeadMiddle_0011',
  876. ['ModelPosition']={0,-0.395,0.019},
  877. },
  878. [20012]={
  879. ['Id']=20012,
  880. ['AvatarPrefab']='Fashion_HeadMiddle/HeadMiddle_0012',
  881. ['ModelPosition']={0,-0.401,0.015},
  882. ['ModelRotation']={-90,0,0},
  883. },
  884. [30001]={
  885. ['Id']=30001,
  886. ['AvatarPrefab']='Fashion_HeadBottom/HeadBottom_0001',
  887. ['ModelPosition']={-0.016,-0.405,0.007},
  888. },
  889. [30002]={
  890. ['Id']=30002,
  891. ['AvatarPrefab']='Fashion_HeadBottom/HeadBottom_0002',
  892. ['ModelPosition']={-0.005,-0.412,-0.001},
  893. },
  894. [30003]={
  895. ['Id']=30003,
  896. ['AvatarPrefab']='Fashion_HeadBottom/HeadBottom_0003',
  897. ['ModelPosition']={-0.005,-0.412,-0.001},
  898. },
  899. [30004]={
  900. ['Id']=30004,
  901. ['AvatarPrefab']='Fashion_HeadBottom/HeadBottom_0004',
  902. ['ModelPosition']={-0.005,-0.412,-0.001},
  903. },
  904. [30005]={
  905. ['Id']=30005,
  906. ['AvatarPrefab']='Fashion_HeadBottom/HeadBottom_0005',
  907. ['ModelPosition']={0,-0.408,0.03},
  908. },
  909. [30006]={
  910. ['Id']=30006,
  911. ['AvatarPrefab']='Fashion_HeadBottom/HeadBottom_0006',
  912. ['ModelPosition']={-0.124,-1.579,0.634},
  913. ['ModelRotation']={-63.895,165.901,-175.582},
  914. },
  915. [30007]={
  916. ['Id']=30007,
  917. ['AvatarPrefab']='Fashion_HeadBottom/HeadBottom_0007',
  918. ['ModelPosition']={0.001,-0.346,0.068},
  919. ['ModelRotation']={0,5.125,0},
  920. },
  921. [30008]={
  922. ['Id']=30008,
  923. ['AvatarPrefab']='Fashion_HeadBottom/HeadBottom_0008',
  924. ['ModelPosition']={0,-0.35,0.062},
  925. },
  926. [30009]={
  927. ['Id']=30009,
  928. ['AvatarPrefab']='Fashion_HeadBottom/HeadBottom_0009',
  929. ['ModelPosition']={0,-0.4359,0.2017},
  930. },
  931. [30010]={
  932. ['Id']=30010,
  933. ['AvatarPrefab']='Fashion_HeadBottom/HeadBottom_0010',
  934. ['ModelPosition']={-0.0043,-0.367,0.2122},
  935. ['ModelRotation']={-30.799,-0.286,0.493},
  936. ['ModelScale']={0.76268,0.76268,0.76268},
  937. },
  938. [30011]={
  939. ['Id']=30011,
  940. ['AvatarPrefab']='Fashion_HeadBottom/HeadBottom_0011',
  941. ['ModelPosition']={-0.033,-0.399,0.188},
  942. ['ModelRotation']={-10.01,0,0},
  943. ['ModelScale']={1.3396,1,1},
  944. },
  945. [30012]={
  946. ['Id']=30012,
  947. ['AvatarPrefab']='Fashion_HeadBottom/HeadBottom_0012',
  948. ['ModelPosition']={-0.001,-0.3745,0.0853},
  949. ['ModelRotation']={10.288,0,0},
  950. ['ModelScale']={1.123657,1.065975,1.065975},
  951. },
  952. [30013]={
  953. ['Id']=30013,
  954. ['AvatarPrefab']='Fashion_HeadBottom/HeadBottom_0013',
  955. ['ModelPosition']={-0.018,-0.3925,0.182},
  956. },
  957. [30014]={
  958. ['Id']=30014,
  959. ['AvatarPrefab']='Fashion_HeadBottom/HeadBottom_0014',
  960. ['ModelPosition']={0,-0.406,0.192},
  961. ['ModelRotation']={6.887001,0,0},
  962. },
  963. [30015]={
  964. ['Id']=30015,
  965. ['AvatarPrefab']='Fashion_HeadBottom/HeadBottom_0015',
  966. ['ModelPosition']={0,-0.382,0.153},
  967. },
  968. [40001]={
  969. ['Id']=40001,
  970. ['AvatarPrefab']='Fashion_Cloth/Cloth_punkman',
  971. },
  972. [40002]={
  973. ['Id']=40002,
  974. ['AvatarPrefab']='Fashion_Cloth/Cloth_punkwomen',
  975. },
  976. [40003]={
  977. ['Id']=40003,
  978. ['AvatarPrefab']='Fashion_Cloth/Cloth_Armour_male',
  979. },
  980. [40004]={
  981. ['Id']=40004,
  982. ['AvatarPrefab']='Fashion_Cloth/Cloth_armour_female',
  983. },
  984. [40005]={
  985. ['Id']=40005,
  986. ['AvatarPrefab']='Fashion_Cloth/Cloth_Tuxedo_male',
  987. },
  988. [40006]={
  989. ['Id']=40006,
  990. ['AvatarPrefab']='Fashion_Cloth/Cloth_Dress_Female',
  991. },
  992. [40007]={
  993. ['Id']=40007,
  994. ['AvatarPrefab']='Fashion_Cloth/Cloth_swimwearA1_female',
  995. },
  996. [40008]={
  997. ['Id']=40008,
  998. ['AvatarPrefab']='Fashion_Cloth/Cloth_swimwearA1_male',
  999. },
  1000. [40009]={
  1001. ['Id']=40009,
  1002. ['AvatarPrefab']='Fashion_Cloth/Cloth_swimwearA2_female',
  1003. },
  1004. [40010]={
  1005. ['Id']=40010,
  1006. ['AvatarPrefab']='Fashion_Cloth/Cloth_swimwearA2_male',
  1007. },
  1008. [40011]={
  1009. ['Id']=40011,
  1010. ['AvatarPrefab']='Fashion_Cloth/Cloth_swimwearB1_female',
  1011. },
  1012. [40012]={
  1013. ['Id']=40012,
  1014. ['AvatarPrefab']='Fashion_Cloth/Cloth_swimwearB1_male',
  1015. },
  1016. [40013]={
  1017. ['Id']=40013,
  1018. ['AvatarPrefab']='Fashion_Cloth/Cloth_swimwearB2_female',
  1019. },
  1020. [40014]={
  1021. ['Id']=40014,
  1022. ['AvatarPrefab']='Fashion_Cloth/Cloth_swimwearB2_male',
  1023. },
  1024. [40015]={
  1025. ['Id']=40015,
  1026. ['AvatarPrefab']='Fashion_Cloth/Cloth_kimono_female',
  1027. },
  1028. [40016]={
  1029. ['Id']=40016,
  1030. ['AvatarPrefab']='Fashion_Cloth/Cloth_kimono_male',
  1031. },
  1032. [40017]={
  1033. ['Id']=40017,
  1034. ['AvatarPrefab']='Fashion_Cloth/Cloth_idol_female',
  1035. },
  1036. [40018]={
  1037. ['Id']=40018,
  1038. ['AvatarPrefab']='Fashion_Cloth/Cloth_idol_male',
  1039. },
  1040. [40019]={
  1041. ['Id']=40019,
  1042. ['AvatarPrefab']='Fashion_Cloth/Cloth_rabbit_female',
  1043. },
  1044. [40020]={
  1045. ['Id']=40020,
  1046. ['AvatarPrefab']='Fashion_Cloth/Cloth_rabbit_male',
  1047. },
  1048. [40021]={
  1049. ['Id']=40021,
  1050. ['AvatarPrefab']='Fashion_Cloth/Cloth_Halloween_female',
  1051. },
  1052. [40022]={
  1053. ['Id']=40022,
  1054. ['AvatarPrefab']='Fashion_Cloth/Cloth_Halloween_male',
  1055. },
  1056. [50001]={
  1057. ['Id']=50001,
  1058. ['AvatarPrefab']='Fashion_Weapon/Weapon_carrot_katar',
  1059. ['ModelPosition']={-0.018,0.017,0},
  1060. ['ModelRotation']={180,0,0},
  1061. },
  1062. [50002]={
  1063. ['Id']=50002,
  1064. ['AvatarPrefab']='Fashion_Weapon/Weapon_fish_sword',
  1065. ['ModelPosition']={-0.111,-0.062,-0.355},
  1066. ['ModelRotation']={-10.163,14.114,-7.777},
  1067. },
  1068. [50003]={
  1069. ['Id']=50003,
  1070. ['AvatarPrefab']='Fashion_Weapon/Weapon_lollipop_wand',
  1071. ['ModelPosition']={-0.01,0.022,0.001},
  1072. },
  1073. [50004]={
  1074. ['Id']=50004,
  1075. ['AvatarPrefab']='Fashion_Weapon/Weapon_rose_bow',
  1076. ['ModelPosition']={0.034,0.104,-0.043},
  1077. ['ModelRotation']={0,0,90},
  1078. },
  1079. [50005]={
  1080. ['Id']=50005,
  1081. ['AvatarPrefab']='Fashion_Weapon/Weapon_sunflower_wand',
  1082. ['ModelPosition']={0.024,0.018,0.013},
  1083. ['ModelRotation']={10.673,-15.019,-1.486},
  1084. },
  1085. [50006]={
  1086. ['Id']=50006,
  1087. ['AvatarPrefab']='Fashion_Weapon/Weapon_Odachi_srowd',
  1088. ['ModelPosition']={-0.031,0.022,-0.12},
  1089. ['ModelRotation']={82.98,192.298,7.358},
  1090. },
  1091. [50007]={
  1092. ['Id']=50007,
  1093. ['AvatarPrefab']='Fashion_Weapon/Weapon_Roundfan_wand',
  1094. ['ModelPosition']={-0.02,0.029,-0.004},
  1095. ['ModelRotation']={161.542,-80.03799,-79.41901},
  1096. },
  1097. [50008]={
  1098. ['Id']=50008,
  1099. ['AvatarPrefab']='Fashion_Weapon/Weapon_longbow_bow',
  1100. ['ModelPosition']={0.019,0.0059,-0.017},
  1101. ['ModelRotation']={84.856,-104.675,-108.724},
  1102. },
  1103. [50009]={
  1104. ['Id']=50009,
  1105. ['AvatarPrefab']='Fashion_Weapon/Weapon_kunal_dagger_01',
  1106. ['ModelPosition']={-0.008,-0.03,0.644},
  1107. ['ModelRotation']={-86.953,0,0},
  1108. },
  1109. [50010]={
  1110. ['Id']=50010,
  1111. ['AvatarPrefab']='Fashion_Weapon/Weapon_kunal_dagger_02',
  1112. ['ModelPosition']={-0.051,-0.067,0.609},
  1113. ['ModelRotation']={-83.493,0,-8.236},
  1114. },
  1115. [50011]={
  1116. ['Id']=50011,
  1117. ['AvatarPrefab']='Fashion_Weapon/Weapon_foldingfan_truncheon',
  1118. ['ModelPosition']={-0.006,0.083,-0.004},
  1119. ['ModelRotation']={74.466,100.39,7.9},
  1120. },
  1121. [50012]={
  1122. ['Id']=50012,
  1123. ['AvatarPrefab']='Fashion_Weapon/Weapon_katana01_srowd',
  1124. ['ModelPosition']={-0.021,0.022,-0.067},
  1125. ['ModelRotation']={85.441,-185.971,-13.909},
  1126. },
  1127. [50013]={
  1128. ['Id']=50013,
  1129. ['AvatarPrefab']='Fashion_Weapon/Weapon_katana02_srowd',
  1130. ['ModelPosition']={0.053,0.06,-0.057},
  1131. ['ModelRotation']={99.67099,285.126,112.654},
  1132. ['ModelScale']={0.79172,0.79172,0.79172},
  1133. },
  1134. [50014]={
  1135. ['Id']=50014,
  1136. ['AvatarPrefab']='Fashion_Weapon/weapon_handguard_Fist_01',
  1137. ['ModelPosition']={0.052,-0.104,-0.008},
  1138. ['ModelRotation']={22.598,98.314,-2.13},
  1139. },
  1140. [50015]={
  1141. ['Id']=50015,
  1142. ['AvatarPrefab']='Fashion_Weapon/weapon_handguard_Fist_02',
  1143. ['ModelPosition']={-0.03356504,-0.0876276,-0.00442322},
  1144. ['ModelRotation']={16.723,-83.28201,3.67},
  1145. },
  1146. [50016]={
  1147. ['Id']=50016,
  1148. ['AvatarPrefab']='Fashion_Weapon/weapon_Naghtsieger_srowd',
  1149. ['ModelPosition']={-0.01706,0.02667,-0.1206},
  1150. ['ModelRotation']={31.209,-260.872,-81.853},
  1151. },
  1152. [50017]={
  1153. ['Id']=50017,
  1154. ['AvatarPrefab']='Fashion_Weapon/weapon_Naghtsieger_wand',
  1155. ['ModelPosition']={-0.02,0.029,-0.004},
  1156. ['ModelRotation']={161.542,-80.03799,-79.41901},
  1157. },
  1158. [50018]={
  1159. ['Id']=50018,
  1160. ['AvatarPrefab']='Fashion_Weapon/weapon_Naghtsieger_bow',
  1161. ['ModelPosition']={0.05186963,-0.04759732,0.05024066},
  1162. ['ModelRotation']={51.752,-81.827,-85.16701},
  1163. },
  1164. [50019]={
  1165. ['Id']=50019,
  1166. ['AvatarPrefab']='Fashion_Weapon/weapon_Naghtsieger_dagger_01',
  1167. ['ModelPosition']={-0.034,0.023,-0.022},
  1168. ['ModelRotation']={3.962,-261.712,-85.564},
  1169. },
  1170. [50020]={
  1171. ['Id']=50020,
  1172. ['AvatarPrefab']='Fashion_Weapon/weapon_Naghtsieger_dagger_02',
  1173. ['ModelPosition']={0.031,-0.003,-0.042},
  1174. ['ModelRotation']={-12.452,-268.702,-84.21301},
  1175. },
  1176. [50021]={
  1177. ['Id']=50021,
  1178. ['AvatarPrefab']='Fashion_Weapon/weapon_Naghtsieger_rogue',
  1179. ['ModelPosition']={-0.016,0.027,-0.004},
  1180. ['ModelRotation']={11.848,90.912,-85.567},
  1181. },
  1182. [50022]={
  1183. ['Id']=50022,
  1184. ['AvatarPrefab']='Fashion_Weapon/weapon_Naghtsieger_truncheon',
  1185. ['ModelPosition']={0.052,-0.007,-0.006},
  1186. ['ModelRotation']={82.12601,0,0},
  1187. },
  1188. [50023]={
  1189. ['Id']=50023,
  1190. ['AvatarPrefab']='Fashion_Weapon/weapon_Naghtsieger_srowdshield',
  1191. ['ModelPosition']={-0.034,0.022,-0.012},
  1192. ['ModelRotation']={-221.206,-67.67798,101.899},
  1193. },
  1194. [50024]={
  1195. ['Id']=50024,
  1196. ['AvatarPrefab']='Fashion_Weapon/weapon_Naghtsieger_shield',
  1197. ['ModelPosition']={0.001,0.008,-0.033},
  1198. ['ModelRotation']={16.379,-92.245,-92.83301},
  1199. },
  1200. [50025]={
  1201. ['Id']=50025,
  1202. ['AvatarPrefab']='Fashion_Weapon/weapon_Naghtsieger_Fist_01',
  1203. ['ModelPosition']={0.044,0.005,0.004},
  1204. ['ModelRotation']={22.598,98.314,8.291},
  1205. },
  1206. [50026]={
  1207. ['Id']=50026,
  1208. ['AvatarPrefab']='Fashion_Weapon/weapon_Naghtsieger_Fist_02',
  1209. ['ModelPosition']={-0.054,0.044,0.015},
  1210. ['ModelRotation']={23.449,-81.93301,-1.294},
  1211. },
  1212. [50027]={
  1213. ['Id']=50027,
  1214. ['AvatarPrefab']='Fashion_Weapon/weapon_surtr_bigsword',
  1215. ['ModelPosition']={-0.069,0.032,-0.005},
  1216. ['ModelRotation']={-204.922,-93.92401,-266.946},
  1217. },
  1218. [50028]={
  1219. ['Id']=50028,
  1220. ['AvatarPrefab']='Fashion_Weapon/weapon_surtr_wand',
  1221. ['ModelPosition']={-0.02760178,-0.007345688,0.06425186},
  1222. ['ModelRotation']={212.575,91.35999,87.476},
  1223. },
  1224. [50029]={
  1225. ['Id']=50029,
  1226. ['AvatarPrefab']='Fashion_Weapon/weapon_surtr_bow',
  1227. ['ModelPosition']={0.069,0.011,0.009},
  1228. ['ModelRotation']={96.76398,-9.792999,-9.540985},
  1229. },
  1230. [50030]={
  1231. ['Id']=50030,
  1232. ['AvatarPrefab']='Fashion_Weapon/weapon_surtr_dagger_01',
  1233. ['ModelPosition']={0.004,0.051,0.046},
  1234. ['ModelRotation']={-56.528,72.842,-74.887},
  1235. },
  1236. [50031]={
  1237. ['Id']=50031,
  1238. ['AvatarPrefab']='Fashion_Weapon/weapon_surtr_dagger_02',
  1239. ['ModelPosition']={0.014,0.004,-0.043},
  1240. ['ModelRotation']={-74.566,-73.091,73.205},
  1241. },
  1242. [50032]={
  1243. ['Id']=50032,
  1244. ['AvatarPrefab']='Fashion_Weapon/weapon_surtr_truncheon',
  1245. ['ModelPosition']={0.052,-0.007,-0.006},
  1246. ['ModelRotation']={21.16,-101.314,-86.606},
  1247. ['ModelScale']={1.5,1.5,1.5},
  1248. },
  1249. [50033]={
  1250. ['Id']=50033,
  1251. ['AvatarPrefab']='Fashion_Weapon/weapon_surtr_sword',
  1252. ['ModelPosition']={-0.01202397,0.01206042,-0.002687313},
  1253. ['ModelRotation']={-72.564,-439.253,79.718},
  1254. },
  1255. [50034]={
  1256. ['Id']=50034,
  1257. ['AvatarPrefab']='Fashion_Weapon/weapon_surtr_shield',
  1258. ['ModelPosition']={-0.1790157,-0.006030648,0.07098894},
  1259. ['ModelRotation']={7.255,-81.429,-83.96301},
  1260. },
  1261. [50035]={
  1262. ['Id']=50035,
  1263. ['AvatarPrefab']='Fashion_Weapon/weapon_surtr_Fist_01',
  1264. ['ModelPosition']={-0.09883336,-0.192864,-0.005043937},
  1265. ['ModelRotation']={16.924,80.866,4.586},
  1266. },
  1267. [50036]={
  1268. ['Id']=50036,
  1269. ['AvatarPrefab']='Fashion_Weapon/weapon_surtr_Fist_02',
  1270. ['ModelPosition']={0.013,-0.191,-0.009},
  1271. ['ModelRotation']={10.432,288.198,0.382},
  1272. },
  1273. [50037]={
  1274. ['Id']=50037,
  1275. ['AvatarPrefab']='Fashion_Weapon/weapon_Naghtsieger_rogue_02',
  1276. ['ModelPosition']={0.01,0.019,0.018},
  1277. ['ModelRotation']={12.313,83.471,-87.126},
  1278. },
  1279. [60001]={
  1280. ['Id']=60001,
  1281. ['AvatarPrefab']='Fashion_BodyBack/BodyBack_0001',
  1282. ['ModelPosition']={-0.18,-0.207,0},
  1283. ['ModelRotation']={-90,90,0},
  1284. },
  1285. [60002]={
  1286. ['Id']=60002,
  1287. ['AvatarPrefab']='Fashion_BodyBack/BodyBack_0002',
  1288. ['ModelPosition']={-0.1,-0.1,0},
  1289. ['ModelRotation']={-85,90,0},
  1290. },
  1291. [60003]={
  1292. ['Id']=60003,
  1293. ['AvatarPrefab']='Fashion_BodyBack/BodyBack_0003',
  1294. ['ModelPosition']={1.347,-0.008,0},
  1295. ['ModelRotation']={0,-90,180},
  1296. },
  1297. [60004]={
  1298. ['Id']=60004,
  1299. ['AvatarPrefab']='Fashion_BodyBack/BodyBack_0004',
  1300. ['ModelPosition']={1.31,0.049,-0.02},
  1301. ['ModelRotation']={0,-90,-180},
  1302. },
  1303. [60005]={
  1304. ['Id']=60005,
  1305. ['AvatarPrefab']='Fashion_BodyBack/BodyBack_0005',
  1306. ['ModelPosition']={1.165,-0.165,0},
  1307. ['ModelRotation']={-9,-90,180},
  1308. ['ModelScale']={1.3,1,1},
  1309. },
  1310. [60006]={
  1311. ['Id']=60006,
  1312. ['AvatarPrefab']='Fashion_BodyBack/BodyBack_0006',
  1313. ['ModelPosition']={1.197,-0.924,-0.331},
  1314. ['ModelRotation']={-12.53,-55.078,-18.972},
  1315. },
  1316. [60007]={
  1317. ['Id']=60007,
  1318. ['AvatarPrefab']='Fashion_BodyBack/BodyBack_0007',
  1319. ['ModelPosition']={1.3,0,0},
  1320. ['ModelRotation']={0,-90,-180},
  1321. },
  1322. [60008]={
  1323. ['Id']=60008,
  1324. ['AvatarPrefab']='Fashion_BodyBack/BodyBack_0008',
  1325. ['ModelPosition']={1.72,-0.4,0.07},
  1326. ['ModelRotation']={196,88.53,-3.7},
  1327. ['ModelScale']={1.5,1.5,1.5},
  1328. },
  1329. [60009]={
  1330. ['Id']=60009,
  1331. ['AvatarPrefab']='Fashion_BodyBack/BodyBack_0009',
  1332. ['ModelPosition']={0,0.064,-0.033},
  1333. ['ModelRotation']={-77.923,-161.985,172.844},
  1334. },
  1335. [60010]={
  1336. ['Id']=60010,
  1337. ['AvatarPrefab']='Fashion_BodyBack/BodyBack_0010',
  1338. ['ModelPosition']={-0.049,-0.392,-0.104},
  1339. ['ModelRotation']={-68.246,60.088,34.507},
  1340. },
  1341. [60011]={
  1342. ['Id']=60011,
  1343. ['AvatarPrefab']='Fashion_BodyBack/BodyBack_0011',
  1344. ['ModelPosition']={-0.042,-0.371,-0.052},
  1345. ['ModelRotation']={-63.231,76.964,12.49},
  1346. },
  1347. [60012]={
  1348. ['Id']=60012,
  1349. ['AvatarPrefab']='Fashion_BodyBack/BodyBack_0012',
  1350. ['ModelPosition']={-0.378,-0.47,-0.059},
  1351. ['ModelRotation']={-75.909,53.949,35.073},
  1352. },
  1353. [60013]={
  1354. ['Id']=60013,
  1355. ['AvatarPrefab']='Fashion_BodyBack/BodyBack_0013',
  1356. ['ModelPosition']={0.105,-0.287,0.09},
  1357. ['ModelRotation']={-91.753,1.08,28.38699},
  1358. },
  1359. [60014]={
  1360. ['Id']=60014,
  1361. ['AvatarPrefab']='Fashion_BodyBack/BodyBack_0014',
  1362. ['ModelPosition']={0.12,-0.295,0.09},
  1363. ['ModelRotation']={-67.817,111.366,-65.553},
  1364. ['ModelScale']={1,1.5,1},
  1365. },
  1366. [60015]={
  1367. ['Id']=60015,
  1368. ['AvatarPrefab']='Fashion_BodyBack/BodyBack_0015',
  1369. ['ModelPosition']={1.9,-0.05,0},
  1370. ['ModelRotation']={0,-90,-180},
  1371. ['ModelScale']={1.5,1,1.5},
  1372. },
  1373. [60016]={
  1374. ['Id']=60016,
  1375. ['AvatarPrefab']='Fashion_BodyBack/BodyBack_0016',
  1376. ['ModelPosition']={-0.545,-0.841,0},
  1377. ['ModelRotation']={0,-90,-180},
  1378. ['ModelScale']={1.2,1.2,1.2},
  1379. },
  1380. [60017]={
  1381. ['Id']=60017,
  1382. ['AvatarPrefab']='Fashion_BodyBack/BodyBack_0017',
  1383. ['ModelPosition']={-0.019,-0.441,-0.07},
  1384. ['ModelRotation']={-20,-90,0},
  1385. ['ModelScale']={0.9,0.9,0.9},
  1386. },
  1387. [60018]={
  1388. ['Id']=60018,
  1389. ['AvatarPrefab']='Fashion_BodyBack/BodyBack_0018',
  1390. ['ModelPosition']={0.049,-0.47,-0.007},
  1391. ['ModelRotation']={-2,-90,0},
  1392. },
  1393. [70001]={
  1394. ['Id']=70001,
  1395. ['AvatarPrefab']='Hero_Hair/Women_hair_golden_002',
  1396. },
  1397. [70002]={
  1398. ['Id']=70002,
  1399. ['AvatarPrefab']='Hero_Hair/Women_hair_blue_003',
  1400. },
  1401. [70003]={
  1402. ['Id']=70003,
  1403. ['AvatarPrefab']='Hero_Hair/Women_hair_pink_001',
  1404. },
  1405. [70004]={
  1406. ['Id']=70004,
  1407. ['AvatarPrefab']='Hero_Hair/Man_hair_blue_002',
  1408. },
  1409. [70005]={
  1410. ['Id']=70005,
  1411. ['AvatarPrefab']='Hero_Hair/Man_hair_red_003',
  1412. },
  1413. [70006]={
  1414. ['Id']=70006,
  1415. ['AvatarPrefab']='Hero_Hair/Man_hair_pink_004',
  1416. },
  1417. [80001]={
  1418. ['Id']=80001,
  1419. ['AvatarPrefab']='Hero_Eye/Eyes_Women02',
  1420. },
  1421. [80002]={
  1422. ['Id']=80002,
  1423. ['AvatarPrefab']='Hero_Eye/Eyes_Women03',
  1424. },
  1425. [80003]={
  1426. ['Id']=80003,
  1427. ['AvatarPrefab']='Hero_Eye/Eyes_Women04',
  1428. },
  1429. [80004]={
  1430. ['Id']=80004,
  1431. ['AvatarPrefab']='Hero_Eye/Eyes_Women05',
  1432. },
  1433. [80005]={
  1434. ['Id']=80005,
  1435. ['AvatarPrefab']='Hero_Eye/Eyes_Man02',
  1436. },
  1437. [80006]={
  1438. ['Id']=80006,
  1439. ['AvatarPrefab']='Hero_Eye/Eyes_Man03',
  1440. },
  1441. [80007]={
  1442. ['Id']=80007,
  1443. ['AvatarPrefab']='Hero_Eye/Eyes_Man04',
  1444. },
  1445. [80008]={
  1446. ['Id']=80008,
  1447. ['AvatarPrefab']='Hero_Eye/Eyes_Man05',
  1448. },
  1449. }
  1450. return RoleAvatarCfg