herohouse_5.json 248 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 5053 5054 5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 5271 5272 5273 5274 5275 5276 5277 5278 5279 5280 5281 5282 5283 5284 5285 5286 5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 5318 5319 5320 5321 5322 5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 5335 5336 5337 5338 5339 5340 5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 5464 5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 5490 5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 5505 5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 5672 5673 5674 5675 5676 5677 5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 5700 5701 5702 5703 5704 5705 5706 5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 5729 5730 5731 5732 5733 5734 5735 5736 5737 5738 5739 5740 5741 5742 5743 5744 5745 5746 5747 5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 5758 5759 5760 5761 5762 5763 5764
{
"skeleton": { "hash": "hsLOoUetDmeLB0a9fQWcm55FTiw", "spine": "3.4.02", "width": 473.23, "height": 276.63 },
"bones": [
	{ "name": "root", "scaleX": 0.55, "scaleY": 0.55 },
	{ "name": "All", "parent": "root", "x": -10.36, "y": 92.11 },
	{ "name": "yao01", "parent": "All", "length": 7.78, "rotation": 104.53, "x": -2.36, "y": 0.18 },
	{ "name": "shenti01", "parent": "yao01", "length": 27.92, "rotation": -15.1, "x": 8.06, "y": 1.08 },
	{ "name": "bone", "parent": "shenti01", "length": 22.56, "rotation": -11.57, "x": 27.92 },
	{ "name": "pifeng01", "parent": "shenti01", "x": 35.85, "y": 1.21 },
	{ "name": "bone2", "parent": "pifeng01", "length": 19.31, "rotation": 113.5, "x": -4.42, "y": 8.84 },
	{ "name": "bone3", "parent": "pifeng01", "length": 27.37, "rotation": -102.42, "x": -0.77, "y": -13.68 },
	{ "name": "tou2_01", "parent": "bone", "length": 76.51, "rotation": 0.13, "x": 23, "y": 5.52 },
	{ "name": "toufa_1_01", "parent": "tou2_01", "length": 9.18, "rotation": -169.96, "x": 83.94, "y": 12.1 },
	{ "name": "bone4", "parent": "toufa_1_01", "length": 22.26, "rotation": -12.85, "x": 10.86, "y": -11.97 },
	{ "name": "bone5", "parent": "bone4", "length": 20.55, "rotation": 5.07, "x": 22.26 },
	{ "name": "bone6", "parent": "toufa_1_01", "length": 21.32, "rotation": 20.14, "x": 6.29, "y": 10.35 },
	{ "name": "bone7", "parent": "bone6", "length": 21.95, "rotation": -12.37, "x": 21.32 },
	{ "name": "daimao", "parent": "tou2_01", "length": 14.15, "rotation": -67.68, "x": 89.55, "y": 4.23 },
	{ "name": "bone8", "parent": "daimao", "length": 16.27, "rotation": 26.78, "x": 13.59, "y": 0.42 },
	{ "name": "bone9", "parent": "bone8", "length": 19.65, "rotation": 50.13, "x": 16.27 },
	{ "name": "toufa_3_01", "parent": "tou2_01", "length": 28.77, "rotation": 152.36, "x": 74.55, "y": 33.4 },
	{ "name": "bone10", "parent": "toufa_3_01", "length": 29.59, "rotation": 7.31, "x": 28.77 },
	{ "name": "bone11", "parent": "bone10", "length": 26.07, "rotation": -0.78, "x": 29.59 },
	{ "name": "bone12", "parent": "bone11", "length": 27.46, "rotation": 7.13, "x": 26.07 },
	{ "name": "toufa_4_01", "parent": "tou2_01", "length": 32.65, "rotation": -179.73, "x": 73.74, "y": 12.84 },
	{ "name": "bone13", "parent": "toufa_4_01", "length": 24.67, "rotation": 2.88, "x": 32.65 },
	{ "name": "bone14", "parent": "bone13", "length": 24.77, "rotation": -1.44, "x": 24.67 },
	{ "name": "bone15", "parent": "bone14", "length": 24.93, "rotation": 2.27, "x": 25.14, "y": -0.25 },
	{ "name": "toufa_4", "parent": "tou2_01", "length": 19.66, "rotation": -162.66, "x": 26.87, "y": 31.34 },
	{ "name": "bone16", "parent": "toufa_4", "length": 20.73, "rotation": 5.55, "x": 19.66 },
	{ "name": "bone17", "parent": "bone16", "length": 20.63, "rotation": 2.27, "x": 20.73 },
	{ "name": "bone18", "parent": "root", "x": -762.52, "y": 860.69 },
	{ "name": "jinwei_0010_shenti", "parent": "bone18", "length": 72.92, "rotation": 91.39, "x": 202.4, "y": -552.03 },
	{ "name": "jinwei_0024_pifeng02_1", "parent": "jinwei_0010_shenti", "x": 76.81, "y": 52.26 },
	{
		"name": "jinwei_0024_pifeng02_3",
		"parent": "jinwei_0024_pifeng02_1",
		"length": 29.32,
		"rotation": 178.6,
		"x": -11.72,
		"y": 1.17
	},
	{ "name": "bone19", "parent": "jinwei_0024_pifeng02_3", "length": 40.89, "rotation": -2.93, "x": 29.32 },
	{ "name": "bone20", "parent": "bone19", "length": 37.75, "rotation": -0.24, "x": 40.89 },
	{ "name": "bone21", "parent": "bone20", "length": 41.05, "rotation": -2.67, "x": 37.75 },
	{ "name": "bone22", "parent": "bone21", "length": 38.06, "rotation": -2.05, "x": 41.05 },
	{ "name": "bone23", "parent": "bone22", "length": 38.4, "rotation": -3.09, "x": 38.06 },
	{ "name": "bone24", "parent": "bone23", "length": 35.12, "rotation": 0.69, "x": 38.4 },
	{ "name": "bone25", "parent": "bone24", "length": 35.11, "rotation": -7.04, "x": 35.12 },
	{ "name": "bone26", "parent": "bone25", "length": 28.81, "rotation": -1.73, "x": 35.11 },
	{ "name": "bone27", "parent": "bone26", "length": 24.35, "rotation": -6.36, "x": 28.81 },
	{ "name": "bone28", "parent": "bone27", "length": 23.41, "rotation": -1.1, "x": 24.35 },
	{ "name": "jinwei_0024_pifeng02_2", "parent": "jinwei_0010_shenti", "x": 85.12, "y": -27.08 },
	{ "name": "jinwei_0024_pifeng02_4", "parent": "jinwei_0024_pifeng02_2", "length": 31.06, "rotation": 176.96, "x": -9.2, "y": 2 },
	{ "name": "bone29", "parent": "jinwei_0024_pifeng02_4", "length": 33.71, "rotation": 1.63, "x": 31.06 },
	{ "name": "bone30", "parent": "bone29", "length": 29.33, "rotation": -3.46, "x": 33.71 },
	{ "name": "bone31", "parent": "bone30", "length": 27.56, "rotation": -0.22, "x": 29.33 },
	{ "name": "bone32", "parent": "bone31", "length": 27.56, "x": 27.56 },
	{ "name": "bone33", "parent": "bone32", "length": 31.06, "rotation": 2.05, "x": 27.56 },
	{ "name": "bone34", "parent": "bone33", "length": 33.12, "rotation": -6.05, "x": 31.06 },
	{ "name": "bone35", "parent": "bone34", "length": 33.41, "rotation": -3.01, "x": 33.12 },
	{ "name": "bone36", "parent": "bone35", "length": 29.74, "rotation": -6.64, "x": 33.41 },
	{ "name": "bone37", "parent": "bone36", "length": 30.02, "rotation": -1.61, "x": 29.74 },
	{ "name": "bone38", "parent": "bone37", "length": 30.16, "rotation": -9.1, "x": 30.02 },
	{ "name": "bone39", "parent": "bone38", "length": 23.89, "rotation": 6.27, "x": 30.16 },
	{ "name": "bone40", "parent": "bone39", "length": 15.26, "rotation": -13.73, "x": 23.89 },
	{ "name": "hand00", "parent": "root", "x": 48.04, "y": 70.79 },
	{ "name": "hand20", "parent": "root", "x": -75.48, "y": 79.66 },
	{ "name": "jinwei_0003_youbi1", "parent": "bone18", "length": 29.96, "rotation": -91.36, "x": 103.1, "y": -598.75 },
	{ "name": "jinwei_0000_youbi2", "parent": "jinwei_0003_youbi1", "length": 37.34, "rotation": 2.78, "x": -15.23, "y": -8.19 },
	{ "name": "jinwei_0023_zuobi", "parent": "bone18", "length": 41.65, "rotation": -82.08, "x": 261.37, "y": -605.71 },
	{ "name": "jinwei_0000_youbi2_3", "parent": "jinwei_0023_zuobi", "length": 20.59, "rotation": 2.4, "x": -7.42, "y": 3.47 },
	{ "name": "jinwei_0001_youshou", "parent": "jinwei_0003_youbi1", "length": 24.64, "rotation": -5.35, "x": 52.17, "y": -0.94 },
	{ "name": "jinwei_0004_jian3", "parent": "jinwei_0001_youshou", "length": 104.19, "rotation": 78.87, "x": 9.82, "y": -56.83 },
	{ "name": "jinwei_0005_youjian", "parent": "jinwei_0010_shenti", "x": 84.38, "y": 26.67 },
	{ "name": "jinwei_0006_weijing", "parent": "jinwei_0010_shenti", "x": 96.09, "y": 0.83 },
	{ "name": "jinwei_0008_tou", "parent": "jinwei_0010_shenti", "length": 48.8, "rotation": -20.42, "x": 90.38, "y": 2.28 },
	{ "name": "jinwei_0007_yan", "parent": "jinwei_0008_tou", "x": 32.05, "y": -34.38 },
	{ "name": "jinwei_0009_zuojian", "parent": "jinwei_0010_shenti", "x": 93.62, "y": -29.37 },
	{ "name": "jinwei_0011_yaodai", "parent": "jinwei_0010_shenti", "x": -30.67, "y": -0.44 },
	{ "name": "jinwei_0012_youjia", "parent": "jinwei_0011_yaodai", "length": 32.85, "rotation": 165.79, "x": -3.79, "y": 23.4 },
	{ "name": "jinwei_0013_zuojia", "parent": "jinwei_0011_yaodai", "length": 36.87, "rotation": -172.3, "x": -12.55, "y": -42.84 },
	{ "name": "jinwei_0014_dangbu", "parent": "jinwei_0011_yaodai", "x": -22.44, "y": -24.21 },
	{ "name": "jinwei_0015_yao", "parent": "jinwei_0010_shenti", "x": -14.03, "y": 0.59 },
	{ "name": "jinwei_0016_kua", "parent": "jinwei_0011_yaodai", "x": 11.89, "y": 11.36 },
	{ "name": "jinwei_0022_zuotui", "parent": "bone18", "length": 105.1, "rotation": -82.72, "x": 244.73, "y": -721.82 },
	{ "name": "jinwei_0021_zuojiao01", "parent": "jinwei_0022_zuotui", "x": 118.72, "y": 1.61 },
	{ "name": "jinwei_0020_zuojiao02", "parent": "jinwei_0021_zuojiao01", "length": 23.31, "rotation": 79.99, "x": 4.33, "y": 25.16 },
	{ "name": "jinwei_0022_zuotui2", "parent": "bone18", "length": 105.1, "rotation": -97.65, "x": 147.63, "y": -721.65 },
	{ "name": "jinwei_0021_zuojiao1", "parent": "jinwei_0022_zuotui2", "rotation": 13.7, "x": 118.72, "y": 1.61 },
	{ "name": "jinwei_0020_zuojiao2", "parent": "jinwei_0021_zuojiao1", "length": 23.31, "rotation": 79.99, "x": 4.33, "y": 25.16 },
	{ "name": "jinwei_0026_lingmao", "parent": "jinwei_0008_tou", "x": 65.64, "y": 5.62 },
	{ "name": "pidai01", "parent": "All", "x": -1.8, "y": -1.59 },
	{ "name": "pingzi", "parent": "hand20", "length": 23.83, "rotation": 56.68, "x": 67.18, "y": -368.08 },
	{ "name": "qunzi01", "parent": "All", "length": 20.99, "rotation": -85.65, "x": -0.74, "y": -5.56 },
	{ "name": "yan01", "parent": "tou2_01", "x": 26.69, "y": -15.44 },
	{ "name": "yaoshui", "parent": "pingzi", "x": -1.24, "y": 2.2 },
	{ "name": "youer01", "parent": "tou2_01", "length": 31.76, "rotation": 116.77, "x": 15.86, "y": 28.78 },
	{ "name": "youjiao01", "parent": "root", "length": 38.93, "rotation": -108.79, "x": -42.03, "y": 41.71 },
	{ "name": "zuoer01", "parent": "tou2_01", "length": 25.62, "rotation": -98.4, "x": 28.65, "y": -23.31 },
	{ "name": "zuojiao01", "parent": "root", "length": 36.78, "rotation": -51.21, "x": 30.66, "y": 33.77 }
],
"slots": [
	{ "name": "zuojiao01", "bone": "zuojiao01", "attachment": "zuojiao01" },
	{ "name": "youjiao01", "bone": "youjiao01", "attachment": "youjiao02" },
	{ "name": "hand20", "bone": "hand20", "attachment": "youshou01" },
	{ "name": "toufa_4_01", "bone": "toufa_4_01", "attachment": "toufa_4_02" },
	{ "name": "pifengbeimian01", "bone": "pifeng01", "attachment": "pifengbeimian01" },
	{ "name": "zuoer01", "bone": "zuoer01", "attachment": "zuoer01" },
	{ "name": "tou2_01", "bone": "tou2_01", "attachment": "tou01" },
	{ "name": "mianzhao01", "bone": "bone", "attachment": "mianzhao01" },
	{ "name": "shengti01", "bone": "shenti01", "attachment": "shengti01" },
	{ "name": "qunzi01", "bone": "qunzi01", "attachment": "qunzi01" },
	{ "name": "pidai01", "bone": "pidai01", "attachment": "pidai01" },
	{ "name": "pifeng01", "bone": "pifeng01", "attachment": "pifeng01" },
	{ "name": "hand00", "bone": "hand00", "attachment": "zuoshou01" },
	{ "name": "toufa_1_01", "bone": "toufa_1_01", "attachment": "toufa_1_01" },
	{ "name": "daimao", "bone": "daimao", "attachment": "daimao" },
	{ "name": "toufa_3_01", "bone": "toufa_3_01", "attachment": "toufa_3_01" },
	{ "name": "youer01", "bone": "youer01", "attachment": "youer01" },
	{ "name": "toufa_4", "bone": "toufa_4", "attachment": "toufa_4" },
	{ "name": "yan01", "bone": "yan01", "attachment": "yan01" },
	{ "name": "jinwei_0000_youbi2_3", "bone": "jinwei_0000_youbi2_3", "attachment": "jinwei_0000_youbi2_3" },
	{ "name": "jinwei_0026_lingmao", "bone": "jinwei_0026_lingmao", "attachment": "jinwei_0026_lingmao" },
	{ "name": "jinwei_0024_pifeng02_1", "bone": "jinwei_0024_pifeng02_3", "attachment": "jinwei_0024_pifeng02_1" },
	{ "name": "jinwei_0024_pifeng02_2", "bone": "jinwei_0024_pifeng02_4", "attachment": "jinwei_0024_pifeng02_1" },
	{ "name": "jinwei_0023_zuobi", "bone": "jinwei_0023_zuobi", "attachment": "jinwei_0023_zuobi" },
	{ "name": "jinwei_0022_zuotui", "bone": "jinwei_0022_zuotui", "attachment": "jinwei_0022_zuotui" },
	{ "name": "jinwei_0022_zuotui2", "bone": "jinwei_0022_zuotui2", "attachment": "jinwei_0022_zuotui" },
	{ "name": "jinwei_0021_zuojiao01", "bone": "jinwei_0021_zuojiao01", "attachment": "jinwei_0021_zuojiao01" },
	{ "name": "jinwei_0021_zuojiao1", "bone": "jinwei_0021_zuojiao1", "attachment": "jinwei_0021_zuojiao01" },
	{ "name": "jinwei_0020_zuojiao02", "bone": "jinwei_0020_zuojiao02", "attachment": "jinwei_0020_zuojiao02" },
	{ "name": "jinwei_0020_zuojiao2", "bone": "jinwei_0020_zuojiao2", "attachment": "jinwei_0020_zuojiao02" },
	{ "name": "jinwei_0016_kua", "bone": "jinwei_0016_kua", "attachment": "jinwei_0016_kua" },
	{ "name": "jinwei_0015_yao", "bone": "jinwei_0015_yao", "attachment": "jinwei_0015_yao" },
	{ "name": "jinwei_0013_zuojia", "bone": "jinwei_0013_zuojia", "attachment": "jinwei_0013_zuojia" },
	{ "name": "jinwei_0014_dangbu", "bone": "jinwei_0014_dangbu", "attachment": "jinwei_0014_dangbu" },
	{ "name": "jinwei_0012_youjia", "bone": "jinwei_0012_youjia", "attachment": "jinwei_0012_youjia" },
	{ "name": "jinwei_0011_yaodai", "bone": "jinwei_0011_yaodai", "attachment": "jinwei_0011_yaodai" },
	{ "name": "jinwei_0010_shenti", "bone": "jinwei_0010_shenti", "attachment": "jinwei_0010_shenti" },
	{ "name": "jinwei_0009_zuojian", "bone": "jinwei_0009_zuojian", "attachment": "jinwei_0009_zuojian" },
	{ "name": "jinwei_0008_tou", "bone": "jinwei_0008_tou", "attachment": "jinwei_0008_tou" },
	{ "name": "jinwei_0007_yan", "bone": "jinwei_0007_yan", "attachment": "jinwei_0007_yan" },
	{ "name": "jinwei_0006_weijing", "bone": "jinwei_0006_weijing", "attachment": "jinwei_0006_weijing" },
	{ "name": "jinwei_0005_youjian", "bone": "jinwei_0005_youjian", "attachment": "jinwei_0005_youjian" },
	{ "name": "jinwei_0004_jian3", "bone": "jinwei_0004_jian3", "attachment": "jinwei_0004_jian3" },
	{ "name": "jinwei_0003_youbi1", "bone": "jinwei_0003_youbi1", "attachment": "jinwei_0003_youbi1" },
	{ "name": "jinwei_0001_youshou", "bone": "jinwei_0001_youshou", "attachment": "jinwei_0001_youshou" },
	{ "name": "jinwei_0000_youbi2", "bone": "jinwei_0000_youbi2", "attachment": "jinwei_0000_youbi2" },
	{ "name": "pingzi", "bone": "pingzi" },
	{ "name": "yaoshui", "bone": "yaoshui" }
],
"skins": {
	"default": {
		"daimao": {
			"daimao": {
				"type": "mesh",
				"uvs": [ 0.66553, 0, 0.77583, 0.34041, 0.69797, 0.61274, 0.52929, 0.79641, 0.27627, 0.86608, 0, 0.90408, 0, 1, 0.34763, 1, 0.6331, 0.94208, 0.88612, 0.77108, 1, 0.60641, 1, 0.28974, 0.86666, 0 ],
				"triangles": [ 1, 0, 12, 1, 12, 11, 1, 11, 10, 2, 1, 10, 9, 2, 10, 8, 3, 2, 8, 2, 9, 6, 5, 4, 7, 4, 3, 7, 3, 8, 6, 4, 7 ],
				"vertices": [ 2, 14, 24.68, 34.91, 0, 16, 25.68, 9.47999, 1, 2, 14, 26.58, 20.04, 0, 16, 11.61, 4.27, 1, 3, 14, 21.39, 9.35999, 0, 15, 10.99, 4.46, 0.85749, 16, 0.03, 6.91, 0.14249, 1, 15, 0.82, 2.47, 1, 1, 14, 2.47, 1.98, 1, 2, 14, -8.95, 2.44, 1, 16, -13.56, 34.9, 0, 2, 14, -9.67, -1.52, 1, 16, -17.58, 34.7, 0, 2, 14, 4.35, -4.07, 1, 16, -16.89, 20.46999, 0, 2, 14, 16.29999, -3.77, 0.99999, 16, -13.9, 8.89, 0, 3, 14, 27.79, 1.43, 0.00473, 15, 13.13, -5.49, 0.97799, 16, -6.22, -1.11, 0.01726, 2, 15, 21.03, -2.79, 0.10302, 16, 0.9, -5.44, 0.89697, 2, 14, 36, 20.49, 0, 16, 14.18, -4.8, 1, 1, 16, 26.07, 1.24, 1 ],
				"hull": 13
			}
		},
		"hand00": {
			"shou02": { "x": -0.53, "y": -0.62, "width": 36, "height": 36 },
			"shou03": { "x": -0.53, "y": -0.62, "width": 37, "height": 37 },
			"shou04": { "x": -0.53, "y": -0.62, "width": 36, "height": 35 },
			"shou13": { "x": 5.17, "y": 0.88, "rotation": 18.52, "width": 32, "height": 34 },
			"shou15": { "x": 1.11, "y": 3.14, "rotation": 84.46, "width": 43, "height": 44 },
			"shou16": { "x": 6.31, "y": -1.73, "rotation": -90.12, "width": 44, "height": 37 },
			"shou18": { "x": 7.88, "y": -0.65, "width": 39, "height": 44 },
			"shou21": { "x": -2.05, "y": -4.98, "rotation": 57.63, "width": 50, "height": 39 },
			"shou23": { "x": 8.88, "y": -1.57, "rotation": -30.9, "width": 49, "height": 37 },
			"shou26": { "x": 5.2, "y": -7.08, "rotation": -106.61, "width": 51, "height": 40 },
			"zuoshou01": { "x": -0.88, "y": -0.6, "width": 34, "height": 36 }
		},
		"hand20": {
			"shou05": { "x": 0.09, "y": -1.24, "width": 32, "height": 36 },
			"shou06": { "x": -2.11, "y": -3.45, "rotation": -4.39, "width": 34, "height": 36 },
			"shou07": { "x": -0.75, "y": -0.28, "width": 36, "height": 32 },
			"shou09": { "x": -3.58, "y": -10.98, "rotation": -85.65, "width": 51, "height": 36 },
			"shou11": { "x": -3.41, "y": -5.71, "rotation": -93.41, "width": 43, "height": 32 },
			"shou14": { "x": -4.23, "y": 8.76, "width": 44, "height": 48 },
			"shou17": { "x": 2.81, "y": -4.99, "rotation": -111.54, "width": 50, "height": 45 },
			"shou20": { "x": -4.67, "y": -10.44, "rotation": -117.12, "width": 48, "height": 33 },
			"shou27": { "x": -2.71, "y": -11.01, "rotation": -73.64, "width": 50, "height": 46 },
			"shou28": { "x": 2.57, "y": -13.2, "rotation": -87.91, "width": 48, "height": 39 },
			"youshou01": { "x": -1.35, "y": 0.72, "width": 36, "height": 36 }
		},
		"jinwei_0000_youbi2": {
			"jinwei_0000_youbi2": { "x": 45.69, "y": -2.61, "rotation": 78.68, "width": 67, "height": 123 }
		},
		"jinwei_0000_youbi2_3": {
			"jinwei_0000_youbi2_3": { "x": 39.67, "y": -2.62, "rotation": 81.86, "width": 72, "height": 114 }
		},
		"jinwei_0001_youshou": {
			"jinwei_0001_youshou": { "x": 24.94, "y": 8.89, "rotation": 86.82, "width": 52, "height": 57 },
			"jinwei_0001_youshou2": { "x": 30.72, "y": 25.09, "rotation": 87.51, "width": 85, "height": 80 }
		},
		"jinwei_0003_youbi1": {
			"jinwei_0003_youbi1": { "x": 32.75, "y": -0.08, "rotation": 81.46, "width": 50, "height": 85 }
		},
		"jinwei_0004_jian3": {
			"jinwei_0004_jian3": {
				"type": "mesh",
				"uvs": [ 0.19986, 0.13972, 0.18363, 0.24326, 0.1962, 0.25585, 0.22343, 0.28104, 0.21924, 0.32021, 0.40708, 0.62058, 0.88529, 1, 0.99815, 0.99454, 0.91101, 0.75728, 0.45624, 0.22067, 0.24877, 0.12532, 0.23881, 0.17632, 0.21011, 0.15104 ],
				"triangles": [ 11, 10, 9, 1, 0, 12, 1, 12, 11, 2, 1, 11, 3, 2, 11, 3, 11, 9, 9, 4, 3, 5, 4, 9, 5, 9, 8, 6, 5, 8, 6, 8, 7 ],
				"vertices": [ -75.11, 17.68, -77.53, -10.61, -68.47, -11.04, -49, -11.46, -48.65, -21.76, 95.49, -55.2, 432.62, -47.54, 504.83, -22.85, 430.36, 16.23, 96.13, 51.28, -44.76, 31.28, -47.22, 16.93, -67.64, 17.08 ],
				"hull": 13
			}
		},
		"jinwei_0005_youjian": {
			"jinwei_0005_youjian": { "x": -12.05, "y": 19.44, "rotation": -91.39, "width": 107, "height": 100 }
		},
		"jinwei_0006_weijing": {
			"jinwei_0006_weijing": { "x": 0.97, "y": -9.84, "rotation": -91.39, "width": 127, "height": 82 }
		},
		"jinwei_0007_yan": {
			"jinwei_0007_yan": { "x": 5.92, "y": -1.11, "rotation": -70.97, "width": 23, "height": 23 }
		},
		"jinwei_0008_tou": {
			"jinwei_0008_tou": { "x": 46.14, "y": -4.4, "rotation": -70.97, "width": 104, "height": 122 }
		},
		"jinwei_0009_zuojian": {
			"jinwei_0009_zuojian": { "x": -21.93, "y": -23.59, "rotation": -91.39, "width": 58, "height": 73 }
		},
		"jinwei_0010_shenti": {
			"jinwei_0010_shenti": { "x": 42.05, "y": -1.21, "rotation": -91.39, "width": 119, "height": 126 }
		},
		"jinwei_0011_yaodai": {
			"jinwei_0011_yaodai": { "x": -20.57, "y": -0.6, "rotation": -91.39, "width": 109, "height": 80 }
		},
		"jinwei_0012_youjia": {
			"jinwei_0012_youjia": { "x": 41.64, "y": 3.89, "rotation": 102.8, "width": 77, "height": 80 }
		},
		"jinwei_0013_zuojia": {
			"jinwei_0013_zuojia": { "x": 39.69, "y": -0.76, "rotation": 80.9, "width": 14, "height": 68 }
		},
		"jinwei_0014_dangbu": {
			"jinwei_0014_dangbu": { "x": -51.07, "y": 6.43, "rotation": -91.39, "width": 48, "height": 108 }
		},
		"jinwei_0015_yao": {
			"jinwei_0015_yao": { "x": 18.4, "y": -5.61, "rotation": -91.39, "width": 81, "height": 75 }
		},
		"jinwei_0016_kua": {
			"jinwei_0016_kua": { "x": -45.76, "y": -7.65, "rotation": -91.39, "width": 115, "height": 94 }
		},
		"jinwei_0020_zuojiao02": {
			"jinwei_0020_zuojiao02": { "x": 19.49, "y": 1.18, "rotation": 2.72, "width": 49, "height": 39 }
		},
		"jinwei_0020_zuojiao2": {
			"jinwei_0020_zuojiao02": { "x": 19.49, "y": 1.18, "rotation": 2.72, "width": 49, "height": 39 }
		},
		"jinwei_0021_zuojiao01": {
			"jinwei_0021_zuojiao01": { "x": -1.28, "y": 6.44, "rotation": 82.72, "width": 41, "height": 46 }
		},
		"jinwei_0021_zuojiao1": {
			"jinwei_0021_zuojiao01": { "x": -1.28, "y": 6.44, "rotation": 82.72, "width": 41, "height": 46 }
		},
		"jinwei_0022_zuotui": {
			"jinwei_0022_zuotui": { "x": 43.76, "y": 2.39, "rotation": 82.72, "width": 46, "height": 140 }
		},
		"jinwei_0022_zuotui2": {
			"jinwei_0022_zuotui": { "x": 43.76, "y": 2.39, "rotation": 82.72, "width": 46, "height": 140 }
		},
		"jinwei_0023_zuobi": {
			"jinwei_0023_zuobi": { "x": 43.5, "y": 1.95, "rotation": 53.53, "width": 95, "height": 114 }
		},
		"jinwei_0024_pifeng02_1": {
			"jinwei_0024_pifeng02_1": {
				"type": "mesh",
				"uvs": [ 0.5183, 0.00802, 0.38998, 0.04658, 0.32804, 0.09179, 0.31034, 0.15695, 0.30591, 0.2261, 0.29706, 0.29924, 0.28821, 0.36839, 0.26609, 0.43754, 0.25724, 0.50935, 0.23954, 0.57052, 0.22184, 0.63302, 0.20857, 0.68621, 0.18644, 0.7527, 0.15105, 0.81121, 0.10237, 0.88169, 0.05812, 0.94153, 0, 1, 0.1422, 0.9535, 0.27494, 0.90429, 0.42538, 0.84445, 0.54485, 0.78727, 0.67317, 0.72078, 0.76166, 0.66094, 0.83246, 0.58248, 0.86343, 0.50935, 0.89883, 0.4402, 0.91653, 0.37105, 0.95193, 0.30057, 0.9829, 0.23009, 1, 0.1636, 1, 0.09578, 0.96963, 0.04126, 0.79264, 0.0027, 0.62892, 0, 0.25671, 0.84065, 0.31159, 0.77834, 0.39087, 0.73069, 0.43769, 0.65863, 0.49167, 0.6162, 0.53303, 0.5315, 0.5632, 0.4581, 0.57519, 0.40305, 0.59326, 0.33884, 0.61746, 0.28381, 0.62945, 0.22143, 0.64141, 0.15172, 0.67772, 0.071 ],
				"triangles": [ 15, 14, 17, 16, 15, 17, 13, 12, 34, 18, 34, 35, 18, 35, 19, 17, 14, 13, 17, 13, 34, 17, 34, 18, 36, 35, 10, 12, 11, 35, 36, 37, 20, 34, 12, 35, 19, 36, 20, 35, 36, 19, 38, 37, 8, 10, 9, 37, 21, 38, 39, 22, 21, 39, 36, 10, 37, 35, 11, 10, 20, 38, 21, 37, 38, 20, 38, 8, 39, 37, 9, 8, 40, 6, 41, 39, 7, 6, 40, 41, 24, 40, 39, 6, 8, 7, 39, 23, 40, 24, 22, 39, 40, 23, 22, 40, 5, 4, 42, 41, 6, 5, 42, 41, 5, 25, 43, 26, 42, 43, 25, 24, 41, 42, 25, 24, 42, 26, 43, 44, 44, 43, 1, 1, 43, 3, 43, 4, 3, 42, 4, 43, 27, 26, 44, 45, 44, 1, 28, 45, 46, 27, 45, 28, 44, 45, 27, 1, 3, 2, 46, 33, 32, 45, 33, 46, 31, 30, 29, 45, 0, 33, 45, 1, 0, 29, 32, 31, 32, 28, 46, 29, 28, 32 ],
				"vertices": [ 2, 31, -4.98, -14.48, 0.97824, 32, -33.52, -16.21999, 0.02175, 2, 31, 9.51, -28.98, 0.75832, 32, -18.29999, -29.96, 0.24167, 3, 31, 26.51, -35.98, 0.42847, 32, -0.96, -36.08, 0.5583, 33, -41.7, -36.25999, 0.0132, 4, 31, 51.01, -37.98, 0.07152, 32, 23.6, -36.82, 0.73909, 33, -17.12999, -36.9, 0.18873, 34, -53.11, -39.41999, 6.4E-4, 3, 32, 49.59, -35.99, 0.3224, 33, 8.85, -35.95, 0.60224, 34, -27.19, -37.25999, 0.07534, 4, 32, 77.11, -35.58, 0.0244, 33, 36.36, -35.43, 0.49865, 34, 0.26, -35.45, 0.46294, 35, -39.5, -36.89, 0.01398, 3, 33, 62.38, -34.98, 0.08984, 34, 26.22, -33.79, 0.68531, 35, -13.61, -34.3, 0.22484, 4, 33, 87.48, -36.09, 7.9E-4, 34, 51.35, -33.73, 0.22361, 35, 11.49, -33.34, 0.70469, 36, -24.72, -34.73, 0.07089, 4, 34, 77.96, -33.50999, 0.00212, 35, 38.08, -32.16999, 0.48511, 36, 1.76, -32.12, 0.51103, 37, -37.03, -31.67, 0.00171, 3, 35, 62.42, -29.3, 0.06107, 36, 25.9, -27.94, 0.7614, 37, -12.84, -27.78, 0.17751, 3, 36, 49.35, -25.42, 0.27414, 37, 10.63, -25.55, 0.68223, 38, -21.16, -28.36, 0.04361, 3, 36, 69.26999, -23.07, 0.01843, 37, 30.58, -23.45, 0.60834, 38, -1.63, -23.83, 0.37321, 3, 37, 55.62, -21.43, 0.05903, 38, 22.97, -18.76, 0.79032, 39, -11.55, -19.11, 0.15063, 3, 38, 45.16, -16.01, 0.18582, 39, 10.53, -15.7, 0.79445, 40, -16.42, -17.62999, 0.01971, 2, 39, 37.38, -12.23, 0.16147, 40, 9.87, -11.2, 0.83851, 2, 40, 32.33, -6.04, 0.10933, 41, 8.09, -5.89, 0.89066, 1, 41, 30.69, -1.93, 1, 2, 40, 32.31, 4.46, 0.09335, 41, 7.86, 4.61, 0.90664, 2, 39, 39.03, 8.97, 0.15358, 40, 9.16, 10.05, 0.8464, 3, 38, 47.85, 17.29999, 0.18015, 39, 12.21, 17.67, 0.80542, 40, -18.45999, 15.72, 0.01441, 3, 37, 61.17, 20.73, 0.07081, 38, 23.3, 23.77, 0.76917, 39, -12.52, 23.4, 0.15999, 3, 36, 72.01, 30.94, 0.04003, 37, 33.98, 30.52, 0.5909, 38, -4.88, 30.15, 0.36906, 4, 35, 87.98, 33.81, 0.00146, 36, 48.02, 36.46, 0.3586, 37, 10.05, 36.34, 0.58422, 38, -29.34, 32.99, 0.05571, 3, 35, 57.66, 37.68, 0.16157, 36, 17.53, 38.68, 0.71716, 37, -20.39, 38.93, 0.12125, 4, 34, 72.31, 36.25999, 0.05101, 35, 29.94, 37.36, 0.61163, 36, -10.12, 36.87, 0.33595, 37, -48.08, 37.45, 0.00138, 4, 33, 85.51, 35.4, 7.6E-4, 34, 46.04, 37.59, 0.41691, 35, 3.64, 37.74, 0.544, 36, -36.41, 35.83, 0.03831, 3, 33, 59.44, 35.95, 0.14238, 34, 19.96999, 36.93, 0.74097, 35, -22.38, 36.15, 0.11663, 4, 32, 73.82, 38.34, 0.05184, 33, 32.75, 38.48, 0.58893, 34, -6.79, 38.2, 0.35845, 35, -49.18, 36.46, 7.6E-4, 4, 31, 78.51, 38.00999, 0.00811, 32, 47.17, 40.48, 0.37287, 33, 6.1, 40.5, 0.57665, 34, -33.50999, 38.98, 0.04233, 3, 31, 53.51, 39.93999, 0.12812, 32, 22.11, 41.12, 0.67366, 33, -18.95999, 41.04, 0.1982, 3, 31, 28.01, 39.93999, 0.51876, 32, -3.35, 39.82, 0.46043, 33, -44.42, 39.63, 0.02079, 2, 31, 7.51, 36.50999, 0.81147, 32, -23.65, 35.34, 0.18852, 1, 31, -6.98, 16.51, 1, 1, 31, -8, -1.98, 1, 1, 39, 17.09, -0.79, 1, 2, 38, 27.96, -2.38, 0.74279, 39, -7.07, -2.59999, 0.2572, 2, 37, 43.35, -0.19, 0.21148, 38, 8.18, 0.82, 0.78851, 1, 37, 15.37, -0.37, 1, 2, 36, 37.04, 2.87, 0.5, 37, -1.33, 2.89, 0.5, 2, 35, 43.14, 1.28, 0.5, 36, 5, 1.55, 0.5, 1, 35, 15.37, 0.9, 1, 2, 34, 35.74, -0.38, 0.74256, 35, -5.29, -0.57, 0.25742, 1, 34, 11.54, -0.78, 1, 1, 33, 28.46, 0.28, 1, 2, 32, 45.88, 0.33, 0.30697, 33, 4.98999, 0.35, 0.69302, 1, 32, 19.66, 0.37, 1, 1, 31, 18.66, 3.49, 1 ],
				"hull": 34
			}
		},
		"jinwei_0024_pifeng02_2": {
			"jinwei_0024_pifeng02_1": {
				"type": "mesh",
				"uvs": [ 0.5183, 0.00802, 0.38998, 0.04658, 0.32804, 0.09179, 0.31034, 0.15695, 0.30591, 0.2261, 0.29706, 0.29924, 0.28821, 0.36839, 0.26609, 0.43754, 0.25724, 0.50935, 0.23954, 0.57052, 0.22184, 0.63302, 0.20857, 0.68621, 0.18644, 0.7527, 0.15105, 0.81121, 0.10237, 0.88169, 0.05812, 0.94153, 0, 1, 0.1422, 0.9535, 0.27494, 0.90429, 0.42538, 0.84445, 0.54485, 0.78727, 0.67317, 0.72078, 0.76166, 0.66094, 0.83246, 0.58248, 0.86343, 0.50935, 0.89883, 0.4402, 0.91653, 0.37105, 0.95193, 0.30057, 0.9829, 0.23009, 1, 0.1636, 1, 0.09578, 0.96963, 0.04126, 0.79264, 0.0027, 0.62892, 0, 0.25671, 0.84065, 0.31159, 0.77834, 0.39087, 0.73069, 0.43769, 0.65863, 0.49167, 0.6162, 0.53303, 0.5315, 0.5632, 0.4581, 0.57519, 0.40305, 0.59326, 0.33884, 0.61746, 0.28381, 0.62945, 0.22143, 0.64141, 0.15172, 0.67772, 0.071 ],
				"triangles": [ 16, 15, 17, 15, 14, 17, 17, 34, 18, 17, 13, 34, 17, 14, 13, 18, 34, 35, 13, 12, 34, 18, 35, 19, 35, 36, 19, 19, 36, 20, 34, 12, 35, 12, 11, 35, 36, 35, 10, 35, 11, 10, 36, 37, 20, 36, 10, 37, 37, 38, 20, 20, 38, 21, 21, 38, 39, 10, 9, 37, 38, 37, 8, 37, 9, 8, 22, 21, 39, 38, 8, 39, 22, 39, 40, 8, 7, 39, 39, 7, 6, 23, 22, 40, 23, 40, 24, 40, 39, 6, 40, 41, 24, 25, 24, 42, 40, 6, 41, 24, 41, 42, 42, 41, 5, 41, 6, 5, 42, 43, 25, 25, 43, 26, 5, 4, 42, 42, 4, 43, 27, 26, 44, 43, 4, 3, 44, 43, 1, 26, 43, 44, 44, 45, 27, 45, 44, 1, 1, 3, 2, 27, 45, 28, 28, 45, 46, 1, 43, 3, 29, 28, 32, 32, 28, 46, 29, 32, 31, 45, 1, 0, 45, 0, 33, 31, 30, 29, 45, 33, 46, 46, 33, 32 ],
				"vertices": [ 1, 43, -2.08999, -13.65, 1, 2, 43, 12.81, -27.73, 0.7922, 44, -19.04, -27.2, 0.20779, 3, 43, 30, -34.24, 0.45408, 44, -2.04, -34.2, 0.51816, 45, -33.62, -36.3, 0.02775, 4, 43, 54.55, -35.54, 0.088, 44, 22.45, -36.2, 0.61101, 45, -9.04, -36.81, 0.28698, 46, -38.23, -36.96, 0.01398, 4, 44, 48.45, -36.7, 0.20784, 45, 16.93, -35.74, 0.54479, 46, -12.25, -35.79, 0.23689, 47, -39.82, -35.79, 0.01046, 5, 44, 75.94999, -37.7, 0.00946, 45, 44.44, -35.07, 0.18928, 46, 15.24, -35.00999, 0.55988, 47, -12.31, -35.00999, 0.23308, 48, -41.09999, -33.56, 0.00827, 5, 45, 70.44999, -34.5, 0.00758, 46, 41.25, -34.34, 0.20868, 47, 13.69, -34.34, 0.57129, 48, -15.08, -33.82, 0.20542, 49, -42.32, -38.5, 0.00701, 5, 46, 66.36, -35.22, 0.00971, 47, 38.8, -35.22, 0.26502, 48, 9.97, -35.59999, 0.5624, 49, -17.20999, -37.63, 0.1612, 50, -48.29, -40.23, 0.00165, 4, 47, 65.41, -36.00999, 0.0181, 48, 36.53, -37.34999, 0.33851, 49, 9.37, -36.56, 0.54439, 50, -21.79, -37.75999, 0.09898, 4, 48, 61.03, -37.15, 0.05326, 49, 33.72, -33.77, 0.45856, 50, 2.36999, -33.7, 0.45867, 51, -26.93, -37.06, 0.0295, 5, 48, 84.58, -38.47, 3.9E-4, 49, 57.28, -32.61, 0.08534, 50, 25.83, -31.29, 0.58957, 51, -3.9, -31.96, 0.319, 52, -32.73, -32.9, 0.00566, 3, 50, 45.76, -29.05, 0.22076, 51, 15.63, -27.43, 0.63789, 52, -13.33, -27.81, 0.14133, 4, 50, 70.79, -26.86, 0.00191, 51, 40.24, -22.35, 0.24705, 52, 11.12, -22.05, 0.68615, 53, -15.17, -24.76, 0.06486, 3, 52, 33.22, -18.68, 0.35836, 53, 6.11, -17.94, 0.63906, 54, -25.86, -15.2, 0.00255, 3, 52, 60.07, -15.27, 0.00186, 53, 32.08, -10.32, 0.47664, 54, 0.78, -10.47, 0.52148, 2, 54, 23.52, -6.76, 0.47709, 55, 1.25, -6.65, 0.5229, 1, 55, 22.96, 0.77, 1, 2, 54, 24.17, 3.73, 0.51823, 55, -0.6, 3.69, 0.48175, 2, 53, 30.41, 10.87, 0.498, 54, 1.43, 10.78, 0.50199, 2, 52, 34.96, 14.69, 0.39297, 53, 2.55, 15.29, 0.60702, 4, 50, 76.04, 15.34, 4.0E-4, 51, 40.56, 20.17, 0.25677, 52, 10.24, 20.46999, 0.7342, 53, -22.76, 17.08, 0.00861, 3, 50, 48.78, 24.94, 0.223, 51, 12.38, 26.55, 0.68405, 52, -18.1, 26.05, 0.09293, 3, 49, 59.51, 29.24, 0.09074, 50, 24.81, 30.59, 0.64784, 51, -12.07, 29.39, 0.2614, 4, 48, 63.62, 29.94, 0.05243, 49, 29.21, 33.21, 0.56273, 50, -5.65, 32.96, 0.37777, 51, -42.62, 28.22, 0.00705, 4, 47, 62.4, 33.93, 0.0308, 48, 36.03, 32.66, 0.419, 49, 1.49, 33, 0.51134, 50, -33.32, 31.29, 0.03883, 4, 46, 63.76, 36.25, 0.02367, 47, 36.18999, 36.25, 0.30708, 48, 9.93, 35.91, 0.55895, 49, -24.81, 33.48, 0.11027, 5, 45, 67.83999, 33.43999, 0.00892, 46, 38.38, 33.59, 0.26189, 47, 10.82, 33.59, 0.54856, 48, -15.52, 34.16, 0.17911, 49, -49.94, 29.05, 0.00148, 5, 44, 76.96, 30.25, 0.00403, 45, 41.33, 32.81, 0.23983, 46, 11.87, 32.86, 0.58205, 47, -15.68, 32.86, 0.1682, 48, -42.04, 34.39, 0.00587, 4, 44, 50.96, 33.75, 0.16857, 45, 15.17, 34.73, 0.60737, 46, -14.29, 34.66999, 0.21782, 47, -41.84999, 34.66999, 0.00622, 5, 43, 55.63, 31.86, 0.05394, 44, 25.46, 31.15, 0.60066, 45, -10.12, 30.59, 0.33891, 46, -39.57, 30.44, 0.00646, 47, -67.12999, 30.44, 0, 5, 43, 28.61, 31.59, 0.49721, 44, -1.54, 31.65, 0.48167, 45, -37.11, 29.46, 0.0211, 46, -66.56, 29.2, 0, 47, -94.12, 29.2, 0, 4, 43, 8.22999, 27.07, 0.87472, 44, -22.04, 27.72, 0.12526, 46, -86.76, 23.95, 0, 47, -114.32, 23.95, 0, 4, 43, -4.98, 17.27, 0.99999, 44, -35.54, 18.29, 0, 46, -99.62, 13.68, 0, 47, -127.18, 13.68, 0, 1, 43, -5.46, -1.24, 1, 2, 52, 39.81, -3.79, 0.12553, 53, 10.26, -2.19, 0.87446, 1, 52, 15.64, -5.54, 1, 2, 51, 25.45, -2.77, 0.77572, 52, -4.21, -2.89, 0.22427, 2, 50, 30.39, -6.08, 0.67604, 51, -2.29, -6.39, 0.32395, 1, 50, 13.66, -2.94, 1, 1, 49, 14.56, -3.12, 1, 1, 48, 17.56, -1.98, 1, 2, 47, 24.47, -1.29999, 0.5, 48, -3.13, -1.19, 0.5, 2, 46, 27.83, -0.79, 0.5, 47, 0.26, -0.79, 0.5, 2, 45, 36.36, 0.58999, 0.25581, 46, 7.02, 0.62, 0.74418, 1, 45, 12.89, 0.55, 1, 2, 44, 20.43, 1.14, 0.84362, 45, -13.32, 0.34, 0.15637, 4, 43, 21.03, 4.98999, 0.59425, 44, -9.88, 5.28, 0.40472, 45, -43.84, 2.63, 0.00101, 47, -100.74, 2.34999, 0 ],
				"hull": 34
			}
		},
		"jinwei_0026_lingmao": {
			"jinwei_0026_lingmao": {
				"type": "mesh",
				"uvs": [ 1, 1, 0, 1, 0, 0, 1, 0 ],
				"triangles": [ 1, 2, 3, 1, 3, 0 ],
				"vertices": [ -166.22, -58.34, -220.99, 100.47, -47.98, 160.13, 6.77, 1.30999 ],
				"hull": 4
			}
		},
		"mianzhao01": {
			"mianzhao01": { "x": 18.65, "y": -3.85, "rotation": -77.85, "width": 64, "height": 22 },
			"mianzhao02": { "x": 18.51, "y": -3.19, "rotation": -77.85, "width": 64, "height": 22 },
			"mianzhao03": { "x": 18.4, "y": -5.05, "rotation": -77.85, "width": 57, "height": 23 },
			"mianzhao04": { "x": 18.93, "y": -7.54, "rotation": -77.85, "width": 49, "height": 23 }
		},
		"pidai01": {
			"pidai01": { "x": -0.66, "y": 1.16, "width": 46, "height": 25 },
			"pidai02": { "x": 0.78, "y": 1.66, "width": 47, "height": 22 },
			"pidai03": { "x": 1.39, "y": 3.16, "width": 53, "height": 27 },
			"pidai04": { "x": 5.74, "y": 2.66, "width": 49, "height": 28 },
			"pidai05": { "x": -0.27, "y": 3.66, "width": 50, "height": 30 }
		},
		"pifeng01": {
			"pifeng01": {
				"type": "mesh",
				"uvs": [ 0.07407, 0.23493, 0.05376, 0.57376, 0, 1, 0.15532, 0.80196, 0.22642, 0.61525, 0.37876, 0.44238, 0.42546, 0.48595, 0.48001, 0.39986, 0.64115, 0.58722, 0.83701, 0.79484, 1, 0.97208, 0.97832, 0.65812, 0.92378, 0.36948, 0.90146, 0.06565, 0.73288, 0.02008, 0.54198, 0.00995, 0.42794, 0, 0.3263, 0.10616, 0.18003, 0.16186 ],
				"triangles": [ 15, 17, 16, 2, 1, 3, 3, 1, 4, 4, 1, 5, 5, 1, 0, 0, 18, 5, 6, 5, 7, 18, 17, 5, 5, 17, 7, 9, 11, 10, 9, 8, 11, 8, 12, 11, 12, 8, 7, 12, 14, 13, 14, 12, 7, 14, 7, 15, 7, 17, 15 ],
				"vertices": [ 1, 6, 21.18, -11.96, 1, 1, 6, 29.18, 1.93, 1, 1, 6, 41.74, 18.37, 1, 1, 6, 24.38, 15.61, 1, 1, 6, 14.67, 10.18999, 1, 3, 7, -14.7, -14.06, 0.04414, 6, -1.95, 8.39999, 0.70518, 5, -11.35, 3.7, 0.25066, 3, 7, -9.87, -15.05, 0.15114, 6, -5.28, 12.04, 0.42431, 5, -13.35, -0.8, 0.42454, 3, 7, -5.68, -9.93, 0.47744, 6, -11.68, 10.35, 0.1147, 5, -9.25, -5.99, 0.40785, 1, 7, 11.36, -15.03, 1, 2, 7, 31.88, -20.31, 0.99999, 5, -27.47, -40.45, 0, 2, 7, 49, -24.91, 0.99999, 5, -35.64, -56.18, 0, 2, 7, 43.65, -11, 0.99999, 5, -20.91, -53.95, 0, 2, 7, 35.5, 1.03, 0.99999, 5, -7.4, -48.58, 0, 2, 7, 30.2, 14.46, 1, 5, 6.85, -46.29, 0, 1, 7, 13.95, 12.91, 1, 2, 7, -4, 9.25, 0.70893, 5, 9.12, -11.76, 0.29106, 3, 7, -14.78, 7.25, 0.1469, 6, -14.4, -8.89999, 0.00961, 5, 9.47999, -0.81, 0.84348, 2, 6, -3.47, -8.1, 0.57787, 5, 4.4, 8.89, 0.42212, 1, 6, 10.47, -11.16, 1 ],
				"hull": 19
			},
			"pifeng02": {
				"type": "mesh",
				"uvs": [ 0.10379, 0.15512, 0.06124, 0.5115, 0, 0.93171, 0.15433, 0.84661, 0.36975, 0.63916, 0.5373, 0.46363, 0.67028, 0.42107, 0.75539, 0.49022, 0.84581, 0.70299, 0.93358, 0.95299, 1, 1, 0.96815, 0.58065, 0.94422, 0.30937, 0.87241, 0.15512, 0.78996, 0.11256, 0.72347, 0, 0.59316, 8.6E-4, 0.48677, 0.06469, 0.3006, 0.05937, 0.16497, 0.07533 ],
				"triangles": [ 19, 18, 0, 0, 4, 1, 4, 3, 1, 18, 5, 0, 0, 5, 4, 2, 1, 3, 16, 14, 17, 14, 16, 15, 6, 14, 13, 6, 13, 12, 6, 17, 14, 5, 17, 6, 7, 6, 12, 7, 12, 11, 8, 7, 11, 9, 8, 11, 9, 11, 10, 5, 18, 17 ],
				"vertices": [ 1, 6, 17.31, -14.4, 1, 1, 6, 27.52, -0.54, 1, 1, 6, 40.52, 15.4, 1, 1, 6, 25.6, 17.37, 1, 3, 5, -20.61, 5.25, 0.06646, 7, -14.22, -23.44, 0.02503, 6, 3.15, 16.28, 0.9085, 3, 5, -12.2, -10.41, 0.25639, 7, -0.73, -11.86, 0.63647, 6, -14.55, 14.82, 0.10713, 1, 7, 10.99, -7.1, 1, 1, 7, 19.51, -8.47, 1, 1, 7, 30.05, -16.29999, 1, 1, 7, 40.73, -25.9, 1, 1, 7, 47.31, -26.65, 1, 1, 7, 39.96, -8.12, 1, 1, 7, 34.9, 3.79, 1, 1, 7, 26.69, 9.34, 1, 1, 7, 18.69, 9.54, 1, 1, 7, 11.41, 13.29, 1, 2, 5, 9.59, -15.44, 0.06226, 7, -0.51, 10.5, 0.93773, 2, 5, 6.49, -5.47, 0.62684, 7, -9.58, 5.33, 0.37315, 2, 5, 6.56, 12.02, 0.2424, 6, -1.47, -11.34, 0.75759, 2, 5, 5.69, 24.76, 0.00302, 6, 10.56, -15.62, 0.99697 ],
				"hull": 20
			},
			"pifeng03": {
				"type": "mesh",
				"uvs": [ 1, 1, 0, 1, 0, 0, 1, 0 ],
				"triangles": [ 1, 2, 3, 1, 3, 0 ],
				"vertices": [ -39.02, -49.98, -39.81, 29.01, 10.18, 29.51, 10.97, -49.48 ],
				"hull": 4
			},
			"pifeng04": { "x": -13.84, "y": -17.24, "rotation": -89.42, "width": 60, "height": 47 },
			"pifeng05": { "x": -23.39, "y": -12.73, "rotation": -89.42, "width": 64, "height": 56 }
		},
		"pifengbeimian01": {
			"pifengbeimian01": {
				"type": "mesh",
				"uvs": [ 0.13665, 0.27032, 0.07166, 0.49532, 0, 0.78032, 0.12415, 0.90032, 0.26415, 0.96032, 0.45415, 1, 0.67665, 0.97032, 0.84915, 0.87032, 1, 0.75032, 0.94915, 0.43032, 0.86415, 0.19532, 0.72915, 0, 0.50415, 0, 0.31915, 0.07532, 0.50415, 0.47532, 0.29165, 0.47032, 0.71415, 0.42532 ],
				"triangles": [ 5, 4, 14, 14, 4, 15, 4, 3, 15, 3, 2, 15, 15, 2, 1, 1, 0, 15, 15, 13, 14, 13, 12, 14, 15, 0, 13, 6, 5, 14, 7, 14, 16, 7, 6, 14, 8, 16, 9, 8, 7, 16, 14, 12, 16, 16, 10, 9, 16, 11, 10, 16, 12, 11 ],
				"vertices": [ 1, 6, 18.35, -1.36, 1, 1, 6, 28.1, 5.99, 1, 1, 6, 39.52, 15.7, 1, 3, 7, -31.37, -47.18, 0.00658, 5, -40.09999, 27.1, 0.00669, 6, 30.97, 25.44, 0.98672, 3, 7, -17.92, -46.97, 0.05744, 5, -42.79, 13.91, 0.04072, 6, 19.95, 33.16999, 0.90182, 3, 7, -0.09, -44.77, 0.26894, 5, -44.48, -3.96, 0.09955, 6, 4.23, 41.84, 0.63149, 3, 7, 19.95999, -38.71, 0.68174, 5, -42.87, -24.86, 0.07041, 6, -15.57, 48.71, 0.24783, 3, 7, 34.71, -30.48, 0.92963, 5, -38.00999, -41.02, 0.01559, 6, -32.33, 50.7, 0.05477, 3, 7, 47.25, -21.8, 0.99651, 5, -32.23, -55.14, 0, 6, -47.59, 51.03, 0.00348, 1, 7, 39.21, -8.22, 1, 1, 7, 28.95, 0.73, 1, 3, 7, 14.52, 6.83, 1, 5, 2.77, -29.33, 0, 6, -37.88, 8.63, 0, 3, 7, -6.08, 2.07, 0.55368, 5, 2.56, -8.18999, 0.4449, 6, -18.4, 0.39, 0.00141, 1, 6, -1.01, -3.12, 1, 3, 7, -1.05999, -19.69, 0.40322, 5, -19.77, -8.41, 0.23078, 6, -9.7, 20.95999, 0.36599, 3, 7, -20.57, -23.95, 0.02524, 5, -19.74, 11.56, 0.04863, 6, 8.59, 12.96, 0.92611, 3, 7, 17.64, -12.96, 0.90506, 5, -17.23, -28.12, 0.03259, 6, -28.8, 26.49, 0.06233 ],
				"hull": 14
			}
		},
		"pingzi": {
			"pingzi": { "x": 22.96, "y": -0.86, "rotation": -56.68, "width": 33, "height": 43 }
		},
		"qunzi01": {
			"qunzi01": { "x": 6.05, "y": 2.31, "rotation": 85.65, "width": 59, "height": 47 },
			"qunzi02": { "x": 7.59, "y": -3.78, "rotation": 85.65, "width": 58, "height": 45 },
			"qunzi03": { "x": 6.75, "y": -1.69, "rotation": 85.65, "width": 55, "height": 45 },
			"qunzi04": { "x": 6.45, "y": 0.91, "rotation": 85.65, "width": 49, "height": 42 },
			"qunzi05": {
				"type": "mesh",
				"uvs": [ 0.25386, 0.06965, 0.24378, 0.27565, 0.16986, 0.39365, 0.09426, 0.51965, 0.04386, 0.68165, 0, 0.84365, 0.11778, 0.93565, 0.27234, 0.96765, 0.43698, 0.99165, 0.6117, 0.99165, 0.80994, 0.97965, 0.95274, 0.95365, 1, 0.90165, 0.97626, 0.72565, 0.93762, 0.52965, 0.91242, 0.36365, 0.88722, 0.24565, 0.88554, 0.01165, 0.7629, 0.04965, 0.63522, 0.07165, 0.48402, 0.07965, 0.34794, 0.06965, 0.18077, 0.76736, 0.21743, 0.56736, 0.27852, 0.411, 0.35794, 0.291, 0.4679, 0.291, 0.62063, 0.27282, 0.76113, 0.25827, 0.31823, 0.80009, 0.36405, 0.60009, 0.40681, 0.43646, 0.46484, 0.82918, 0.49234, 0.611, 0.52288, 0.44736, 0.66644, 0.42191, 0.65117, 0.60373, 0.62979, 0.84009, 0.79168, 0.78554, 0.80084, 0.56009, 0.78557, 0.40373 ],
				"triangles": [ 18, 17, 16, 28, 19, 18, 28, 18, 16, 27, 20, 19, 27, 19, 28, 20, 25, 21, 26, 20, 27, 26, 25, 20, 1, 0, 21, 25, 1, 21, 15, 40, 28, 15, 28, 16, 24, 1, 25, 2, 1, 24, 35, 27, 28, 35, 28, 40, 31, 25, 26, 24, 25, 31, 34, 26, 27, 34, 27, 35, 31, 26, 34, 40, 15, 14, 39, 40, 14, 35, 40, 39, 23, 2, 24, 3, 2, 23, 30, 24, 31, 23, 24, 30, 36, 34, 35, 36, 35, 39, 33, 31, 34, 33, 34, 36, 30, 31, 33, 4, 3, 23, 39, 14, 13, 22, 4, 23, 22, 23, 30, 38, 36, 39, 38, 39, 13, 29, 22, 30, 32, 29, 30, 33, 32, 30, 37, 33, 36, 37, 36, 38, 32, 33, 37, 5, 4, 22, 38, 13, 12, 6, 5, 22, 11, 38, 12, 7, 22, 29, 6, 22, 7, 10, 38, 11, 37, 38, 10, 8, 29, 32, 7, 29, 8, 9, 32, 37, 9, 37, 10, 8, 32, 9 ],
				"vertices": [ -12.51, -10.07, -5.09, -11.14, -0.43, -15.2, 4.55, -19.37, 11.15, -22.4, 17.77, -25.1, 22.06, -19.52, 23.99, -11.92, 25.62, -3.79, 26.28, 4.91, 26.53, 14.83, 25.98, 22.04, 23.98, 24.56, 16.52, 23.93, 8.17, 22.63, 1.12, 21.9, -3.91, 21.02, -13.71, 21.68, -12.59, 15.45, -12.15, 9.01, -12.39, 1.45, -13.32, -5.29, 15.26, -15.85, 7.02, -13.38, 0.7, -9.84, -4.01, -5.5, -3.6, -0.02, -3.78, 7.64, -3.86, 14.7, 17.15, -9.1, 8.93999, -6.18, 2.25, -3.53, 18.92, -1.88, 9.89, 0.17, 3.15, 2.22, 2.63, 9.45, 10.18, 8.10999, 20, 6.3, 18.33, 14.54, 8.92, 15.72, 2.32, 15.45 ],
				"hull": 22
			}
		},
		"shengti01": {
			"shengti01": { "x": 14.36, "y": -1.32, "rotation": -89.42, "width": 57, "height": 50 },
			"shengti02": { "x": 14.39, "y": -4.84, "rotation": -89.42, "width": 57, "height": 50 },
			"shengti03": { "x": 14.39, "y": -4.81, "rotation": -89.42, "width": 57, "height": 50 },
			"shengti04": { "x": 13.41, "y": -6.63, "rotation": -89.42, "width": 52, "height": 52 },
			"shengti05": { "x": 14.78, "y": -6.7, "rotation": -89.42, "width": 52, "height": 52 }
		},
		"tou2_01": {
			"tou01": { "x": 35.77, "y": 3.77, "rotation": -77.99, "width": 85, "height": 98 },
			"tou02": { "x": 35.79, "y": 3.69, "rotation": -77.99, "width": 82, "height": 98 },
			"tou03": { "x": 35.45, "y": 5.25, "rotation": -77.99, "width": 83, "height": 98 },
			"tou04": { "x": 35.68, "y": 4.18, "rotation": -77.99, "width": 77, "height": 98 },
			"tou05": { "x": 35.69, "y": 4.16, "rotation": -77.99, "width": 77, "height": 98 }
		},
		"toufa_1_01": {
			"toufa_1_01": {
				"type": "mesh",
				"uvs": [ 0.36057, 0.01757, 0.19174, 0.1052, 0.08661, 0.34502, 0.01972, 0.61712, 0, 1, 0.26819, 1, 0.51666, 0.95379, 0.73328, 0.9953, 0.91805, 0.9953, 1, 0.9584, 1, 0.71397, 0.95627, 0.35885, 0.85752, 0.10981, 0.66957, 0, 0.53259, 0, 0.32103, 0.34104, 0.54654, 0.33321, 0.73597, 0.32276, 0.31922, 0.63619, 0.5303, 0.62836, 0.78468, 0.62575 ],
				"triangles": [ 20, 17, 11, 20, 19, 17, 20, 11, 10, 8, 7, 20, 7, 19, 20, 20, 10, 8, 6, 19, 7, 9, 8, 10, 17, 13, 12, 16, 13, 17, 17, 12, 11, 19, 16, 17, 18, 15, 19, 3, 2, 18, 6, 18, 19, 5, 4, 3, 18, 5, 3, 6, 5, 18, 15, 1, 0, 15, 0, 16, 2, 1, 15, 19, 15, 16, 18, 2, 15, 16, 14, 13, 0, 14, 16 ],
				"vertices": [ 4, 9, -5.47, -14.6, 0.37884, 10, -15.35, -6.19, 0.62048, 12, -19.64, -19.37, 6.7E-4, 13, -35.86, -27.7, 0, 5, 9, 0.95, -30.76, 0.0076, 10, -5.48, -20.51, 0.97586, 11, -29.45, -17.98, 0.01637, 12, -19.17, -36.75999, 1.5E-4, 13, -31.67, -44.58, 0, 4, 10, 12.65, -26.26, 0.78954, 11, -11.89, -25.31, 0.21044, 12, -7.08, -51.46, 1.0E-5, 13, -16.70999, -56.35, 0, 3, 10, 31.94, -27.87, 0.34129, 11, 7.17, -28.61, 0.6587, 13, 0.76, -64.65, 0, 3, 10, 57.23, -23.15, 0.02452, 11, 32.77, -26.16, 0.97547, 13, 26.09, -69.14, 0, 1, 11, 28.37, -0.52, 1, 2, 11, 21.23, 22.7, 0.45115, 13, 28.07, -18.96999, 0.54884, 2, 11, 20.41, 43.88, 0.00485, 13, 32.95, 1.65, 0.99514, 3, 9, 58.12, 41.7, -1.0E-5, 11, 17.37999, 61.55, 0, 13, 34.75999, 19.48, 1.00001, 3, 9, 55.38, 49.55, -1.0E-5, 11, 13.59, 68.96, 0, 13, 33.09999, 27.64, 1.00001, 4, 9, 39.00999, 48.99, -3.0E-5, 11, -2.54, 66.19, 0, 12, 44.02, 25.01, 0.03819, 13, 16.81, 29.29, 0.96183, 4, 9, 15.38, 43.93, -1.4E-4, 11, -25.27, 57.98, 0, 12, 20.09, 28.39, 0.40986, 13, -7.28, 27.47, 0.59027, 3, 11, -40.09, 45.71, 0, 12, 1.25, 24.5, 0.83616, 13, -24.85, 19.62999, 0.16383, 2, 9, -7.68, 15.31, 0.21985, 12, -11.41, 9.47, 0.78014, 5, 9, -7.22, 2.03, 0.87683, 10, -20.75, 9.63, 9.2E-4, 11, -42, 13.4, 0, 12, -15.56, -3.15, 0.12206, 13, -35.34999, -10.98, 1.6E-4, 2, 10, 6.58, -4.35, 0.98707, 11, -16, -2.94, 0.01292, 5, 9, 15.03, 4.15, 0.50843, 10, 0.47, 16.65, 0.11871, 11, -20.23, 18.52, 0.00435, 12, 6.07, -8.82, 0.34639, 13, -13, -11.89, 0.02209, 2, 12, 11.13, 8.84, 0.925, 13, -11.84, 6.46, 0.07498, 1, 11, 3.5, 0.22, 1, 5, 9, 34.84999, 3.26, 0.06325, 10, 19.99, 20.19, 0.12414, 11, -0.47, 20.31, 0.13338, 12, 24.37, -16.48, 0.19707, 13, 6.51, -15.45, 0.48212, 3, 9, 33.82, 27.91, 0, 12, 31.89, 7.01, 0.05245, 13, 8.82, 9.10999, 0.94754 ],
				"hull": 15
			},
			"toufa_1_02": {
				"type": "mesh",
				"uvs": [ 0.37518, 0.00842, 0.26185, 0.06955, 0.14351, 0.17652, 0.05185, 0.32934, 0, 0.56075, 0, 0.82054, 0.04018, 1, 0.16685, 0.93406, 0.34518, 0.97117, 0.53851, 0.90349, 0.68185, 0.91659, 0.89518, 0.92751, 1, 0.89913, 1, 0.68082, 0.98185, 0.46687, 0.92185, 0.24638, 0.81685, 0.11321, 0.70518, 0, 0.54685, 0, 0.35851, 0.28786, 0.60685, 0.24638, 0.76518, 0.26166, 0.33518, 0.49307, 0.59351, 0.47124, 0.81685, 0.47779, 0.30351, 0.78124, 0.61351, 0.77032, 0.84351, 0.74413 ],
				"triangles": [ 25, 4, 22, 5, 4, 25, 26, 25, 22, 9, 25, 26, 7, 5, 25, 8, 25, 9, 7, 25, 8, 6, 5, 7, 19, 1, 0, 2, 1, 19, 19, 3, 2, 22, 3, 19, 20, 19, 0, 4, 3, 22, 22, 19, 23, 13, 27, 24, 13, 24, 14, 26, 23, 24, 26, 24, 27, 22, 23, 26, 27, 13, 12, 10, 26, 27, 11, 10, 27, 9, 26, 10, 12, 11, 27, 20, 18, 17, 20, 17, 16, 21, 20, 16, 21, 16, 15, 23, 20, 21, 24, 21, 15, 24, 15, 14, 23, 21, 24, 23, 19, 20, 20, 0, 18 ],
				"vertices": [ 4, 9, -6.64, -11.74, 0.58701, 12, -19.75, -16.29, 4.7E-4, 13, -36.63, -24.72, 1.0E-5, 10, -17.11, -3.66, 0.41249, 4, 9, -1.93, -22.13, 0.14173, 12, -18.91, -27.66, 1.3E-4, 10, -10.22, -12.74, 0.85794, 11, -33.49, -9.82, 1.7E-4, 4, 9, 6.02, -32.86, 1.4E-4, 12, -15.13, -40.48, 2.0E-5, 10, -0.06, -21.44, 0.958, 11, -24.14, -19.37999, 0.04182, 4, 12, -7.48, -51.97, 0, 13, -16.99, -56.93, 0, 10, 12.6, -26.9, 0.79539, 11, -12, -25.94, 0.20459, 5, 9, 33.75, -45.26, 0, 12, 6.62, -61.67, 0, 13, -1.13, -63.39, 1.0E-5, 10, 29.71, -27.36, 0.4204, 11, 5, -27.91, 0.57957, 5, 9, 52.18, -44.63, 0, 12, 24.15, -67.42, 0, 13, 17.20999, -65.25, 8.0E-5, 10, 47.54, -22.64, 0.07097, 11, 23.17, -24.79, 0.92893, 3, 12, 37.41999, -67.83999, 0, 13, 30.26, -62.82, 1.5E-4, 11, 35.09999, -18.95, 0.99984, 3, 12, 36.64, -55.19, 0, 10, 51.37, -5.58, 2.0E-5, 11, 28.49, -8.13, 0.99997, 3, 12, 44.32, -40.25, 0, 13, 31.09, -34.39, 0.07551, 11, 28.28, 8.64999, 0.92448, 3, 13, 28.12, -16.02, 0.60534, 10, 40.41999, 27.27, 1.9E-4, 11, 20.5, 25.56, 0.39445, 2, 13, 30.39, -2.85, 0.96637, 11, 19.15, 38.84999, 0.03362, 2, 12, 57.32, 9.3, 0.00755, 13, 33.16999, 16.79999, 0.99244, 2, 12, 58.44, 19.19, 0.01907, 13, 32.14, 26.7, 0.98092, 3, 12, 43.72, 24.03, 0.1462, 13, 16.71999, 28.27, 0.85378, 10, 14.16, 64.71, 0, 3, 12, 28.76, 27.16, 0.45872, 13, 1.44, 28.12, 0.54123, 10, -0.09, 59.2, 3.0E-5, 3, 12, 12.14, 26.74, 0.80649, 13, -14.69, 24.15, 0.19333, 10, -13.79, 49.8, 1.6E-4, 3, 12, 0.12, 20.41, 0.9571, 13, -25.08, 15.39, 0.04247, 10, -20.43, 37.93999, 4.2E-4, 3, 9, -8.29, 18.9, 0.03857, 12, -10.75, 13.05, 0.96142, 10, -25.55, 25.84, 0, 3, 9, -7.78, 4.17999, 0.74295, 12, -15.34, -0.94, 0.25704, 13, -35.61, -8.77, 0, 1, 10, 2.45, -0.09, 1, 1, 12, 3.01, -1.09, 1, 3, 12, 8.63, 12.55, 0.90589, 13, -15.08, 9.54, 0.09394, 10, -9.01, 35.99, 1.5E-4, 5, 9, 27.87, -14.28, 0.01638, 12, 11.78, -30.55, 0.00691, 13, -2.77, -31.89, 0.02626, 10, 17.09, 1.53, 0.76998, 11, -5.01, 1.99, 0.18044, 5, 9, 25.5, 9.67, 0.07124, 12, 17.79, -7.24, 0.73563, 13, -1.89, -7.83, 0.14438, 10, 9.45, 24.36, 0.03841, 11, -10.61, 25.4, 0.01032, 3, 12, 24.71, 12.34, 0.40178, 13, 0.66, 12.78, 0.5982, 10, 4.58, 44.56, 0, 2, 13, 17.28, -36.88, 0.0417, 11, 15.64, 2.55, 0.95829, 4, 9, 46.65, 12.26, 0.00201, 13, 19.42, -8.12, 0.83356, 10, 29.5, 31.59, 0.00709, 11, 10, 30.83, 0.1573, 3, 12, 43.45, 8.8, 0.06934, 13, 19.73, 13.33, 0.93065, 10, 22.23, 51.8, 0 ],
				"hull": 19
			},
			"toufa_1_03": {
				"type": "mesh",
				"uvs": [ 0.39749, 0, 0.21177, 0.09741, 0.10525, 0.23626, 0.01512, 0.41914, 0, 0.66298, 0, 0.88989, 0.05882, 1, 0.23908, 0.88989, 0.45484, 0.92037, 0.50674, 0.85941, 0.68153, 0.85941, 0.85633, 0.87634, 1, 0.85941, 1, 0.6596, 0.97923, 0.39882, 0.88364, 0.19224, 0.75801, 0.00936, 0.57775, 0, 0.29097, 0.29384, 0.44938, 0.27691, 0.65968, 0.25659, 0.31829, 0.50381, 0.44392, 0.50381, 0.6788, 0.50043, 0.34833, 0.69008, 0.51493, 0.70701, 0.74981, 0.70362 ],
				"triangles": [ 23, 14, 13, 26, 23, 13, 25, 22, 23, 25, 23, 26, 10, 25, 26, 9, 25, 10, 11, 26, 13, 11, 10, 26, 13, 12, 11, 20, 17, 16, 20, 16, 15, 19, 17, 20, 14, 23, 20, 14, 20, 15, 19, 20, 23, 24, 21, 22, 24, 22, 25, 9, 24, 25, 5, 4, 7, 21, 4, 3, 24, 4, 21, 24, 7, 4, 8, 7, 24, 9, 8, 24, 6, 5, 7, 1, 0, 19, 18, 1, 19, 2, 1, 18, 22, 18, 19, 22, 19, 23, 21, 18, 22, 3, 2, 18, 3, 18, 21, 19, 0, 17 ],
				"vertices": [ 2, 9, -6.82, -9.7, 0.64316, 10, -17.75, -1.72, 0.35683, 5, 9, 1.07, -26.71, 0.03121, 10, -6.26, -16.54, 0.96188, 11, -29.88, -13.95, 0.00689, 12, -17.66, -33, 0, 13, -31.01, -40.59, 0, 4, 10, 6.33, -23.46, 0.88621, 11, -17.94, -21.95, 0.11377, 12, -10.86, -45.66, 1.0E-5, 13, -21.65, -51.5, 0, 4, 10, 21.73, -28.05, 0.5647, 11, -3, -27.89, 0.43528, 12, -0.44, -57.9, 0, 13, -8.85, -61.22, 0, 4, 10, 39.77, -24.73, 0.14706, 11, 15.25, -26.18, 0.85293, 12, 16.49, -64.94, 0, 13, 9.2, -64.47, 0, 3, 10, 56.22, -20.37, 0.00388, 11, 32.02, -23.3, 0.99611, 12, 32.66, -70.25, 0, 1, 11, 39.23, -16.51, 1, 2, 11, 28.25, -1.38, 0.9991, 13, 28.37, -44.06, 8.9E-4, 2, 11, 27.11, 18.77, 0.72077, 13, 32.66999, -24.33, 0.27922, 3, 10, 41.95, 24.59, 2.4E-4, 11, 21.78, 22.75, 0.5436, 13, 28.61, -19.07, 0.45614, 2, 11, 19.03, 38.77, 0.03536, 13, 30.25, -2.89, 0.96463, 2, 12, 56.52, 5.73, 0.00392, 13, 33.15, 13.14, 0.99607, 2, 12, 59.48, 18.82, 0.01689, 13, 33.24, 26.56, 0.98309, 2, 12, 45.24, 23.49, 0.11579, 13, 18.33, 28.07, 0.8842, 2, 12, 26.06, 27.76, 0.48899, 13, -1.30999, 28.13, 0.51099, 3, 10, -15.38, 45.67, 2.5E-4, 12, 8.57, 24.14, 0.85868, 13, -17.62, 20.85, 0.14105, 4, 9, -7.27, 23.82, 0.00418, 10, -25.65, 30.86, 0.00142, 12, -8.1, 17.31, 0.99225, 13, -32.45, 10.61, 0.00212, 2, 9, -7.4, 7.04, 0.52942, 12, -13.99, 1.6, 0.47057, 2, 10, 6.08, -5.65, 0.99262, 11, -16.61, -4.19999, 0.00737, 3, 9, 13.76, -4.17, 0.39419, 10, 1.09, 8.25, 0.6048, 13, -15.38, -19.95999, 9.9E-4, 2, 12, 6.66, 2.85, 0.99603, 13, -14.93, -0.35, 0.00396, 2, 10, 20.66, 0.82, 0.5, 11, -1.52, 0.96, 0.5, 5, 9, 30.79, -4.09, 0.07695, 10, 17.67, 12.12, 0.37469, 11, -3.5, 12.48, 0.31333, 12, 18.02, -21.99, 0.04578, 13, 1.49, -22.19, 0.18921, 2, 12, 24.59, -1.16, 0.23105, 13, 3.44, -0.43, 0.76894, 4, 9, 45.05, -12.49, 0.00204, 10, 33.45, 7.1, 0.01595, 11, 11.76, 6.08, 0.89613, 13, 14.49, -32.43999, 0.08586, 4, 9, 45.79, 3.03, 0.0059, 10, 30.71, 22.4, 0.02485, 11, 10.39, 21.57, 0.3486, 13, 17.32, -17.16, 0.62063, 2, 12, 41.13, 0.36, 0.01195, 13, 19.27, 4.59, 0.98804 ],
				"hull": 18
			},
			"toufa_1_04": {
				"type": "mesh",
				"uvs": [ 0.32445, 0.00877, 0.10674, 0.14847, 0, 0.35167, 0, 0.65012, 0.03417, 0.89142, 0.10674, 1, 0.26025, 0.87555, 0.45285, 0.8819, 0.5617, 0.80252, 0.785, 0.82157, 0.90502, 0.82157, 1, 0.81522, 1, 0.6152, 0.96922, 0.3612, 0.87153, 0.10402, 0.7208, 0, 0.45006, 0, 0.29933, 0.28182, 0.50588, 0.2469, 0.77104, 0.25007, 0.34957, 0.49137, 0.55891, 0.49137, 0.79337, 0.48502, 0.40261, 0.69457, 0.67614, 0.68505, 0.84083, 0.68822 ],
				"triangles": [ 21, 19, 22, 22, 13, 12, 24, 21, 22, 25, 24, 22, 12, 25, 22, 23, 21, 24, 8, 23, 24, 25, 12, 11, 9, 24, 25, 10, 9, 25, 8, 24, 9, 11, 10, 25, 19, 15, 14, 18, 15, 19, 19, 14, 13, 22, 19, 13, 21, 18, 19, 20, 3, 2, 23, 20, 21, 3, 20, 23, 6, 3, 23, 7, 23, 8, 6, 23, 7, 4, 3, 6, 5, 4, 6, 17, 1, 0, 2, 1, 17, 0, 18, 17, 20, 17, 18, 20, 2, 17, 18, 16, 15, 18, 0, 16, 20, 18, 21 ],
				"vertices": [ 2, 9, -5.93, -15.01, 0.43564, 10, -15.7, -6.69, 0.56435, 2, 10, 0.16, -22.99, 0.9604, 11, -24.04, -20.94, 0.03959, 2, 10, 18.36, -28.22, 0.71903, 11, -6.38, -27.76, 0.28096, 2, 10, 41.43999, -22.11, 0.15681, 11, 17.14, -23.72, 0.84318, 2, 10, 59.31, -14.16, 0.00248, 11, 35.64, -17.37999, 0.99751, 2, 11, 43.08, -9.39999, 0.99995, 13, 40.50999, -55.76, 4.0E-5, 2, 11, 30.9, 2.67, 0.98564, 13, 32.02, -40.86, 0.01435, 2, 11, 28.44, 20.03, 0.70879, 13, 34.29, -23.47, 0.2912, 2, 11, 20.5, 28.72, 0.34349, 13, 28.97, -12.98, 0.6565, 1, 13, 32.54, 7.08, 1, 2, 12, 58.03, 10.32, 0.00289, 13, 33.64, 17.94, 0.9971, 2, 12, 60.24, 18.69, 0.0068, 13, 34.00999, 26.59, 0.99319, 2, 12, 45.04, 23.67, 0.1143, 13, 18.09, 28.21, 0.88569, 2, 12, 24.86, 27.35, 0.55134, 13, -2.4, 27.47, 0.44865, 2, 12, 2.54, 25.32, 0.93752, 13, -23.77, 20.7, 0.06247, 3, 9, -7.88, 21, 0.00594, 12, -9.64, 14.88, 0.99359, 13, -33.43, 7.9, 4.6E-4, 2, 9, -7.03, -3.61, 0.89256, 10, -19.31, 4.17, 0.10743, 2, 10, 5.99, -3.31, 0.99208, 11, -16.5, -1.86, 0.00791, 3, 9, 12.53, 2.14, 0.93091, 10, -1.51, 14.13, 0.06736, 13, -15.75, -13.54, 0.0017, 2, 12, 10.79, 12.99, 0.90487, 13, -13.07, 10.43, 0.09512, 5, 9, 32.56, -11.4, 0.01703, 10, 21.02, 5.39, 0.55146, 11, -0.75, 5.47, 0.39773, 12, 17.17, -29.47, 0.00404, 13, 2.26, -29.67, 0.0297, 5, 9, 31.91, 7.63, 0.05576, 10, 16.15, 23.8, 0.07906, 11, -3.98, 24.25, 0.12588, 12, 23.11, -11.36, 0.10734, 13, 4.17999, -10.72, 0.63194, 2, 12, 29.28, 9.06, 0.25412, 13, 5.83, 10.55, 0.74587, 4, 9, 48.64, -6.01, 0.00324, 10, 35.5, 14.21, 3.9E-4, 11, 14.44, 12.98, 0.80512, 13, 18.92, -26.51, 0.19123, 1, 13, 20.67, -1.67, 1, 2, 12, 46.07, 8.09, 0.03193, 13, 22.44, 13.21, 0.96806 ],
				"hull": 17
			}
		},
		"toufa_3_01": {
			"toufa_3_01": {
				"type": "mesh",
				"uvs": [ 1, 0, 0.75051, 0.02667, 0.58768, 0.14468, 0.46316, 0.25647, 0.28756, 0.41382, 0.1375, 0.55667, 0, 0.71401, 0.06726, 0.86721, 0.23009, 1, 0.30353, 1, 0.32907, 0.86721, 0.47593, 0.6519, 0.60365, 0.49042, 0.71859, 0.37034, 0.84949, 0.2544, 0.96762, 0.15089 ],
				"triangles": [ 13, 2, 14, 2, 1, 14, 14, 1, 15, 15, 1, 0, 4, 3, 12, 12, 3, 13, 3, 2, 13, 5, 4, 11, 11, 4, 12, 9, 8, 10, 8, 7, 10, 11, 10, 5, 10, 7, 5, 7, 6, 5 ],
				"vertices": [ 2, 19, -72.17, 6.18, 0, 17, -14.26, 1.7, 1, 2, 19, -57.99, -9.29, 0, 17, 1.57, -12.06, 0.99999, 4, 20, -65.08, -4.31, 0, 19, -37.96, -12.36, 1.0E-5, 18, -8.53, -11.84, 0.10958, 17, 21.82, -12.83, 0.89039, 3, 20, -47.69, -7.33, 0, 18, 9.08, -12.92, 0.93016, 17, 39.43, -11.66, 0.06982, 3, 19, 4.48999, -14.4, 0.72935, 18, 33.89, -14.46, 0.27063, 17, 64.24, -10.03, 0, 3, 20, -1.29999, -14.8, 0.51792, 19, 26.61, -14.85, 0.48206, 17, 86.27, -7.96, 0, 1, 20, 21.79, -16.24, 1, 3, 20, 36.97, -2.63, 1, 18, 92.71, 1.11, 0, 17, 120.59, 12.91, 0, 1, 20, 46.33, 16.95, 1, 1, 20, 43.66, 22.43, 1, 2, 20, 27.46, 16.89, 1, 17, 106.73, 29.64, 0, 3, 20, -2.65, 15.78, 0.32957, 19, 21.48, 15.33, 0.67042, 17, 77.73, 21.44, 0, 3, 19, -1.61, 12.92, 0.4526, 18, 28.15, 12.94, 0.54737, 17, 55.05, 16.42, 0, 2, 18, 10.06, 12.78, 0.93468, 17, 37.13, 13.96, 0.06531, 3, 19, -38.07, 13.5, 0, 18, -8.28, 14.02, 0.08964, 17, 18.77, 12.85, 0.91035, 2, 19, -54.52, 14.48, 0, 17, 2.31, 11.95, 1 ],
				"hull": 16
			},
			"toufa_3_02": {
				"type": "mesh",
				"uvs": [ 0, 0.77825, 0.14755, 0.92949, 0.35672, 1, 0.38557, 0.85908, 0.46852, 0.70262, 0.58031, 0.54877, 0.74981, 0.38188, 0.91931, 0.20455, 1, 0.06635, 1, 0, 0.82194, 0, 0.6308, 0.04027, 0.44688, 0.14719, 0.33869, 0.31929, 0.22689, 0.47054, 0.09706, 0.61657, 0, 0.71566 ],
				"triangles": [ 14, 13, 5, 4, 14, 5, 15, 14, 4, 10, 9, 8, 7, 10, 8, 7, 6, 11, 7, 11, 10, 12, 11, 6, 13, 12, 6, 5, 13, 6, 0, 16, 15, 3, 15, 4, 1, 0, 15, 3, 1, 15, 2, 1, 3 ],
				"vertices": [ 2, 20, 30.34, -11.46, 1, 17, 116.23, 2.76, 0, 2, 20, 41.93999, 9.60999, 1, 17, 122.52, 25.99, 0, 2, 20, 41.57, 31.3, 1, 17, 117.03, 46.98, 0, 2, 20, 23.91, 25.72, 0.97271, 19, 46.61, 28.49, 0.02728, 4, 20, 2.21, 23.82, 0.52179, 18, 55.23, 23.56, 0.0029, 17, 80.56, 30.4, 0, 19, 25.31, 23.91, 0.4753, 4, 20, -20.36, 24.51, 0.00906, 18, 32.71, 21.75, 0.38391, 17, 58.45, 25.74, 2.4E-4, 19, 2.82, 21.79, 0.60678, 3, 18, 5.86, 23.61, 0.65949, 17, 31.58, 24.16, 0.33039, 19, -24.05, 23.28, 0.01011, 2, 18, -22.13, 24.74, 0.01706, 17, 3.67, 21.72, 0.98293, 1, 17, -15, 16.1, 1, 1, 17, -21.64, 10.6, 1, 1, 17, -10.96, -2.28, 1, 1, 17, 4.52, -12.78, 1, 3, 20, -61.8, -9.62, 0, 18, -4.67999, -16.76, 0.3225, 17, 26.26, -17.21999, 0.67749, 4, 20, -37.23, -8.97, 9.0E-5, 18, 19.65, -13.39, 0.93123, 17, 49.97, -10.78, 0.0023, 19, -9.75, -13.52, 0.06635, 4, 20, -14.96, -9.8, 0.00922, 18, 41.89, -11.75, 0.00908, 17, 71.82, -6.32, 0, 19, 12.45, -11.58, 0.98168, 3, 20, 7.45, -12.46, 0.90825, 17, 94.22, -3.61, 0, 19, 35.00999, -11.44, 0.09174, 2, 20, 23.02, -15.02, 1, 17, 109.96, -2.42, 0 ],
				"hull": 17
			},
			"toufa_3_03": {
				"type": "mesh",
				"uvs": [ 0.83963, 0, 0.57931, 0.03323, 0.46325, 0.12266, 0.35423, 0.23562, 0.22059, 0.39095, 0.09047, 0.5345, 0, 0.69218, 0, 0.81691, 0.10454, 0.92752, 0.24521, 0.98165, 0.44919, 1, 0.44567, 0.81926, 0.55469, 0.61923, 0.69537, 0.44508, 0.82901, 0.30387, 0.9521, 0.17914, 1, 0.07795, 1, 0 ],
				"triangles": [ 6, 8, 7, 11, 5, 12, 11, 6, 5, 11, 8, 6, 9, 8, 11, 9, 11, 10, 4, 3, 12, 12, 5, 4, 13, 2, 14, 3, 2, 13, 12, 3, 13, 0, 17, 16, 15, 0, 16, 14, 1, 0, 14, 0, 15, 14, 2, 1 ],
				"vertices": [ 3, 17, -8.81, -6.44, 0.99999, 18, -38.11, -1.6, 0, 19, -67.68, -2.52, 0, 3, 17, 9.35999, -21.46, 0.97835, 18, -21.98, -18.81, 0.02164, 19, -51.32, -19.51, 0, 2, 17, 25.11, -21.82, 0.68345, 18, -6.41, -21.18, 0.31654, 3, 17, 42.87, -19.70999, 0.11467, 18, 11.47, -21.34, 0.84528, 19, -17.83, -21.59, 0.04004, 3, 18, 35.28, -20.35, 0.27743, 19, 5.96, -20.27, 0.71161, 20, -22.47, -17.61, 0.01094, 2, 19, 28.28, -19.54, 0.47981, 20, -0.23, -19.66, 0.52018, 2, 19, 50.25, -14.83, 0.00333, 20, 22.14, -17.70999, 0.99666, 2, 19, 64.14, -5.76, 0, 20, 37.05, -10.45, 0.99999, 2, 19, 71.37999, 10.06, 0, 20, 46.2, 4.35, 0.99999, 1, 20, 47.19, 18.76, 1, 1, 20, 41.43, 36.15, 1, 2, 19, 42.73, 27.62, 0.04007, 20, 19.95999, 25.34, 0.95992, 3, 18, 45.04, 21.01, 0.05876, 19, 15.15, 21.21, 0.75469, 20, -8.2, 22.41, 0.18654, 3, 17, 44.95, 21.43, 0.0118, 18, 18.77, 19.2, 0.85196, 19, -11.08, 19.04999, 0.13621, 2, 17, 22.9, 18.61, 0.63693, 18, -3.45, 19.20999, 0.36306, 2, 17, 3.14, 16.45999, 0.99549, 18, -23.33, 19.59, 0.00449, 2, 17, -9.93999, 11.16, 1, 19, -66.79, 15.09, 0, 2, 17, -17.92, 4.54, 0.99999, 18, -45.74, 10.45, 0 ],
				"hull": 18
			},
			"toufa_3_04": {
				"type": "mesh",
				"uvs": [ 0.83456, 0, 0.60692, 0.01436, 0.45808, 0.08928, 0.34863, 0.22523, 0.23481, 0.37507, 0.14288, 0.49437, 0.04219, 0.63033, 0, 0.78849, 0, 0.8634, 0.1385, 0.91335, 0.30048, 0.96329, 0.54125, 0.99659, 0.72074, 1, 0.63319, 0.8745, 0.62881, 0.75797, 0.62443, 0.63033, 0.64632, 0.53322, 0.75139, 0.42223, 0.8477, 0.31125, 0.93087, 0.22801, 1, 0.11702, 1, 0 ],
				"triangles": [ 0, 21, 20, 19, 0, 20, 18, 0, 19, 1, 0, 18, 17, 1, 18, 2, 1, 17, 3, 2, 17, 16, 3, 17, 4, 3, 16, 15, 4, 16, 5, 4, 15, 9, 8, 7, 9, 6, 5, 9, 7, 6, 10, 5, 15, 10, 15, 14, 10, 14, 13, 9, 5, 10, 11, 10, 13, 11, 13, 12 ],
				"vertices": [ 2, 19, -66.19999, -4.79, 1.1E-4, 17, -7.09, -8.52, 0.99988, 3, 19, -53.3, -20.83, 0.00132, 18, -23.98, -20.11, 0.0493, 17, 7.54, -23, 0.94936, 2, 18, -7.83, -25.74, 0.34733, 17, 24.28, -26.52, 0.65266, 3, 19, -15.52, -23.95, 0.05967, 18, 13.74, -23.73, 0.84866, 17, 45.43, -21.79, 0.09165, 3, 20, -20.64, -18.48, 0.01317, 19, 7.89, -20.91, 0.72979, 18, 37.2, -21.01, 0.25702, 3, 20, -1.78, -18.5, 0.46027, 19, 26.6, -18.58, 0.53972, 18, 55.94, -18.94, 0, 3, 20, 19.53, -18.19, 0.98742, 19, 47.72, -15.63, 0.01168, 18, 77.1, -16.27, 8.8E-4, 2, 20, 41.38, -11.77, 0.99982, 18, 98.11, -7.47, 1.7E-4, 3, 20, 50.95, -7.11, 0.99992, 18, 107.1, -1.78, 7.0E-5, 17, 135.23, 11.86, 0, 3, 20, 51.86, 7.19, 0.99998, 18, 106.42, 12.53, 1.0E-5, 17, 132.74, 25.98, 0, 2, 20, 51.85, 23.4, 0.99997, 17, 128.9, 41.73, 2.0E-5, 2, 20, 49.85, 33.82, 0.99997, 17, 124.49, 51.38, 2.0E-5, 2, 20, 39.97, 59.69, 0.99996, 17, 108.78, 74.18, 3.0E-5, 3, 20, 27.41, 44.8, 0.98202, 19, 47.7, 47.86, 0.01792, 17, 100.08, 56.74, 3.0E-5, 3, 20, 12.7, 37.2, 0.87088, 19, 34.06, 38.49, 0.12906, 17, 87.59, 45.88, 4.0E-5, 4, 20, -3.41, 28.91, 0.49737, 19, 19.09, 28.26, 0.47719, 18, 49.07, 27.99, 0.02535, 17, 73.89, 34.00999, 6.0E-5, 3, 20, -16.67, 24.64, 0.1105, 19, 6.47, 22.37, 0.62609, 18, 36.37, 22.28, 0.26339, 3, 19, -11.89, 21.69, 0.13863, 18, 17.99, 21.85, 0.82059, 17, 43.85, 23.96, 0.04077, 3, 19, -29.83, 20.34, 0.00167, 18, 0.04, 20.74, 0.48098, 17, 26.18, 20.58, 0.51734, 2, 18, -13.94, 20.75, 0.07171, 17, 12.3, 18.79999, 0.92828, 1, 17, -3.79, 13.54, 1, 1, 17, -16.59, 2.93, 1 ],
				"hull": 22
			},
			"toufa_3_05": {
				"type": "mesh",
				"uvs": [ 0.65587, 0, 0.44405, 0.04312, 0.33814, 0.18607, 0.23704, 0.35682, 0.13594, 0.50771, 0.04447, 0.63477, 0, 0.78169, 0.09261, 0.94052, 0.20815, 0.98023, 0.29481, 0.91273, 0.32369, 1, 0.54515, 1, 0.86288, 1, 1, 0.97626, 0.95916, 0.78169, 0.95435, 0.61095, 1, 0.4402, 1, 0.24563, 1, 0.09077, 0.88214, 0.00342, 0.5981, 0.15034, 0.78104, 0.26946, 0.57403, 0.29328, 0.71364, 0.42432, 0.45849, 0.46403, 0.61254, 0.61492, 0.32369, 0.64271, 0.54033, 0.82537, 0.7329, 0.87699 ],
				"triangles": [ 20, 2, 1, 22, 20, 21, 22, 2, 20, 23, 22, 21, 23, 21, 16, 24, 2, 22, 24, 22, 23, 15, 23, 16, 25, 23, 15, 20, 1, 0, 21, 19, 18, 21, 0, 19, 17, 21, 18, 20, 0, 21, 21, 17, 16, 3, 2, 24, 25, 24, 23, 26, 3, 24, 26, 24, 25, 28, 25, 15, 4, 3, 26, 27, 26, 25, 28, 15, 14, 27, 25, 28, 26, 5, 4, 9, 26, 27, 26, 6, 5, 9, 6, 26, 7, 6, 9, 12, 28, 14, 8, 7, 9, 10, 9, 27, 11, 27, 28, 10, 27, 11, 13, 12, 14, 11, 28, 12 ],
				"vertices": [ 3, 19, -53.33, -24.52, 2.3E-4, 17, 7.93, -26.66, 0.84882, 18, -24.06, -23.79, 0.15093, 3, 19, -35.3, -41.34, 0.04792, 17, 27.75, -41.32, 0.47111, 18, -6.27, -40.86, 0.48096, 3, 19, -12.36, -40.66999, 0.24326, 17, 50.47, -38.05, 0.16639, 18, 16.67, -40.5, 0.59034, 4, 20, -17.16, -35.59999, 0.1503, 19, 13.46, -37.46, 0.6045, 17, 75.76999, -31.92, 0.00605, 18, 42.55, -37.64, 0.23912, 3, 20, 6.41, -36.82, 0.65536, 19, 37.02, -35.74, 0.32554, 18, 66.12, -36.24, 0.01907, 2, 20, 26.59, -38.49, 0.92354, 19, 57.24, -34.89, 0.07645, 2, 20, 46.88, -34.18999, 0.99448, 19, 76.85, -28.1, 0.00551, 1, 20, 61.86, -15.25, 1, 1, 20, 61.04, -1.13, 1, 1, 20, 48.43, 3.61, 1, 1, 20, 57.75, 11.78, 1, 3, 20, 46.79, 34.28, 0.92371, 19, 68.25, 39.83, 0.06131, 18, 98.38, 38.89, 0.01497, 3, 20, 31.07, 66.56, 0.69818, 19, 48.63, 69.9, 0.22275, 18, 79.18, 69.23, 0.07906, 3, 20, 21.36, 79.06, 0.66741, 19, 37.45, 81.1, 0.24206, 18, 68.15, 80.58, 0.09051, 4, 20, -0.57, 63.24, 0.53122, 19, 17.64, 62.68, 0.30282, 17, 68.53, 68.04, 7.5E-4, 18, 48.09, 62.43, 0.16519, 4, 20, -21.37, 52.5, 0.23658, 19, -1.65, 49.44, 0.34145, 17, 50.86, 52.7, 0.03638, 18, 28.62, 49.46, 0.38557, 4, 20, -44.65, 46.9, 0.042, 19, -24.06, 40.98, 0.15504, 17, 29.56, 41.75, 0.24544, 18, 6.09, 41.31, 0.55749, 4, 20, -68.62, 35.22, 5.0E-5, 19, -46.38, 26.42, 0.00923, 17, 9.04, 24.74, 0.78791, 18, -16.42, 27.05, 0.20278, 2, 17, -7.29, 11.2, 0.99969, 18, -34.34999, 15.71, 3.0E-4, 1, 17, -8.01, -6.68, 1, 3, 19, -32.50999, -18.74, 0.02075, 17, 27.96, -18.54999, 0.57539, 18, -3.17, -18.29, 0.40384, 3, 19, -30.13, 7.48, 0.00212, 17, 27.34, 7.77, 0.39133, 18, -0.43, 7.89, 0.60654, 3, 19, -14.62, -10.32, 0.13758, 17, 44.77, -8.14999, 0.06886, 18, 14.83, -10.12, 0.79354, 4, 20, -32.43999, 16.85, 0.01312, 19, -8.2, 12.69, 0.14674, 17, 48.53, 15.44, 0.05639, 18, 21.56, 12.8, 0.78373, 3, 20, -14.92, -6.67, 0.00822, 19, 12.09, -8.47999, 0.88491, 18, 41.57, -8.64, 0.10685, 3, 20, -3.96, 18.02, 0.20143, 19, 19.9, 17.39, 0.68945, 18, 49.73, 17.11, 0.10911, 2, 20, 13.75, -9.64999, 0.89623, 19, 40.91999, -7.86, 0.10376, 3, 20, 25.52, 23.31, 0.89546, 19, 48.51, 26.3, 0.08491, 18, 78.46, 25.64, 0.01962, 3, 20, 22.35, 45.97, 0.69089, 19, 42.54, 48.39, 0.22593, 18, 72.8, 47.81, 0.08316 ],
				"hull": 20
			}
		},
		"toufa_4": {
			"toufa_4": {
				"type": "mesh",
				"uvs": [ 0, 0.10381, 0, 0.33116, 0.11733, 0.57114, 0.31491, 0.78902, 0.51249, 1, 0.83356, 1, 1, 0.95638, 0.90765, 0.74481, 0.7677, 0.4922, 0.65244, 0.24906, 0.56188, 0, 0.15849, 0 ],
				"triangles": [ 2, 1, 9, 9, 11, 10, 9, 1, 11, 1, 0, 11, 3, 2, 8, 2, 9, 8, 6, 5, 7, 5, 4, 7, 4, 3, 7, 3, 8, 7 ],
				"vertices": [ 1, 25, -1.19, -8.6, 1, 3, 27, -26.38, -8.64, 0, 26, -5.28, -9.68, 0.14452, 25, 15.33, -10.14999, 0.85547, 3, 27, -8.57, -9.43, 0.01665, 26, 12.53, -9.76, 0.97965, 25, 33.08, -8.5, 0.00368, 3, 27, 8.16, -7.66, 0.98413, 26, 29.19, -7.33, 0.01586, 25, 49.43, -4.46999, 0, 2, 27, 24.42, -5.78, 1, 25, 65.26999, -0.39, 0, 2, 27, 26.47, 2.96, 0.9995, 26, 47.06, 4.01, 4.9E-4, 2, 27, 24.43, 8.22999, 0.99912, 26, 44.81, 9.18999, 8.7E-4, 3, 27, 8.8, 9.22, 0.96999, 26, 29.16, 9.57, 0.03, 25, 47.76, 12.34, 0, 3, 27, -10.04, 9.60999, 0.01111, 26, 10.31, 9.2, 0.9872, 25, 29.03, 10.16, 0.00168, 3, 27, -28.06, 10.5, 0, 26, -7.72, 9.38, 0.04175, 25, 11.06, 8.59, 0.95824, 1, 25, -7.27, 7.76, 1, 1, 25, -8.32, -3.48, 1 ],
				"hull": 12
			}
		},
		"toufa_4_01": {
			"toufa_4_01": {
				"type": "mesh",
				"uvs": [ 0.41239, 0.01753, 0.29274, 0.09247, 0.19847, 0.20253, 0.1187, 0.39923, 0.04618, 0.58187, 0, 0.79965, 0.14227, 0.94483, 0.26373, 1, 0.43233, 1, 0.62813, 1, 0.79491, 0.99167, 0.89643, 0.96357, 1, 0.93547, 0.95626, 0.71535, 0.92182, 0.5046, 0.87649, 0.28214, 0.82573, 0.11588, 0.73871, 0.00348, 0.5828, 0, 0.3997, 0.24702, 0.5828, 0.23765, 0.71152, 0.24233, 0.329, 0.45542, 0.5538, 0.48587, 0.74778, 0.48352, 0.29093, 0.69193, 0.54473, 0.74345, 0.75684, 0.75047 ],
				"triangles": [ 23, 20, 21, 23, 19, 20, 24, 21, 15, 21, 16, 15, 2, 1, 19, 19, 0, 20, 19, 1, 0, 16, 21, 17, 17, 21, 18, 21, 20, 18, 20, 0, 18, 22, 4, 3, 24, 15, 14, 23, 21, 24, 22, 19, 23, 3, 2, 22, 22, 2, 19, 26, 23, 24, 27, 14, 13, 27, 24, 14, 26, 25, 23, 23, 25, 22, 25, 4, 22, 8, 26, 9, 9, 27, 10, 9, 26, 27, 26, 8, 25, 27, 26, 24, 8, 7, 25, 7, 6, 25, 10, 27, 11, 11, 13, 12, 11, 27, 13, 6, 5, 25, 5, 4, 25 ],
				"vertices": [ 2, 22, -31.43, -18.01, 0.06163, 21, 2.16, -19.57, 0.93836, 4, 24, -69.98, -33.05, 6.3E-4, 23, -43.47, -36.06, 0.03319, 22, -19.69, -34.95, 0.27118, 21, 14.74, -35.9, 0.69497, 4, 24, -54.86, -45.68, 0.02621, 23, -27.86, -48.07, 0.13105, 22, -4.39, -47.36, 0.42372, 21, 30.65, -47.52, 0.419, 4, 24, -29.76, -54.62, 0.19537, 23, -2.42, -56.02, 0.31066, 22, 20.82, -55.94, 0.36243, 21, 56.27, -54.82, 0.13151, 4, 24, -6.49, -62.69, 0.47882, 23, 21.14, -63.15, 0.3211, 22, 44.21, -63.67, 0.17813, 21, 80.01999, -61.36, 0.02193, 3, 24, 20.37999, -66.12999, 0.68357, 23, 48.13, -65.51999, 0.24029, 22, 71.12999, -66.72, 0.07613, 3, 24, 34.55, -41.86, 0.83797, 23, 61.33, -40.71, 0.13646, 22, 84.95, -42.25, 0.02556, 3, 24, 38.48, -22.29, 0.95884, 23, 64.48, -21, 0.03857, 22, 88.59, -22.62, 0.00257, 2, 24, 34.83, 3.57, 0.99989, 22, 84.57, 3.19, 1.0E-4, 3, 24, 30.59, 33.62, 0.73827, 23, 54.37, 34.56, 0.21238, 22, 79.9, 33.16999, 0.04933, 4, 24, 25.99, 59.08, 0.52376, 23, 48.76, 59.81, 0.34937, 22, 74.93, 58.56, 0.12605, 21, 104.54, 62.26, 7.9E-4, 4, 24, 20.45, 74.19, 0.4574, 23, 42.63, 74.69, 0.38033, 22, 69.17, 73.58999, 0.15831, 21, 98.04, 76.98, 0.00392, 4, 24, 14.87, 89.62, 0.43571, 23, 36.43999, 89.88, 0.38961, 22, 63.37, 88.93, 0.16965, 21, 91.47, 92.01, 0.00501, 4, 24, -10.33, 79.22, 0.35085, 23, 11.67, 78.49, 0.38764, 22, 38.32, 78.17, 0.21571, 21, 66.99, 80, 0.04578, 4, 24, -34.62, 70.4, 0.1757, 23, -12.25, 68.71, 0.32631, 22, 14.15, 69, 0.30972, 21, 43.31, 69.62, 0.18825, 4, 24, -60.08, 59.71, 0.04111, 23, -37.25999, 57.02, 0.16561, 22, -11.14, 57.95, 0.29613, 21, 18.61, 57.31, 0.49713, 4, 24, -78.73, 49.14, 0.00615, 23, -55.48, 45.71, 0.06074, 22, -29.64, 47.1, 0.16476, 21, 0.68, 45.55, 0.76833, 3, 23, -66.33999, 30.03, 0.01947, 22, -40.89, 31.7, 0.06883, 21, -9.77, 29.6, 0.91167, 3, 24, -87.24, 9.91, -1.0E-5, 23, -62.43, 6.18, 3.9E-4, 21, -5.26, 5.85, 0.99962, 4, 24, -53.93, -14.04, 5.1E-4, 23, -28.18, -16.43, 0.02228, 22, -3.92, -15.71, 0.37589, 21, 29.52, -15.89, 0.60131, 3, 23, -34.37, 11.28, 0.00863, 22, -9.39999, 12.15, 0.14815, 21, 22.65, 11.66, 0.84319, 4, 24, -61.24, 33.73, 0.01528, 23, -37.38, 31.01, 0.09212, 22, -11.92, 31.94, 0.27394, 21, 19.14, 31.3, 0.61864, 4, 24, -27.64, -21.4, 0.08726, 23, -1.62, -22.74, 0.34909, 22, 22.47, -22.69, 0.45935, 21, 56.24, -21.53, 0.10428, 4, 24, -28.88, 13.6, 0.02649, 23, -4.26, 12.19, 0.48806, 22, 20.70999, 12.29, 0.46808, 21, 52.72, 13.32, 0.01736, 4, 24, -33.36, 43.33, 0.14766, 23, -9.91, 41.72, 0.34379, 22, 15.8, 41.95, 0.34185, 21, 46.33, 42.7, 0.16668, 4, 24, 1.28, -23.28, 0.50923, 23, 27.35, -23.47, 0.43199, 22, 51.42, -24.15, 0.0575, 21, 85.23, -21.53, 0.00126, 3, 24, 1.91, 16.52, 0.62486, 23, 26.4, 16.33, 0.35941, 22, 51.47, 15.66, 0.01571, 4, 24, -1.84, 49.2, 0.39836, 23, 21.34, 48.83, 0.39, 22, 47.24, 48.28, 0.18249, 21, 77.41, 50.59, 0.02913 ],
				"hull": 19
			},
			"toufa_4_02": {
				"type": "mesh",
				"uvs": [ 0.40705, 0.03243, 0.30996, 0.08338, 0.23953, 0.16445, 0.17099, 0.25246, 0.09104, 0.41922, 0.0168, 0.61378, 0, 0.78285, 0.10246, 0.92414, 0.22049, 1, 0.329, 1, 0.52317, 1, 0.70212, 0.99825, 0.89058, 0.9612, 1, 0.90329, 0.92294, 0.68094, 0.87916, 0.41922, 0.8468, 0.19687, 0.76684, 0.05327, 0.62788, 0, 0.50604, 0.00232, 0.40515, 0.24551, 0.52317, 0.26867, 0.70022, 0.28257, 0.30235, 0.43775, 0.51556, 0.47481, 0.70402, 0.49797, 0.2776, 0.64852, 0.50985, 0.67863, 0.75733, 0.69252, 0.29093, 0.81991, 0.52127, 0.8755, 0.78398, 0.86392 ],
				"triangles": [ 9, 30, 10, 10, 30, 11, 8, 29, 9, 9, 29, 30, 8, 7, 29, 11, 31, 12, 11, 30, 31, 12, 31, 13, 7, 6, 29, 31, 14, 13, 29, 27, 30, 30, 28, 31, 30, 27, 28, 31, 28, 14, 6, 26, 29, 29, 26, 27, 6, 5, 26, 5, 4, 26, 27, 25, 28, 28, 25, 14, 27, 26, 24, 26, 4, 23, 25, 15, 14, 27, 24, 25, 26, 23, 24, 24, 22, 25, 23, 20, 24, 24, 21, 22, 24, 20, 21, 4, 3, 23, 23, 3, 20, 20, 3, 2, 25, 22, 15, 22, 16, 15, 21, 18, 22, 22, 17, 16, 22, 18, 17, 20, 0, 21, 0, 19, 21, 21, 19, 18, 2, 1, 20, 20, 1, 0 ],
				"vertices": [ 3, 21, 4.44, -21.75, 0.89917, 22, -29.27, -20.29999, 0.09508, 23, -53.41, -21.66, 0.00574, 4, 21, 13.31, -34.39, 0.68298, 22, -21.04, -33.37, 0.27347, 23, -44.86, -34.50999, 0.04107, 24, -71.31, -31.45, 0.00245, 4, 21, 24.93, -42.47, 0.45182, 22, -9.85, -42.03, 0.41393, 23, -33.45, -42.89, 0.11367, 24, -60.24, -40.27, 0.02056, 4, 21, 37.31, -50.12, 0.25164, 22, 2.11999, -50.29, 0.46278, 23, -21.26, -50.84, 0.21524, 24, -48.38, -48.71, 0.07032, 4, 21, 59.28, -57.48, 0.06649, 22, 23.69, -58.74, 0.34708, 23, 0.5, -58.75, 0.33983, 24, -26.94, -57.47, 0.24658, 4, 21, 84.34, -63.34, 0.00486, 22, 48.43, -65.86, 0.16668, 23, 25.41, -65.24, 0.31425, 24, -2.3, -64.94, 0.51418, 3, 22, 68.85, -65.16, 0.09179, 23, 45.81, -64.01999, 0.2469, 24, 18.12, -64.54, 0.66129, 3, 22, 83.3, -47.77, 0.03953, 23, 59.82, -46.27, 0.15538, 24, 32.82, -47.36, 0.80508, 3, 22, 89.64, -29.34, 0.00901, 23, 65.69, -27.69, 0.06224, 24, 39.41999, -29.02, 0.92874, 3, 22, 87.2, -13.68, 3.4E-4, 23, 62.86, -12.1, 0.00863, 24, 37.21, -13.34, 0.99102, 3, 22, 82.83999, 14.32, 0.00173, 23, 57.79, 15.78, 0.05115, 24, 33.25, 14.73, 0.94711, 3, 22, 78.61, 40.09999, 0.04289, 23, 52.91, 41.45, 0.27294, 24, 29.4, 40.57, 0.68416, 3, 22, 69.98, 66.6, 0.10299, 23, 43.61, 67.72, 0.39312, 24, 21.15, 67.19, 0.50387, 4, 21, 89.13, 84.27, 0.00107, 22, 60.65, 81.32, 0.11661, 23, 33.91999, 82.19999, 0.4088, 24, 12.04, 82.04, 0.4735, 4, 21, 65.3, 67.82, 0.05048, 22, 36.02, 66.08999, 0.19493, 23, 9.68, 66.36, 0.41126, 24, -12.8, 67.17, 0.34331, 4, 21, 35.84999, 55.17, 0.32868, 22, 5.97, 54.94, 0.34837, 23, -20.07, 54.45, 0.24116, 24, -43, 56.46, 0.08177, 4, 21, 10.69, 45.11, 0.71583, 22, -19.66, 46.16, 0.22268, 23, -45.48, 45.03, 0.05613, 24, -68.76999, 48.05, 0.00535, 3, 21, -3.79, 30.18, 0.91073, 22, -34.88, 31.97, 0.08225, 23, -60.34, 30.46, 0.007, 2, 21, -5.92, 9.01, 0.99686, 22, -38.08, 10.94, 0.00313, 1, 21, -2.03, -8.34, 1, 4, 21, 29.53, -16.82, 0.55038, 22, -3.96, -16.64, 0.41505, 23, -28.2, -17.36, 0.03279, 24, -53.98, -14.97, 0.00176, 2, 21, 28.75, 0.61, 0.5, 22, -3.87, 0.8, 0.5, 4, 21, 25.12, 26.25, 0.65638, 22, -6.2, 26.6, 0.28053, 23, -31.53, 25.81, 0.05734, 24, -55.59, 28.3, 0.00571, 4, 21, 55.17, -26.82, 0.0651, 22, 21.14, -27.92, 0.48886, 23, -2.82, -28, 0.36723, 24, -29.04, -26.61, 0.07879, 2, 22, 20.74, 3.51, 0.77754, 23, -4.01, 3.41, 0.22245, 4, 21, 50.31, 32.06, 0.17867, 22, 19.25, 31.13, 0.46643, 23, -6.2, 30.98, 0.30052, 24, -30.08, 32.46, 0.05436, 4, 21, 80.67, -25.21, 0.00334, 22, 46.68, -27.59, 0.13993, 23, 22.7, -27.03, 0.42959, 24, -3.49, -26.66, 0.42712, 3, 22, 45.03, 6.46, 0.00813, 23, 20.19, 6.97, 0.64231, 24, -4.65, 7.41, 0.34952, 4, 21, 71.58, 44.43, 0.04543, 22, 41.12, 42.41, 0.18964, 23, 15.37, 42.82, 0.42524, 24, -8.05, 43.42, 0.33966, 3, 22, 66.71, -22.5, 0.00767, 23, 42.59, -21.44, 0.07762, 24, 16.59, -21.86, 0.91469, 3, 22, 68.12, 11.74, 0.00227, 23, 43.14, 12.84, 0.06375, 24, 18.5, 12.36, 0.93397, 4, 21, 90.93, 52.43, 0.00285, 22, 60.84, 49.43, 0.09019, 23, 34.91, 50.32, 0.36876, 24, 11.77, 50.15, 0.53818 ],
				"hull": 20
			},
			"toufa_4_03": {
				"type": "mesh",
				"uvs": [ 0.4882, 0.0087, 0.32532, 0.07362, 0.21992, 0.18787, 0.14806, 0.34107, 0.08578, 0.48389, 0.02351, 0.65786, 0, 0.81106, 0.08578, 0.90454, 0.21513, 0.97465, 0.32292, 0.99283, 0.47143, 1, 0.63432, 1, 0.77804, 1, 0.93374, 0.97984, 1, 0.95648, 0.95769, 0.75653, 0.92895, 0.59554, 0.91936, 0.44753, 0.90739, 0.28914, 0.86188, 0.12815, 0.7996, 0.03986, 0.67025, 0, 0.4379, 0.18528, 0.63671, 0.19306, 0.77325, 0.20864, 0.35406, 0.4008, 0.55767, 0.41638, 0.75169, 0.43975, 0.34209, 0.58516, 0.6463, 0.6319, 0.79002, 0.64228, 0.27741, 0.80327, 0.54809, 0.82145, 0.77804, 0.84222 ],
				"triangles": [ 12, 33, 13, 12, 11, 33, 10, 32, 11, 11, 32, 33, 32, 10, 31, 8, 31, 9, 10, 9, 31, 14, 13, 15, 8, 7, 31, 13, 33, 15, 7, 6, 31, 32, 29, 33, 33, 30, 15, 31, 28, 32, 32, 28, 29, 6, 5, 31, 31, 5, 28, 5, 4, 28, 33, 29, 30, 30, 16, 15, 29, 27, 30, 16, 30, 27, 28, 4, 25, 16, 27, 17, 28, 26, 29, 29, 26, 27, 28, 25, 26, 25, 4, 3, 27, 18, 17, 26, 23, 27, 25, 22, 26, 3, 2, 25, 27, 24, 18, 27, 23, 24, 26, 22, 23, 25, 2, 22, 24, 19, 18, 19, 24, 20, 22, 0, 23, 24, 23, 20, 23, 21, 20, 23, 0, 21, 2, 1, 22, 22, 1, 0 ],
				"vertices": [ 3, 21, 0.77, -18.14, 0.96068, 22, -32.75, -16.51, 0.03835, 23, -56.98, -17.95999, 9.5E-4, 4, 21, 12.61, -37.14, 0.71629, 22, -21.88, -36.08, 0.2406, 23, -45.62, -37.25, 0.0419, 24, -72.18, -34.15, 0.00119, 4, 21, 28.69, -47.68, 0.45255, 22, -6.35, -47.42, 0.37854, 23, -29.82, -48.19, 0.14087, 24, -56.82, -45.71, 0.02803, 4, 21, 48.43, -53.05, 0.1929, 22, 13.08, -53.77, 0.38254, 23, -10.22, -54.05, 0.28909, 24, -37.47, -52.35, 0.13545, 4, 21, 66.69999, -57.45, 0.05708, 22, 31.11, -59.1, 0.25696, 23, 7.93, -58.91, 0.3523, 24, -19.52, -57.93, 0.33365, 4, 21, 88.61, -61.1, 0.00626, 22, 52.8, -63.85, 0.11697, 23, 29.73, -63.12, 0.28404, 24, 2.08999, -62.99, 0.5927, 3, 22, 71.28, -64.04, 0.06243, 23, 48.21, -62.84, 0.21813, 24, 20.56, -63.45, 0.71943, 3, 22, 80.57, -51.39, 0.03826, 23, 57.18, -49.96, 0.16958, 24, 30.03, -50.94, 0.79214, 3, 22, 86.24, -33.62, 0.01159, 23, 62.4, -32.05, 0.08528, 24, 35.97, -33.25, 0.90311, 3, 22, 86.24, -19.54, 0.00145, 23, 62.04, -17.98, 0.02681, 24, 36.16999, -19.18, 0.97173, 1, 24, 34.33, -0.09, 1, 3, 22, 80.9, 20.27, 0.00592, 23, 55.7, 21.68, 0.07734, 24, 31.4, 20.7, 0.91672, 3, 22, 78.04, 38.59, 0.03279, 23, 52.38, 39.91999, 0.21814, 24, 28.81, 39.06, 0.74905, 3, 22, 72.58, 58.06, 0.05932, 23, 46.43, 59.25, 0.29687, 24, 23.63, 58.62, 0.64379, 3, 22, 68.51999, 66.08, 0.06242, 23, 42.16, 67.17, 0.30393, 24, 19.68, 66.69, 0.63364, 4, 21, 75.57, 59.26, 0.01474, 22, 45.85, 57.02, 0.13063, 23, 19.73, 57.54, 0.36377, 24, -3.1, 57.97, 0.49084, 4, 21, 57.57, 51.73, 0.09222, 22, 27.49, 50.41, 0.2813, 23, 1.54, 50.47, 0.38425, 24, -21.56, 51.62, 0.24221, 4, 21, 40.58, 46.94, 0.27811, 22, 10.28, 46.48, 0.38482, 23, -15.55, 46.1, 0.26192, 24, -38.82, 47.93, 0.07513, 4, 21, 22.44, 41.59, 0.58512, 22, -8.1, 42.05, 0.30405, 23, -33.82, 41.21, 0.10057, 24, -57.27, 43.77, 0.01024, 3, 21, 4.88, 31.94, 0.87011, 22, -26.13, 33.3, 0.11329, 23, -51.62, 32, 0.01658, 3, 21, -3.76, 21.93, 0.96565, 22, -35.27, 23.74, 0.03262, 23, -60.52, 22.22, 0.00171, 2, 21, -5.01, 4.63, 0.99958, 22, -37.39, 6.52, 4.1E-4, 4, 21, 22.67, -20.21999, 0.7609, 22, -10.99, -19.69, 0.22113, 23, -35.15, -20.58, 0.01774, 24, -61.05, -17.91, 2.1E-4, 2, 21, 18.35, 5.07, 0.99992, 23, -38.82, 4.81, 7.0E-5, 4, 21, 16.58, 22.69, 0.79517, 22, -14.9, 23.48, 0.17818, 23, -40.15, 22.47, 0.02653, 24, -64.33999, 25.3, 1.0E-4, 4, 21, 49.98, -25.58, 0.17729, 22, 16.01, -26.42, 0.49915, 23, -7.98, -26.63, 0.27147, 24, -34.15, -25.04, 0.05206, 1, 22, 13.8, -0.19, 1, 4, 21, 44.07, 25.57, 0.22689, 22, 12.69, 24.96, 0.44631, 23, -12.6, 24.65, 0.27311, 24, -36.72, 26.39, 0.05366, 4, 21, 71.76999, -22.63, 0.00563, 22, 37.91999, -24.57, 0.13432, 23, 13.87, -24.23, 0.51735, 24, -12.21, -23.51, 0.34267, 4, 21, 69.23, 16.91, 0.01149, 22, 37.38, 15.05, 0.16496, 23, 12.32, 15.37, 0.62932, 24, -12.18, 16.12, 0.19421, 4, 21, 66.67, 35.32, 0.06985, 22, 35.74, 33.56, 0.28227, 23, 10.22, 33.83, 0.43233, 24, -13.55, 34.65, 0.21553, 3, 22, 64.86, -28.82, 0.02961, 23, 40.9, -27.79, 0.15649, 24, 14.65, -28.14, 0.81389, 3, 22, 61.62, 6.01, 9.4E-4, 23, 36.78, 6.94, 0.03532, 24, 11.91, 6.72, 0.96372, 4, 21, 90.27, 38.65, 0.0021, 22, 59.49, 35.7, 0.06649, 23, 33.91, 36.56, 0.30487, 24, 10.22, 36.43999, 0.62651 ],
				"hull": 22
			},
			"toufa_4_04": {
				"type": "mesh",
				"uvs": [ 0.44257, 0.02819, 0.31099, 0.0765, 0.21889, 0.19345, 0.12415, 0.38921, 0.06099, 0.57226, 0.01362, 0.73752, 0, 0.87226, 0.08731, 0.96887, 0.25836, 1, 0.42678, 1, 0.62678, 1, 0.78468, 1, 0.88994, 1, 1, 0.96379, 0.95573, 0.77819, 0.9531, 0.63074, 0.95047, 0.46548, 0.91625, 0.29514, 0.90047, 0.16294, 0.85047, 0.08667, 0.75836, 0.02565, 0.6031, 0, 0.43204, 0.21633, 0.57415, 0.21887, 0.73204, 0.23158, 0.41362, 0.36125, 0.58204, 0.36633, 0.75573, 0.40192, 0.30047, 0.52396, 0.60836, 0.55192, 0.77415, 0.56718, 0.27415, 0.71972, 0.55573, 0.76294, 0.78204, 0.76548 ],
				"triangles": [ 13, 12, 14, 10, 33, 11, 14, 12, 33, 12, 11, 33, 9, 32, 10, 10, 32, 33, 29, 33, 32, 32, 9, 31, 9, 8, 31, 8, 7, 31, 7, 6, 31, 31, 6, 5, 31, 28, 32, 5, 4, 31, 31, 4, 28, 33, 29, 30, 33, 15, 14, 33, 30, 15, 32, 28, 29, 29, 28, 25, 30, 16, 15, 4, 3, 28, 29, 27, 30, 26, 25, 22, 26, 22, 23, 29, 25, 26, 30, 27, 16, 29, 26, 27, 28, 3, 25, 27, 17, 16, 26, 24, 27, 3, 2, 25, 27, 24, 17, 26, 23, 24, 25, 2, 22, 24, 18, 17, 24, 19, 18, 24, 20, 19, 20, 24, 21, 22, 0, 23, 24, 23, 21, 23, 0, 21, 2, 1, 22, 22, 1, 0 ],
				"vertices": [ 3, 21, 5.47, -29.48, 0.87401, 22, -28.63, -28.07, 0.11563, 23, -52.57, -29.41, 0.01035, 4, 21, 14.11, -43, 0.69613, 22, -20.69, -42.01, 0.25422, 23, -44.28, -43.15, 0.04649, 24, -71.07, -40.09999, 0.00314, 4, 21, 29.75, -50.47, 0.47175, 22, -5.43, -50.26, 0.3702, 23, -28.82, -51.01, 0.12672, 24, -55.94, -48.57, 0.0313, 4, 21, 54.57, -56.35, 0.1615, 22, 19.04, -57.38, 0.34887, 23, -4.17, -57.5, 0.29847, 24, -31.56, -56.04, 0.19114, 4, 21, 77.18, -59, 0.03356, 22, 41.5, -61.17, 0.1768, 23, 18.36, -60.72, 0.3152, 24, -9.17, -60.15, 0.47442, 4, 21, 97.37, -60.32, 0.00281, 22, 61.59, -63.5, 0.06518, 23, 38.52, -62.55, 0.21382, 24, 10.89, -62.77, 0.71817, 3, 22, 77.54, -62.59, 0.02833, 23, 54.44, -61.23, 0.15088, 24, 26.85, -62.09, 0.82077, 3, 22, 87.28, -51, 0.01358, 23, 63.87, -49.4, 0.11383, 24, 36.74, -50.64, 0.87257, 3, 22, 87.9, -31.16, 0.00226, 23, 64, -29.56, 0.05663, 24, 37.66, -30.82, 0.94109, 1, 24, 34.98, -11.81, 1, 2, 23, 56.48, 11.76, 0.01468, 24, 31.79, 10.76, 0.98531, 3, 22, 78.66, 28.11, 0.00339, 23, 53.26, 29.47, 0.14674, 24, 29.28, 28.58, 0.84985, 3, 22, 76.81, 39.97, 0.0093, 23, 51.12, 41.27, 0.21262, 24, 27.6, 40.46, 0.77805, 3, 22, 70.66, 51.71, 0.01421, 23, 44.67, 52.85, 0.24032, 24, 21.62, 52.29, 0.74546, 3, 22, 49.8, 43.35, 0.09348, 23, 24.03, 43.97, 0.37416, 24, 0.64, 44.23, 0.53235, 4, 21, 63.23, 41.97, 0.01382, 22, 32.65, 40.37, 0.29301, 23, 6.96, 40.56, 0.46753, 24, -16.54, 41.50999, 0.22561, 4, 21, 44.2, 37.7, 0.13153, 22, 13.43, 37.07, 0.53715, 23, -12.16, 36.78, 0.29139, 24, -35.8, 38.49, 0.03988, 4, 21, 25.32, 29.79, 0.54158, 22, -5.82, 30.12, 0.39739, 23, -31.24, 29.35, 0.06078, 24, -55.16, 31.82, 2.2E-4, 3, 21, 10.41, 24.86, 0.87837, 22, -20.95, 25.94, 0.11757, 23, -46.27, 24.78, 0.00405, 2, 21, 2.76, 17.44, 0.97559, 22, -28.97, 18.93, 0.0244, 1, 21, -2.14, 5.7, 1, 2, 21, -1.5, -12.24, 0.99592, 22, -34.73, -10.5, 0.00406, 4, 21, 27.45, -26.13, 0.69698, 22, -6.51, -25.84, 0.26665, 23, -30.52, -26.62, 0.03424, 24, -56.66, -24.13, 0.00211, 3, 21, 24.45, -10.21, 0.7769, 22, -8.71, -9.79, 0.22002, 23, -33.12, -10.63, 0.00306, 3, 21, 22.25, 7.71, 0.913, 22, -9.99, 8.22, 0.08647, 23, -34.86, 7.34, 5.2E-4, 4, 21, 44.62, -24.71, 0.29971, 22, 10.7, -25.28, 0.50717, 23, -13.32, -25.63, 0.16235, 24, -39.43999, -23.82, 0.03074, 2, 22, 8.34, -6.22, 0.99877, 23, -16.16, -6.63, 0.00122, 4, 21, 41.38, 14.44, 0.09216, 22, 9.43999, 13.98, 0.8192, 23, -15.57, 13.59, 0.08716, 24, -40.13, 15.46, 0.00146, 4, 21, 66.04, -33.43, 0.04516, 22, 31.66, -35.07, 0.24148, 23, 7.87, -34.88, 0.41799, 24, -18.62, -33.91, 0.29534, 1, 23, 4.84, 0.23, 1, 4, 21, 60.04, 20.46999, 0.00631, 22, 28.38, 19.06, 0.3295, 23, 3.23, 19.15, 0.59209, 24, -21.11, 20.26, 0.07208, 4, 21, 89.27, -31.67, 0.00189, 22, 54.95, -34.48, 0.05094, 23, 31.14, -33.7, 0.2575, 24, 4.66, -33.66, 0.68965, 1, 24, 5.23, -1.16, 1, 3, 22, 51.37, 23.55, 0.0886, 23, 26.09, 24.22, 0.44297, 24, 1.92, 24.42, 0.46841 ],
				"hull": 22
			}
		},
		"yan01": {
			"yan01": { "x": -3.41, "y": 5.83, "rotation": -77.99, "width": 62, "height": 20 },
			"yan02": { "x": -4.11, "y": 9.13, "rotation": -77.99, "width": 59, "height": 20 },
			"yan03": { "x": -4.54, "y": 11.17, "rotation": -77.99, "width": 59, "height": 20 },
			"yan04": { "x": -1.98, "y": 3.94, "rotation": -77.99, "width": 20, "height": 18 }
		},
		"yaoshui": {
			"yaoshui": {
				"type": "mesh",
				"uvs": [ 0.01393, 0.69786, 0.01001, 0.71214, 0.00804, 0.82638, 0.23362, 1, 0.35523, 0.95898, 0.56119, 0.68562, 0.87111, 0.24906, 1, 0.0471, 0.68274, 0.0471, 0.41996, 0.0471, 0.3007, 0.25436, 0.05904, 0.6183, 0.57451, 0.25398 ],
				"triangles": [ 6, 8, 7, 12, 9, 8, 12, 8, 6, 10, 9, 12, 5, 10, 12, 11, 10, 5, 5, 12, 6, 4, 11, 5, 1, 0, 11, 4, 1, 11, 2, 1, 4, 3, 2, 4 ],
				"vertices": [ 4.54, 4.26, 4.54, 4.26, 2.14, 2.44, 1.07, -0.39, 4.33, -6.91, 12.98, -7.64, 24.61, -8.35, 31.88, -8.64, 28.12, -2.09999, 25, 3.31, 18.27, 3.93, 7.21, 4.19, 21.27, -1.99 ],
				"hull": 12
			}
		},
		"youer01": {
			"youer01": { "x": 17.26, "y": -2.76, "rotation": 165.23, "width": 41, "height": 22 }
		},
		"youjiao01": {
			"youjiao02": { "x": 18.76, "y": 2.36, "rotation": 108.79, "width": 26, "height": 46 }
		},
		"zuoer01": {
			"zuoer01": { "x": 13.47, "y": 2.45, "rotation": 20.4, "width": 42, "height": 22 }
		},
		"zuojiao01": {
			"youjiao02": { "x": 18.34, "y": 3.84, "rotation": 99.73, "width": 26, "height": 46 },
			"zuojiao01": { "x": 15.52, "y": -1.57, "rotation": 51.21, "width": 36, "height": 43 }
		}
	}
},
"events": {
	"atk1": {},
	"atk2": {},
	"atk3": {},
	"atk4": {},
	"atk5": {},
	"atk6": {},
	"rush1": {},
	"skillA1": {},
	"skillA2": {},
	"skillA3": {},
	"skillB1": {},
	"skillB2": {},
	"skillB3": {},
	"skillC1": {},
	"skillC2": {},
	"skillC3": {},
	"skillD1": {},
	"weaponatk": {}
},
"animations": {
	"idle1": {
		"slots": {
			"hand00": {
				"attachment": [
					{ "time": 0, "name": "shou21" },
					{ "time": 2.5, "name": "shou21" },
					{ "time": 5, "name": "shou21" },
					{ "time": 7.5, "name": "shou21" },
					{ "time": 10, "name": "shou21" },
					{ "time": 12.5, "name": "shou21" },
					{ "time": 15, "name": "shou21" }
				]
			},
			"hand20": {
				"attachment": [
					{ "time": 0, "name": "shou06" },
					{ "time": 1.9333, "name": "shou20" },
					{ "time": 2.5666, "name": "shou27" },
					{ "time": 2.6333, "name": "shou06" },
					{ "time": 3.9, "name": "shou17" },
					{ "time": 3.9666, "name": "shou06" },
					{ "time": 5, "name": "shou06" },
					{ "time": 8, "name": "shou27" },
					{ "time": 8.5333, "name": "shou28" },
					{ "time": 9.3333, "name": "shou28" },
					{ "time": 10, "name": "shou28" },
					{ "time": 15, "name": "shou06" }
				]
			},
			"jinwei_0007_yan": {
				"color": [
					{ "time": 0, "color": "ffffffff" },
					{ "time": 3.3, "color": "000000ff" },
					{ "time": 7.3333, "color": "ffffffff" },
					{ "time": 11.4, "color": "000000ff" },
					{ "time": 15, "color": "ffffffff" }
				]
			},
			"pidai01": {
				"attachment": [
					{ "time": 0, "name": "pidai04" },
					{ "time": 2.5, "name": "pidai04" },
					{ "time": 5, "name": "pidai04" },
					{ "time": 7.5, "name": "pidai04" },
					{ "time": 10, "name": "pidai04" },
					{ "time": 12.5, "name": "pidai04" },
					{ "time": 15, "name": "pidai04" }
				]
			},
			"pifeng01": {
				"attachment": [
					{ "time": 0, "name": "pifeng05" },
					{ "time": 2.5, "name": "pifeng05" },
					{ "time": 5, "name": "pifeng05" },
					{ "time": 7.5, "name": "pifeng05" },
					{ "time": 10, "name": "pifeng05" },
					{ "time": 12.5, "name": "pifeng05" },
					{ "time": 15, "name": "pifeng05" }
				]
			},
			"pifengbeimian01": {
				"attachment": [
					{ "time": 0, "name": null },
					{ "time": 2.5, "name": null },
					{ "time": 5, "name": null },
					{ "time": 7.5, "name": null },
					{ "time": 10, "name": null },
					{ "time": 12.5, "name": null },
					{ "time": 15, "name": null }
				]
			},
			"qunzi01": {
				"attachment": [
					{ "time": 0, "name": "qunzi05" },
					{ "time": 2.5, "name": "qunzi05" },
					{ "time": 5, "name": "qunzi05" },
					{ "time": 7.5, "name": "qunzi05" },
					{ "time": 10, "name": "qunzi05" },
					{ "time": 12.5, "name": "qunzi05" },
					{ "time": 15, "name": "qunzi05" }
				]
			},
			"shengti01": {
				"attachment": [
					{ "time": 0, "name": "shengti05" },
					{ "time": 2.5, "name": "shengti05" },
					{ "time": 5, "name": "shengti05" },
					{ "time": 7.5, "name": "shengti05" },
					{ "time": 10, "name": "shengti05" },
					{ "time": 12.5, "name": "shengti05" },
					{ "time": 15, "name": "shengti05" }
				]
			},
			"tou2_01": {
				"attachment": [
					{ "time": 0, "name": "tou05" },
					{ "time": 2.5, "name": "tou05" },
					{ "time": 5, "name": "tou05" },
					{ "time": 7.5, "name": "tou05" },
					{ "time": 10, "name": "tou05" },
					{ "time": 15, "name": "tou05" }
				]
			},
			"toufa_1_01": {
				"attachment": [
					{ "time": 0, "name": "toufa_1_04" },
					{ "time": 2.5, "name": "toufa_1_04" },
					{ "time": 5, "name": "toufa_1_04" },
					{ "time": 7.5, "name": "toufa_1_04" },
					{ "time": 10, "name": "toufa_1_04" },
					{ "time": 12.5, "name": "toufa_1_04" },
					{ "time": 15, "name": "toufa_1_04" }
				]
			},
			"toufa_3_01": {
				"attachment": [
					{ "time": 0, "name": "toufa_3_05" },
					{ "time": 2.5, "name": "toufa_3_05" },
					{ "time": 5, "name": "toufa_3_05" },
					{ "time": 7.5, "name": "toufa_3_05" },
					{ "time": 10, "name": "toufa_3_05" },
					{ "time": 12.5, "name": "toufa_3_05" },
					{ "time": 15, "name": "toufa_3_05" }
				]
			},
			"toufa_4_01": {
				"attachment": [
					{ "time": 0, "name": "toufa_4_04" },
					{ "time": 2.5, "name": "toufa_4_04" },
					{ "time": 5, "name": "toufa_4_04" },
					{ "time": 7.5, "name": "toufa_4_04" },
					{ "time": 10, "name": "toufa_4_04" },
					{ "time": 12.5, "name": "toufa_4_04" },
					{ "time": 15, "name": "toufa_4_04" }
				]
			},
			"yan01": {
				"attachment": [
					{ "time": 0, "name": "yan04" },
					{ "time": 2.5, "name": "yan04" },
					{ "time": 5, "name": "yan04" },
					{ "time": 7.5, "name": "yan04" },
					{ "time": 10, "name": "yan04" },
					{ "time": 14.3333, "name": "yan04" },
					{ "time": 15, "name": "yan04" }
				]
			},
			"youer01": {
				"attachment": [
					{ "time": 0, "name": null },
					{ "time": 2.5, "name": null },
					{ "time": 5, "name": null },
					{ "time": 7.5, "name": null },
					{ "time": 10, "name": null },
					{ "time": 12.5, "name": null },
					{ "time": 15, "name": null }
				]
			},
			"youjiao01": {
				"color": [
					{ "time": 0, "color": "000000ff", "curve": "stepped" },
					{ "time": 2.5, "color": "000000ff", "curve": "stepped" },
					{ "time": 5, "color": "000000ff", "curve": "stepped" },
					{ "time": 7.5, "color": "000000ff", "curve": "stepped" },
					{ "time": 10, "color": "000000ff", "curve": "stepped" },
					{ "time": 12.5, "color": "000000ff", "curve": "stepped" },
					{ "time": 15, "color": "000000ff" }
				]
			},
			"zuojiao01": {
				"color": [
					{ "time": 0, "color": "000000ff", "curve": "stepped" },
					{ "time": 2.5, "color": "000000ff", "curve": "stepped" },
					{ "time": 5, "color": "000000ff", "curve": "stepped" },
					{ "time": 7.5, "color": "000000ff", "curve": "stepped" },
					{ "time": 10, "color": "000000ff", "curve": "stepped" },
					{ "time": 12.5, "color": "000000ff", "curve": "stepped" },
					{ "time": 15, "color": "000000ff" }
				]
			}
		},
		"bones": {
			"shenti01": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 2.5, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 7.5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 12.5, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 2.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 7.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 12.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"pifeng01": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 2.5, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 7.5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 12.5, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 15.63, "curve": "stepped" },
					{ "time": 2.5, "x": 0, "y": 15.63, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 15.63, "curve": "stepped" },
					{ "time": 7.5, "x": 0, "y": 15.63, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 15.63, "curve": "stepped" },
					{ "time": 12.5, "x": 0, "y": 15.63, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 15.63 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"tou2_01": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 0.8333, "angle": -1.68 },
					{ "time": 1.6666, "angle": 1.64 },
					{ "time": 2.5, "angle": 0 },
					{ "time": 3.3333, "angle": -1.68 },
					{ "time": 4.1666, "angle": 1.64 },
					{ "time": 5, "angle": 0 },
					{ "time": 5.8333, "angle": -1.68 },
					{ "time": 6.6666, "angle": 1.64 },
					{ "time": 7.5, "angle": 0 },
					{ "time": 8.3333, "angle": -1.68 },
					{ "time": 9.1666, "angle": 1.64 },
					{ "time": 10, "angle": 0 },
					{ "time": 10.8333, "angle": 27.66, "curve": "stepped" },
					{ "time": 11.6666, "angle": 27.66, "curve": "stepped" },
					{ "time": 14.1666, "angle": 27.66 },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 2.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 7.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"toufa_1_01": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 2.5, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 7.5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 12.5, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 2.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 7.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 12.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"toufa_4_01": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 0.8333, "angle": 5.48 },
					{ "time": 2, "angle": 357.54 },
					{ "time": 2.5, "angle": 0 },
					{ "time": 3.3333, "angle": 5.48 },
					{ "time": 4.5, "angle": 357.54 },
					{ "time": 5, "angle": 0 },
					{ "time": 5.8333, "angle": 5.48 },
					{ "time": 7, "angle": 357.54 },
					{ "time": 7.5, "angle": 0 },
					{ "time": 8.3333, "angle": 5.48 },
					{ "time": 9.5, "angle": 357.54 },
					{ "time": 10, "angle": 0 },
					{ "time": 10.8333, "angle": 5.48 },
					{ "time": 12, "angle": 357.54 },
					{ "time": 12.5, "angle": 0 },
					{ "time": 13.3333, "angle": 5.48 },
					{ "time": 14.5, "angle": 357.54 },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": -1.4, "curve": "stepped" },
					{ "time": 2.5, "x": 0, "y": -1.4, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": -1.4, "curve": "stepped" },
					{ "time": 7.5, "x": 0, "y": -1.4, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": -1.4, "curve": "stepped" },
					{ "time": 12.5, "x": 0, "y": -1.4, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": -1.4 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"toufa_3_01": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 0.8333, "angle": 5.48 },
					{ "time": 2, "angle": -2.45 },
					{ "time": 2.5, "angle": 0 },
					{ "time": 3.3333, "angle": 5.48 },
					{ "time": 4.5, "angle": -2.45 },
					{ "time": 5, "angle": 0 },
					{ "time": 5.8333, "angle": 5.48 },
					{ "time": 7, "angle": -2.45 },
					{ "time": 7.5, "angle": 0 },
					{ "time": 8.3333, "angle": 5.48 },
					{ "time": 9.5, "angle": -2.45 },
					{ "time": 10, "angle": 0 },
					{ "time": 10.8333, "angle": 5.48 },
					{ "time": 12, "angle": -2.45 },
					{ "time": 12.5, "angle": 0 },
					{ "time": 13.3333, "angle": 5.48 },
					{ "time": 14.5, "angle": -2.45 },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 6.64, "y": -32.04, "curve": "stepped" },
					{ "time": 2.5, "x": 6.64, "y": -32.04, "curve": "stepped" },
					{ "time": 5, "x": 6.64, "y": -32.04, "curve": "stepped" },
					{ "time": 7.5, "x": 6.64, "y": -32.04, "curve": "stepped" },
					{ "time": 10, "x": 6.64, "y": -32.04, "curve": "stepped" },
					{ "time": 12.5, "x": 6.64, "y": -32.04, "curve": "stepped" },
					{ "time": 15, "x": 6.64, "y": -32.04 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"yan01": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 2.5, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 7.5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 14.3333, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 4.74, "y": -5.94, "curve": "stepped" },
					{ "time": 2.5, "x": 4.74, "y": -5.94, "curve": "stepped" },
					{ "time": 5, "x": 4.74, "y": -5.94, "curve": "stepped" },
					{ "time": 7.5, "x": 4.74, "y": -5.94, "curve": "stepped" },
					{ "time": 10, "x": 4.74, "y": -5.94, "curve": "stepped" },
					{ "time": 14.3333, "x": 4.74, "y": -5.94, "curve": "stepped" },
					{ "time": 15, "x": 4.74, "y": -5.94 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1 },
					{ "time": 10, "x": 0.032, "y": 1, "curve": "stepped" },
					{ "time": 14.3333, "x": 0.032, "y": 1 },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"zuoer01": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 2.5, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 7.5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 12.5, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0.23, "y": 29.94, "curve": "stepped" },
					{ "time": 2.5, "x": 0.23, "y": 29.94, "curve": "stepped" },
					{ "time": 5, "x": 0.23, "y": 29.94, "curve": "stepped" },
					{ "time": 7.5, "x": 0.23, "y": 29.94, "curve": "stepped" },
					{ "time": 10, "x": 0.23, "y": 29.94, "curve": "stepped" },
					{ "time": 12.5, "x": 0.23, "y": 29.94, "curve": "stepped" },
					{ "time": 15, "x": 0.23, "y": 29.94 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"qunzi01": {
				"rotate": [
					{ "time": 0, "angle": 24.44, "curve": "stepped" },
					{ "time": 2.5, "angle": 24.44, "curve": "stepped" },
					{ "time": 5, "angle": 24.44, "curve": "stepped" },
					{ "time": 7.5, "angle": 24.44, "curve": "stepped" },
					{ "time": 10, "angle": 24.44, "curve": "stepped" },
					{ "time": 12.5, "angle": 24.44, "curve": "stepped" },
					{ "time": 15, "angle": 24.44 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 2.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 7.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 12.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"youjiao01": {
				"rotate": [
					{ "time": 0, "angle": 104.76, "curve": "stepped" },
					{ "time": 2.5, "angle": 104.76, "curve": "stepped" },
					{ "time": 5, "angle": 104.76, "curve": "stepped" },
					{ "time": 7.5, "angle": 104.76, "curve": "stepped" },
					{ "time": 10, "angle": 104.76, "curve": "stepped" },
					{ "time": 12.5, "angle": 104.76, "curve": "stepped" },
					{ "time": 15, "angle": 104.76 }
				],
				"translate": [
					{ "time": 0, "x": 72.41, "y": -31.27, "curve": "stepped" },
					{ "time": 2.5, "x": 72.41, "y": -31.27, "curve": "stepped" },
					{ "time": 5, "x": 72.41, "y": -31.27, "curve": "stepped" },
					{ "time": 7.5, "x": 72.41, "y": -31.27, "curve": "stepped" },
					{ "time": 10, "x": 72.41, "y": -31.27, "curve": "stepped" },
					{ "time": 12.5, "x": 72.41, "y": -31.27, "curve": "stepped" },
					{ "time": 15, "x": 72.41, "y": -31.27 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"zuojiao01": {
				"rotate": [
					{ "time": 0, "angle": -179.39 },
					{ "time": 1.1666, "angle": 185.28 },
					{ "time": 2.5, "angle": -179.39 },
					{ "time": 3.6666, "angle": 185.28 },
					{ "time": 5, "angle": -179.39 },
					{ "time": 6.1666, "angle": 185.28 },
					{ "time": 7.5, "angle": -179.39 },
					{ "time": 8.6666, "angle": 185.28 },
					{ "time": 10, "angle": -179.39 },
					{ "time": 11.1666, "angle": 185.28 },
					{ "time": 12.5, "angle": -179.39 },
					{ "time": 13.6666, "angle": 185.28 },
					{ "time": 15, "angle": -179.39 }
				],
				"translate": [
					{ "time": 0, "x": 3.75, "y": -4.37 },
					{ "time": 1.1666, "x": 3.75, "y": -6.58 },
					{ "time": 2.5, "x": 3.75, "y": -4.37 },
					{ "time": 3.6666, "x": 3.75, "y": -6.58 },
					{ "time": 5, "x": 3.75, "y": -4.37 },
					{ "time": 6.1666, "x": 3.75, "y": -6.58 },
					{ "time": 7.5, "x": 3.75, "y": -4.37 },
					{ "time": 8.6666, "x": 3.75, "y": -6.58 },
					{ "time": 10, "x": 3.75, "y": -4.37 },
					{ "time": 11.1666, "x": 3.75, "y": -6.58 },
					{ "time": 12.5, "x": 3.75, "y": -4.37 },
					{ "time": 13.6666, "x": 3.75, "y": -6.58 },
					{ "time": 15, "x": 3.75, "y": -4.37 }
				],
				"scale": [
					{ "time": 0, "x": -1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": -1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": -1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": -1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": -1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": -1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": -1, "y": 1 }
				]
			},
			"All": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 2.5, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 7.5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 12.5, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": -64.93, "curve": "stepped" },
					{ "time": 2.5, "x": 0, "y": -64.93, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": -64.93, "curve": "stepped" },
					{ "time": 7.5, "x": 0, "y": -64.93, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": -64.93, "curve": "stepped" },
					{ "time": 12.5, "x": 0, "y": -64.93, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": -64.93 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1 },
					{ "time": 1.2666, "x": 1, "y": 0.963 },
					{ "time": 2.5, "x": 1, "y": 1 },
					{ "time": 3.7666, "x": 1, "y": 0.963 },
					{ "time": 5, "x": 1, "y": 1 },
					{ "time": 6.2666, "x": 1, "y": 0.963 },
					{ "time": 7.5, "x": 1, "y": 1 },
					{ "time": 8.7666, "x": 1, "y": 0.963 },
					{ "time": 10, "x": 1, "y": 1 },
					{ "time": 11.2666, "x": 1, "y": 0.963 },
					{ "time": 12.5, "x": 1, "y": 1 },
					{ "time": 13.7666, "x": 1, "y": 0.963 },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"youer01": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 2.5, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 7.5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 12.5, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 10.65, "y": -44.9, "curve": "stepped" },
					{ "time": 2.5, "x": 10.65, "y": -44.9, "curve": "stepped" },
					{ "time": 5, "x": 10.65, "y": -44.9, "curve": "stepped" },
					{ "time": 7.5, "x": 10.65, "y": -44.9, "curve": "stepped" },
					{ "time": 10, "x": 10.65, "y": -44.9, "curve": "stepped" },
					{ "time": 12.5, "x": 10.65, "y": -44.9, "curve": "stepped" },
					{ "time": 15, "x": 10.65, "y": -44.9 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"hand00": {
				"rotate": [
					{ "time": 0, "angle": -65.57, "curve": "stepped" },
					{ "time": 2.5, "angle": -65.57, "curve": "stepped" },
					{ "time": 5, "angle": -65.57, "curve": "stepped" },
					{ "time": 7.5, "angle": -65.57, "curve": "stepped" },
					{ "time": 10, "angle": -65.57, "curve": "stepped" },
					{ "time": 12.5, "angle": -65.57, "curve": "stepped" },
					{ "time": 15, "angle": -65.57 }
				],
				"translate": [
					{ "time": 0, "x": -108.55, "y": -65.05, "curve": "stepped" },
					{ "time": 2.5, "x": -108.55, "y": -65.05, "curve": "stepped" },
					{ "time": 5, "x": -108.55, "y": -65.05, "curve": "stepped" },
					{ "time": 7.5, "x": -108.55, "y": -65.05, "curve": "stepped" },
					{ "time": 10, "x": -108.55, "y": -65.05, "curve": "stepped" },
					{ "time": 12.5, "x": -108.55, "y": -65.05, "curve": "stepped" },
					{ "time": 15, "x": -108.55, "y": -65.05 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"hand20": {
				"rotate": [
					{ "time": 0, "angle": 163.92 },
					{ "time": 0.8333, "angle": 142.79 },
					{ "time": 1.9333, "angle": 148.37 },
					{ "time": 2.0333, "angle": -169.32 },
					{ "time": 2.1666, "angle": -121.18 },
					{ "time": 2.2666, "angle": -134.23 },
					{ "time": 2.3666, "angle": -121.18 },
					{ "time": 2.4666, "angle": -134.23 },
					{ "time": 2.5666, "angle": 149.47, "curve": "stepped" },
					{ "time": 2.7, "angle": 149.47 },
					{ "time": 4.0333, "angle": 124.13 },
					{ "time": 4.1, "angle": 67.89 },
					{ "time": 4.1666, "angle": 170.83 },
					{ "time": 4.2333, "angle": 130.6 },
					{ "time": 5, "angle": 163.92, "curve": "stepped" },
					{ "time": 7.1666, "angle": 163.92 },
					{ "time": 7.3333, "angle": 117.75 },
					{ "time": 7.5, "angle": 89.49 },
					{ "time": 7.6666, "angle": 55.21 },
					{ "time": 7.8333, "angle": 11.66 },
					{ "time": 8, "angle": 138.68 },
					{ "time": 8.5333, "angle": 49.05, "curve": "stepped" },
					{ "time": 9.3333, "angle": 49.05, "curve": "stepped" },
					{ "time": 10, "angle": 49.05, "curve": "stepped" },
					{ "time": 14.3333, "angle": 49.05 },
					{ "time": 14.6666, "angle": 47.56 },
					{ "time": 15, "angle": 163.92 }
				],
				"translate": [
					{ "time": 0, "x": 146.47, "y": 8.55 },
					{ "time": 0.5, "x": 150.89, "y": 11.31 },
					{ "time": 0.8333, "x": 150.71, "y": 2.56 },
					{ "time": 1.3333, "x": 122.48, "y": 4.07 },
					{ "time": 1.4, "x": 129.8, "y": 4.75 },
					{ "time": 1.4666, "x": 118.68, "y": 5.41 },
					{ "time": 1.5333, "x": 129.8, "y": 4.75 },
					{ "time": 1.6, "x": 118.68, "y": 5.41 },
					{ "time": 1.6666, "x": 129.8, "y": 4.75 },
					{ "time": 1.7333, "x": 118.68, "y": 5.41 },
					{ "time": 1.8, "x": 129.8, "y": 4.75 },
					{ "time": 1.8666, "x": 118.68, "y": 5.41 },
					{ "time": 1.9333, "x": 119.27, "y": 5.48 },
					{ "time": 2.0333, "x": 119.61, "y": 52.24 },
					{ "time": 2.1666, "x": 109.74, "y": 64.3 },
					{ "time": 2.2666, "x": 111.15, "y": 55.8 },
					{ "time": 2.3666, "x": 109.74, "y": 64.3 },
					{ "time": 2.4666, "x": 111.15, "y": 55.8 },
					{ "time": 2.5666, "x": 154.55, "y": -3.54, "curve": "stepped" },
					{ "time": 2.7, "x": 154.55, "y": -3.54 },
					{ "time": 2.7666, "x": 156.71, "y": 10.52 },
					{ "time": 2.8333, "x": 174.89, "y": -5.03 },
					{ "time": 2.9, "x": 150.75, "y": -6.4 },
					{ "time": 2.9666, "x": 147.04, "y": 7.18 },
					{ "time": 3.0333, "x": 154.77, "y": 19.75 },
					{ "time": 3.1, "x": 163.44, "y": 20.56 },
					{ "time": 3.1666, "x": 169.4, "y": 13.58 },
					{ "time": 3.2333, "x": 174.53, "y": 0.28 },
					{ "time": 3.3, "x": 174.07, "y": -14.31 },
					{ "time": 3.3666, "x": 167.62, "y": -32.5 },
					{ "time": 3.4333, "x": 156.62, "y": -36.19 },
					{ "time": 3.5, "x": 138.3, "y": -37.27 },
					{ "time": 3.5666, "x": 132.7, "y": -25.09 },
					{ "time": 3.6333, "x": 129.76, "y": -8.02 },
					{ "time": 3.7, "x": 127, "y": 0.53 },
					{ "time": 3.7666, "x": 123.82, "y": 11.08 },
					{ "time": 3.8333, "x": 131.6, "y": 10.94 },
					{ "time": 3.9, "x": 101.44, "y": 28.1 },
					{ "time": 3.9666, "x": 150.09, "y": 12.01 },
					{ "time": 4.0333, "x": 149.86, "y": 11.78 },
					{ "time": 4.1, "x": 120.4, "y": 13.35 },
					{ "time": 4.1666, "x": 122.33, "y": 12.99 },
					{ "time": 4.2333, "x": 149.91, "y": 6.67 },
					{ "time": 5, "x": 146.47, "y": 8.55 },
					{ "time": 6, "x": 139.56, "y": 24.66 },
					{ "time": 6.1666, "x": 140.62, "y": -11.3 },
					{ "time": 6.3333, "x": 173.87, "y": 1.06 },
					{ "time": 6.5, "x": 133.49, "y": 0.64 },
					{ "time": 6.6666, "x": 123.37, "y": 15.59 },
					{ "time": 6.8333, "x": 134.5, "y": 35.96 },
					{ "time": 7, "x": 150.47, "y": 31.44 },
					{ "time": 7.1666, "x": 168.66, "y": 18.66 },
					{ "time": 7.3333, "x": 180.4, "y": -15.68 },
					{ "time": 7.5, "x": 166.77, "y": -47.16 },
					{ "time": 7.6666, "x": 137.8, "y": -49.58 },
					{ "time": 7.8333, "x": 103.89, "y": -40.83 },
					{ "time": 8, "x": 132.86, "y": -3.41 },
					{ "time": 8.5333, "x": 155.19, "y": -70, "curve": "stepped" },
					{ "time": 9.3333, "x": 155.19, "y": -70, "curve": "stepped" },
					{ "time": 10, "x": 155.19, "y": -70 },
					{ "time": 11, "x": 137.09, "y": -65.98, "curve": "stepped" },
					{ "time": 14.3333, "x": 137.09, "y": -65.98 },
					{ "time": 15, "x": 146.47, "y": 8.55 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.9333, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.7, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 14.3333, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"pidai01": {
				"rotate": [
					{ "time": 0, "angle": 15.48, "curve": "stepped" },
					{ "time": 2.5, "angle": 15.48, "curve": "stepped" },
					{ "time": 5, "angle": 15.48, "curve": "stepped" },
					{ "time": 7.5, "angle": 15.48, "curve": "stepped" },
					{ "time": 10, "angle": 15.48, "curve": "stepped" },
					{ "time": 12.5, "angle": 15.48, "curve": "stepped" },
					{ "time": 15, "angle": 15.48 }
				],
				"translate": [
					{ "time": 0, "x": 0.63, "y": 5.06, "curve": "stepped" },
					{ "time": 2.5, "x": 0.63, "y": 5.06, "curve": "stepped" },
					{ "time": 5, "x": 0.63, "y": 5.06, "curve": "stepped" },
					{ "time": 7.5, "x": 0.63, "y": 5.06, "curve": "stepped" },
					{ "time": 10, "x": 0.63, "y": 5.06, "curve": "stepped" },
					{ "time": 12.5, "x": 0.63, "y": 5.06, "curve": "stepped" },
					{ "time": 15, "x": 0.63, "y": 5.06 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone10": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 0.8333, "angle": 5.48 },
					{ "time": 2, "angle": -2.45 },
					{ "time": 2.5, "angle": 0 },
					{ "time": 3.3333, "angle": 5.48 },
					{ "time": 4.5, "angle": -2.45 },
					{ "time": 5, "angle": 0 },
					{ "time": 5.8333, "angle": 5.48 },
					{ "time": 7, "angle": -2.45 },
					{ "time": 7.5, "angle": 0 },
					{ "time": 8.3333, "angle": 5.48 },
					{ "time": 9.5, "angle": -2.45 },
					{ "time": 10, "angle": 0 },
					{ "time": 10.8333, "angle": 5.48 },
					{ "time": 12, "angle": -2.45 },
					{ "time": 12.5, "angle": 0 },
					{ "time": 13.3333, "angle": 5.48 },
					{ "time": 14.5, "angle": -2.45 },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 2.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 7.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 12.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone12": {
				"rotate": [
					{ "time": 0, "angle": -8.54 },
					{ "time": 0.8333, "angle": 12.92 },
					{ "time": 1.5, "angle": 15.34 },
					{ "time": 2, "angle": -2.45 },
					{ "time": 2.5, "angle": -8.54 },
					{ "time": 3.3333, "angle": 12.92 },
					{ "time": 4, "angle": 15.34 },
					{ "time": 4.5, "angle": -2.45 },
					{ "time": 5, "angle": -8.54 },
					{ "time": 5.8333, "angle": 12.92 },
					{ "time": 6.5, "angle": 15.34 },
					{ "time": 7, "angle": -2.45 },
					{ "time": 7.5, "angle": -8.54 },
					{ "time": 8.3333, "angle": 12.92 },
					{ "time": 9, "angle": 15.34 },
					{ "time": 9.5, "angle": -2.45 },
					{ "time": 10, "angle": -8.54 },
					{ "time": 10.8333, "angle": 12.92 },
					{ "time": 11.5, "angle": 15.34 },
					{ "time": 12, "angle": -2.45 },
					{ "time": 12.5, "angle": -8.54 },
					{ "time": 13.3333, "angle": 12.92 },
					{ "time": 14, "angle": 15.34 },
					{ "time": 14.5, "angle": -2.45 },
					{ "time": 15, "angle": -8.54 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 2.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 7.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 12.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone13": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 0.8333, "angle": 5.48 },
					{ "time": 2, "angle": -2.45 },
					{ "time": 2.5, "angle": 0 },
					{ "time": 3.3333, "angle": 5.48 },
					{ "time": 4.5, "angle": -2.45 },
					{ "time": 5, "angle": 0 },
					{ "time": 5.8333, "angle": 5.48 },
					{ "time": 7, "angle": -2.45 },
					{ "time": 7.5, "angle": 0 },
					{ "time": 8.3333, "angle": 5.48 },
					{ "time": 9.5, "angle": -2.45 },
					{ "time": 10, "angle": 0 },
					{ "time": 10.8333, "angle": 5.48 },
					{ "time": 12, "angle": -2.45 },
					{ "time": 12.5, "angle": 0 },
					{ "time": 13.3333, "angle": 5.48 },
					{ "time": 14.5, "angle": -2.45 },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 2.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 7.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 12.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone14": {
				"rotate": [
					{ "time": 0, "angle": -6.46 },
					{ "time": 0.8333, "angle": 7.82 },
					{ "time": 2, "angle": -3.2 },
					{ "time": 2.5, "angle": -6.46 },
					{ "time": 3.3333, "angle": 7.82 },
					{ "time": 4.5, "angle": -3.2 },
					{ "time": 5, "angle": -6.46 },
					{ "time": 5.8333, "angle": 7.82 },
					{ "time": 7, "angle": -3.2 },
					{ "time": 7.5, "angle": -6.46 },
					{ "time": 8.3333, "angle": 7.82 },
					{ "time": 9.5, "angle": -3.2 },
					{ "time": 10, "angle": -6.46 },
					{ "time": 10.8333, "angle": 7.82 },
					{ "time": 12, "angle": -3.2 },
					{ "time": 12.5, "angle": -6.46 },
					{ "time": 13.3333, "angle": 7.82 },
					{ "time": 14.5, "angle": -3.2 },
					{ "time": 15, "angle": -6.46 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 2.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 7.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 12.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone15": {
				"rotate": [
					{ "time": 0, "angle": -6.46 },
					{ "time": 0.8333, "angle": 7.82 },
					{ "time": 2, "angle": -3.2 },
					{ "time": 2.5, "angle": -6.46 },
					{ "time": 3.3333, "angle": 7.82 },
					{ "time": 4.5, "angle": -3.2 },
					{ "time": 5, "angle": -6.46 },
					{ "time": 5.8333, "angle": 7.82 },
					{ "time": 7, "angle": -3.2 },
					{ "time": 7.5, "angle": -6.46 },
					{ "time": 8.3333, "angle": 7.82 },
					{ "time": 9.5, "angle": -3.2 },
					{ "time": 10, "angle": -6.46 },
					{ "time": 10.8333, "angle": 7.82 },
					{ "time": 12, "angle": -3.2 },
					{ "time": 12.5, "angle": -6.46 },
					{ "time": 13.3333, "angle": 7.82 },
					{ "time": 14.5, "angle": -3.2 },
					{ "time": 15, "angle": -6.46 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 2.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 7.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 12.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone11": {
				"rotate": [
					{ "time": 0, "angle": -8.54 },
					{ "time": 0.8333, "angle": 8.85 },
					{ "time": 1.5, "angle": 16.52 },
					{ "time": 2.5, "angle": -8.54 },
					{ "time": 3.3333, "angle": 8.85 },
					{ "time": 4, "angle": 16.52 },
					{ "time": 5, "angle": -8.54 },
					{ "time": 5.8333, "angle": 8.85 },
					{ "time": 6.5, "angle": 16.52 },
					{ "time": 7.5, "angle": -8.54 },
					{ "time": 8.3333, "angle": 8.85 },
					{ "time": 9, "angle": 16.52 },
					{ "time": 10, "angle": -8.54 },
					{ "time": 10.8333, "angle": 8.85 },
					{ "time": 11.5, "angle": 16.52 },
					{ "time": 12.5, "angle": -8.54 },
					{ "time": 13.3333, "angle": 8.85 },
					{ "time": 14, "angle": 16.52 },
					{ "time": 15, "angle": -8.54 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 2.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 7.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 12.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"root": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 2.5, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 7.5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 12.5, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 2.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 7.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 12.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"yao01": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 2.5, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 7.5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 12.5, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 2.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 7.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 12.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 2.5, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 7.5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 12.5, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 2.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 7.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 12.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone2": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 2.5, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 7.5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 12.5, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 2.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 7.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 12.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone3": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 2.5, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 7.5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 12.5, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 2.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 7.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 12.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone4": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 2.5, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 7.5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 12.5, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 2.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 7.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 12.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone5": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 2.5, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 7.5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 12.5, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 2.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 7.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 12.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone6": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 2.5, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 7.5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 12.5, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 2.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 7.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 12.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone7": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 2.5, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 7.5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 12.5, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 2.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 7.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 12.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"daimao": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 0.8333, "angle": 8.17 },
					{ "time": 2.5, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0 },
					{ "time": 5.8333, "angle": 8.17 },
					{ "time": 7.5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0 },
					{ "time": 10.8333, "angle": 8.17 },
					{ "time": 12.5, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 2.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 7.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 12.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone8": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 0.8333, "angle": 8.17 },
					{ "time": 1.5, "angle": -8.4 },
					{ "time": 2.5, "angle": 14.23 },
					{ "time": 3.3333, "angle": 8.17 },
					{ "time": 4, "angle": -8.4 },
					{ "time": 4.6666, "angle": 16.68 },
					{ "time": 5, "angle": 0 },
					{ "time": 5.8333, "angle": 8.17 },
					{ "time": 6.5, "angle": -8.4 },
					{ "time": 7.5, "angle": 14.23 },
					{ "time": 8.3333, "angle": 8.17 },
					{ "time": 9, "angle": -8.4 },
					{ "time": 9.6666, "angle": 16.68 },
					{ "time": 10, "angle": 0 },
					{ "time": 10.8333, "angle": 8.17 },
					{ "time": 11.5, "angle": -8.4 },
					{ "time": 12.5, "angle": 14.23 },
					{ "time": 13.3333, "angle": 8.17 },
					{ "time": 14, "angle": -8.4 },
					{ "time": 14.6666, "angle": 16.68 },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 2.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 7.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 12.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone9": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 0.8333, "angle": 8.17 },
					{ "time": 1.5, "angle": -8.4 },
					{ "time": 2.5, "angle": 14.23 },
					{ "time": 3.3333, "angle": 8.17 },
					{ "time": 4, "angle": -8.4 },
					{ "time": 4.6666, "angle": 16.68 },
					{ "time": 5, "angle": 0 },
					{ "time": 5.8333, "angle": 8.17 },
					{ "time": 6.5, "angle": -8.4 },
					{ "time": 7.5, "angle": 14.23 },
					{ "time": 8.3333, "angle": 8.17 },
					{ "time": 9, "angle": -8.4 },
					{ "time": 9.6666, "angle": 16.68 },
					{ "time": 10, "angle": 0 },
					{ "time": 10.8333, "angle": 8.17 },
					{ "time": 11.5, "angle": -8.4 },
					{ "time": 12.5, "angle": 14.23 },
					{ "time": 13.3333, "angle": 8.17 },
					{ "time": 14, "angle": -8.4 },
					{ "time": 14.6666, "angle": 16.68 },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 2.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 7.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 12.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"toufa_4": {
				"rotate": [
					{ "time": 0, "angle": -8.48 },
					{ "time": 0.8333, "angle": 9.94 },
					{ "time": 1.5, "angle": 21.51 },
					{ "time": 2.5, "angle": 0 },
					{ "time": 3.3333, "angle": 9.94 },
					{ "time": 4, "angle": 21.51 },
					{ "time": 5, "angle": -8.48 },
					{ "time": 5.8333, "angle": 9.94 },
					{ "time": 6.5, "angle": 21.51 },
					{ "time": 7.5, "angle": 0 },
					{ "time": 8.3333, "angle": 9.94 },
					{ "time": 9, "angle": 21.51 },
					{ "time": 10, "angle": -8.48 },
					{ "time": 10.8333, "angle": 9.94 },
					{ "time": 11.5, "angle": 21.51 },
					{ "time": 12.5, "angle": 0 },
					{ "time": 13.3333, "angle": 9.94 },
					{ "time": 14, "angle": 21.51 },
					{ "time": 15, "angle": -8.48 }
				],
				"translate": [
					{ "time": 0, "x": 16.96, "y": -44.44 },
					{ "time": 2.5, "x": 0, "y": 0 },
					{ "time": 5, "x": 16.96, "y": -44.44 },
					{ "time": 7.5, "x": 0, "y": 0 },
					{ "time": 10, "x": 16.96, "y": -44.44 },
					{ "time": 12.5, "x": 0, "y": 0 },
					{ "time": 15, "x": 16.96, "y": -44.44 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone16": {
				"rotate": [
					{ "time": 0, "angle": -8.48 },
					{ "time": 0.8333, "angle": 9.94 },
					{ "time": 1.5, "angle": 21.51 },
					{ "time": 2.5, "angle": 0 },
					{ "time": 3.3333, "angle": 9.94 },
					{ "time": 4, "angle": 21.51 },
					{ "time": 5, "angle": -8.48 },
					{ "time": 5.8333, "angle": 9.94 },
					{ "time": 6.5, "angle": 21.51 },
					{ "time": 7.5, "angle": 0 },
					{ "time": 8.3333, "angle": 9.94 },
					{ "time": 9, "angle": 21.51 },
					{ "time": 10, "angle": -8.48 },
					{ "time": 10.8333, "angle": 9.94 },
					{ "time": 11.5, "angle": 21.51 },
					{ "time": 12.5, "angle": 0 },
					{ "time": 13.3333, "angle": 9.94 },
					{ "time": 14, "angle": 21.51 },
					{ "time": 15, "angle": -8.48 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 2.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 7.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 12.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone17": {
				"rotate": [
					{ "time": 0, "angle": -8.48 },
					{ "time": 0.8333, "angle": 9.94 },
					{ "time": 1.5, "angle": 21.51 },
					{ "time": 2.5, "angle": 0 },
					{ "time": 3.3333, "angle": 9.94 },
					{ "time": 4, "angle": 21.51 },
					{ "time": 5, "angle": -8.48 },
					{ "time": 5.8333, "angle": 9.94 },
					{ "time": 6.5, "angle": 21.51 },
					{ "time": 7.5, "angle": 0 },
					{ "time": 8.3333, "angle": 9.94 },
					{ "time": 9, "angle": 21.51 },
					{ "time": 10, "angle": -8.48 },
					{ "time": 10.8333, "angle": 9.94 },
					{ "time": 11.5, "angle": 21.51 },
					{ "time": 12.5, "angle": 0 },
					{ "time": 13.3333, "angle": 9.94 },
					{ "time": 14, "angle": 21.51 },
					{ "time": 15, "angle": -8.48 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 2.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 7.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 12.5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 2.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 7.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 12.5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone18": {
				"translate": [
					{ "time": 0, "x": -59.37, "y": 0 }
				]
			},
			"jinwei_0010_shenti": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 2.3333, "angle": -1.93 },
					{ "time": 5, "angle": 0 },
					{ "time": 7.3333, "angle": -1.93 },
					{ "time": 10, "angle": 0 },
					{ "time": 12.3333, "angle": -1.93 },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": -121.89, "y": -68.37, "curve": "stepped" },
					{ "time": 5, "x": -121.89, "y": -68.37, "curve": "stepped" },
					{ "time": 10, "x": -121.89, "y": -68.37, "curve": "stepped" },
					{ "time": 15, "x": -121.89, "y": -68.37 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1 },
					{ "time": 1, "x": 1.007, "y": 1.047 },
					{ "time": 2.3333, "x": 1, "y": 1 },
					{ "time": 3.6666, "x": 1.007, "y": 1.047 },
					{ "time": 5, "x": 1, "y": 1 },
					{ "time": 6, "x": 1.007, "y": 1.047 },
					{ "time": 7.3333, "x": 1, "y": 1 },
					{ "time": 8.6666, "x": 1.007, "y": 1.047 },
					{ "time": 10, "x": 1, "y": 1 },
					{ "time": 11, "x": 1.007, "y": 1.047 },
					{ "time": 12.3333, "x": 1, "y": 1 },
					{ "time": 13.6666, "x": 1.007, "y": 1.047 },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"jinwei_0003_youbi1": {
				"rotate": [
					{ "time": 0, "angle": 46.65 },
					{ "time": 2.3333, "angle": 45.77 },
					{ "time": 5, "angle": 46.65 },
					{ "time": 7.3333, "angle": 45.77 },
					{ "time": 10, "angle": 46.65 },
					{ "time": 12.3333, "angle": 45.77 },
					{ "time": 15, "angle": 46.65 }
				],
				"translate": [
					{ "time": 0, "x": -89.54, "y": -98.87 },
					{ "time": 2.3333, "x": -90.99, "y": -97.42 },
					{ "time": 5, "x": -89.54, "y": -98.87 },
					{ "time": 7.3333, "x": -90.99, "y": -97.42 },
					{ "time": 10, "x": -89.54, "y": -98.87 },
					{ "time": 12.3333, "x": -90.99, "y": -97.42 },
					{ "time": 15, "x": -89.54, "y": -98.87 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"jinwei_0001_youshou": {
				"rotate": [
					{ "time": 0, "angle": 7.15, "curve": "stepped" },
					{ "time": 5, "angle": 7.15, "curve": "stepped" },
					{ "time": 10, "angle": 7.15, "curve": "stepped" },
					{ "time": 15, "angle": 7.15 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"jinwei_0022_zuotui2": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0.6, "y": 0.25, "curve": "stepped" },
					{ "time": 5, "x": 0.6, "y": 0.25, "curve": "stepped" },
					{ "time": 10, "x": 0.6, "y": 0.25, "curve": "stepped" },
					{ "time": 15, "x": 0.6, "y": 0.25 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"jinwei_0011_yaodai": {
				"rotate": [
					{ "time": 0, "angle": 38.73, "curve": "stepped" },
					{ "time": 5, "angle": 38.73, "curve": "stepped" },
					{ "time": 10, "angle": 38.73, "curve": "stepped" },
					{ "time": 15, "angle": 38.73 }
				],
				"translate": [
					{ "time": 0, "x": 2.01, "y": -4.29, "curve": "stepped" },
					{ "time": 5, "x": 2.01, "y": -4.29, "curve": "stepped" },
					{ "time": 10, "x": 2.01, "y": -4.29, "curve": "stepped" },
					{ "time": 15, "x": 2.01, "y": -4.29 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"jinwei_0022_zuotui": {
				"rotate": [
					{ "time": 0, "angle": 20.43 },
					{ "time": 2.3333, "angle": 19.43 },
					{ "time": 5, "angle": 20.43 },
					{ "time": 7.3333, "angle": 19.43 },
					{ "time": 10, "angle": 20.43 },
					{ "time": 12.3333, "angle": 19.43 },
					{ "time": 15, "angle": 20.43 }
				],
				"translate": [
					{ "time": 0, "x": -13.8, "y": 29.73, "curve": "stepped" },
					{ "time": 5, "x": -13.8, "y": 29.73, "curve": "stepped" },
					{ "time": 10, "x": -13.8, "y": 29.73, "curve": "stepped" },
					{ "time": 15, "x": -13.8, "y": 29.73 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"jinwei_0021_zuojiao01": {
				"rotate": [
					{ "time": 0, "angle": -30.88 },
					{ "time": 2.3333, "angle": -26.25 },
					{ "time": 5, "angle": -30.88 },
					{ "time": 7.3333, "angle": -26.25 },
					{ "time": 10, "angle": -30.88 },
					{ "time": 12.3333, "angle": -26.25 },
					{ "time": 15, "angle": -30.88 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"jinwei_0023_zuobi": {
				"rotate": [
					{ "time": 0, "angle": 28.34, "curve": "stepped" },
					{ "time": 5, "angle": 28.34, "curve": "stepped" },
					{ "time": 10, "angle": 28.34, "curve": "stepped" },
					{ "time": 15, "angle": 28.34 }
				],
				"translate": [
					{ "time": 0, "x": -108.74, "y": -53.96, "curve": "stepped" },
					{ "time": 5, "x": -108.74, "y": -53.96, "curve": "stepped" },
					{ "time": 10, "x": -108.74, "y": -53.96, "curve": "stepped" },
					{ "time": 15, "x": -108.74, "y": -53.96 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"jinwei_0004_jian3": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": -1.13, "y": -5.76, "curve": "stepped" },
					{ "time": 5, "x": -1.13, "y": -5.76, "curve": "stepped" },
					{ "time": 10, "x": -1.13, "y": -5.76, "curve": "stepped" },
					{ "time": 15, "x": -1.13, "y": -5.76 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone21": {
				"rotate": [
					{ "time": 0, "angle": -13.16, "curve": "stepped" },
					{ "time": 5, "angle": -13.16, "curve": "stepped" },
					{ "time": 10, "angle": -13.16, "curve": "stepped" },
					{ "time": 15, "angle": -13.16 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone22": {
				"rotate": [
					{ "time": 0, "angle": -13.16, "curve": "stepped" },
					{ "time": 5, "angle": -13.16, "curve": "stepped" },
					{ "time": 10, "angle": -13.16, "curve": "stepped" },
					{ "time": 15, "angle": -13.16 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone23": {
				"rotate": [
					{ "time": 0, "angle": -13.16, "curve": "stepped" },
					{ "time": 5, "angle": -13.16, "curve": "stepped" },
					{ "time": 10, "angle": -13.16, "curve": "stepped" },
					{ "time": 15, "angle": -13.16 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone30": {
				"rotate": [
					{ "time": 0, "angle": -10.47, "curve": "stepped" },
					{ "time": 5, "angle": -10.47, "curve": "stepped" },
					{ "time": 10, "angle": -10.47, "curve": "stepped" },
					{ "time": 15, "angle": -10.47 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone31": {
				"rotate": [
					{ "time": 0, "angle": -10.47, "curve": "stepped" },
					{ "time": 5, "angle": -10.47, "curve": "stepped" },
					{ "time": 10, "angle": -10.47, "curve": "stepped" },
					{ "time": 15, "angle": -10.47 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone32": {
				"rotate": [
					{ "time": 0, "angle": -10.47, "curve": "stepped" },
					{ "time": 5, "angle": -10.47, "curve": "stepped" },
					{ "time": 10, "angle": -10.47, "curve": "stepped" },
					{ "time": 15, "angle": -10.47 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone33": {
				"rotate": [
					{ "time": 0, "angle": -10.47, "curve": "stepped" },
					{ "time": 5, "angle": -10.47, "curve": "stepped" },
					{ "time": 10, "angle": -10.47, "curve": "stepped" },
					{ "time": 15, "angle": -10.47 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"jinwei_0005_youjian": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 1.3333, "angle": -4.2 },
					{ "time": 2.6666, "angle": 1.08 },
					{ "time": 3.8666, "angle": -3.58 },
					{ "time": 5, "angle": 0 },
					{ "time": 6.3333, "angle": -4.2 },
					{ "time": 7.6666, "angle": 1.08 },
					{ "time": 8.8666, "angle": -3.58 },
					{ "time": 10, "angle": 0 },
					{ "time": 11.3333, "angle": -4.2 },
					{ "time": 12.6666, "angle": 1.08 },
					{ "time": 13.8666, "angle": -3.58 },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"jinwei_0009_zuojian": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"jinwei_0008_tou": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"jinwei_0007_yan": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"jinwei_0000_youbi2": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"jinwei_0026_lingmao": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 1.3333, "angle": -1.23 },
					{ "time": 3, "angle": 2.44 },
					{ "time": 5, "angle": 0 },
					{ "time": 6.3333, "angle": -1.23 },
					{ "time": 8, "angle": 2.44 },
					{ "time": 10, "angle": 0 },
					{ "time": 11.3333, "angle": -1.23 },
					{ "time": 13, "angle": 2.44 },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1 },
					{ "time": 1.3333, "x": 1, "y": 0.952 },
					{ "time": 3, "x": 1, "y": 1.01 },
					{ "time": 5, "x": 1, "y": 1 },
					{ "time": 6.3333, "x": 1, "y": 0.952 },
					{ "time": 8, "x": 1, "y": 1.01 },
					{ "time": 10, "x": 1, "y": 1 },
					{ "time": 11.3333, "x": 1, "y": 0.952 },
					{ "time": 13, "x": 1, "y": 1.01 },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"jinwei_0015_yao": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"jinwei_0012_youjia": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"jinwei_0016_kua": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"jinwei_0013_zuojia": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"jinwei_0014_dangbu": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"jinwei_0006_weijing": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"jinwei_0000_youbi2_3": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"jinwei_0024_pifeng02_1": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 2.3333, "angle": 0.85 },
					{ "time": 5, "angle": 0 },
					{ "time": 7.3333, "angle": 0.85 },
					{ "time": 10, "angle": 0 },
					{ "time": 12.3333, "angle": 0.85 },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"jinwei_0020_zuojiao02": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"jinwei_0021_zuojiao1": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"jinwei_0020_zuojiao2": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"jinwei_0024_pifeng02_2": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 2.3333, "angle": 0.85 },
					{ "time": 5, "angle": 0 },
					{ "time": 7.3333, "angle": 0.85 },
					{ "time": 10, "angle": 0 },
					{ "time": 12.3333, "angle": 0.85 },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"jinwei_0024_pifeng02_3": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone19": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone20": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone24": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone25": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 2.3333, "angle": 2.2 },
					{ "time": 5, "angle": 0 },
					{ "time": 7.3333, "angle": 2.2 },
					{ "time": 10, "angle": 0 },
					{ "time": 12.3333, "angle": 2.2 },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone26": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone27": {
				"rotate": [
					{ "time": 0, "angle": -12.99 },
					{ "time": 2.3333, "angle": -8.46 },
					{ "time": 5, "angle": -12.99 },
					{ "time": 7.3333, "angle": -8.46 },
					{ "time": 10, "angle": -12.99 },
					{ "time": 12.3333, "angle": -8.46 },
					{ "time": 15, "angle": -12.99 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone28": {
				"rotate": [
					{ "time": 0, "angle": -12.99 },
					{ "time": 2.3333, "angle": -8.46 },
					{ "time": 5, "angle": -12.99 },
					{ "time": 7.3333, "angle": -8.46 },
					{ "time": 10, "angle": -12.99 },
					{ "time": 12.3333, "angle": -8.46 },
					{ "time": 15, "angle": -12.99 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"jinwei_0024_pifeng02_4": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone29": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone34": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone35": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone36": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone37": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone38": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone39": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			},
			"bone40": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 5, "angle": 0, "curve": "stepped" },
					{ "time": 10, "angle": 0, "curve": "stepped" },
					{ "time": 15, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 5, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 10, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 15, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 5, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 10, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 15, "x": 1, "y": 1 }
				]
			}
		},
		"deform": {
			"default": {
				"jinwei_0004_jian3": {
					"jinwei_0004_jian3": [
						{
							"time": 0,
							"vertices": [ -82.63928, 3.75292, -40.87347, 4.56665 ],
							"curve": "stepped"
						},
						{
							"time": 5,
							"vertices": [ -82.63928, 3.75292, -40.87347, 4.56665 ],
							"curve": "stepped"
						},
						{
							"time": 10,
							"vertices": [ -82.63928, 3.75292, -40.87347, 4.56665 ],
							"curve": "stepped"
						},
						{
							"time": 15,
							"vertices": [ -82.63928, 3.75292, -40.87347, 4.56665 ]
						}
					]
				},
				"pifengbeimian01": {
					"pifengbeimian01": [
						{ "time": 0, "curve": "stepped" },
						{ "time": 2.5, "curve": "stepped" },
						{ "time": 5, "curve": "stepped" },
						{ "time": 7.5, "curve": "stepped" },
						{ "time": 10, "curve": "stepped" },
						{ "time": 12.5, "curve": "stepped" },
						{ "time": 15 }
					]
				},
				"qunzi01": {
					"qunzi05": [
						{
							"time": 0,
							"offset": 6,
							"vertices": [ 2.61377, -1.01369, -0.67425, 1.85032, -4.7901, 4.74653, -3.83344, 8.02583, -1.81208, 6.7035, 2.34203, 11.18505, 2.61106, 7.44349, 1.72753, 3.91262, -2.34609, 1.50077, -8.16737, 7.44819, -4.37619, 4.73041, -1.62354, 0.89227, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2.3548, 3.40809, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.59238, 0.30861, 0, 0, 0, 0, 0, 0, 0, 0, 0.44613, 0.81177 ],
							"curve": "stepped"
						},
						{
							"time": 2.5,
							"offset": 6,
							"vertices": [ 2.61377, -1.01369, -0.67425, 1.85032, -4.7901, 4.74653, -3.83344, 8.02583, -1.81208, 6.7035, 2.34203, 11.18505, 2.61106, 7.44349, 1.72753, 3.91262, -2.34609, 1.50077, -8.16737, 7.44819, -4.37619, 4.73041, -1.62354, 0.89227, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2.3548, 3.40809, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.59238, 0.30861, 0, 0, 0, 0, 0, 0, 0, 0, 0.44613, 0.81177 ],
							"curve": "stepped"
						},
						{
							"time": 5,
							"offset": 6,
							"vertices": [ 2.61377, -1.01369, -0.67425, 1.85032, -4.7901, 4.74653, -3.83344, 8.02583, -1.81208, 6.7035, 2.34203, 11.18505, 2.61106, 7.44349, 1.72753, 3.91262, -2.34609, 1.50077, -8.16737, 7.44819, -4.37619, 4.73041, -1.62354, 0.89227, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2.3548, 3.40809, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.59238, 0.30861, 0, 0, 0, 0, 0, 0, 0, 0, 0.44613, 0.81177 ],
							"curve": "stepped"
						},
						{
							"time": 7.5,
							"offset": 6,
							"vertices": [ 2.61377, -1.01369, -0.67425, 1.85032, -4.7901, 4.74653, -3.83344, 8.02583, -1.81208, 6.7035, 2.34203, 11.18505, 2.61106, 7.44349, 1.72753, 3.91262, -2.34609, 1.50077, -8.16737, 7.44819, -4.37619, 4.73041, -1.62354, 0.89227, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2.3548, 3.40809, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.59238, 0.30861, 0, 0, 0, 0, 0, 0, 0, 0, 0.44613, 0.81177 ],
							"curve": "stepped"
						},
						{
							"time": 10,
							"offset": 6,
							"vertices": [ 2.61377, -1.01369, -0.67425, 1.85032, -4.7901, 4.74653, -3.83344, 8.02583, -1.81208, 6.7035, 2.34203, 11.18505, 2.61106, 7.44349, 1.72753, 3.91262, -2.34609, 1.50077, -8.16737, 7.44819, -4.37619, 4.73041, -1.62354, 0.89227, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2.3548, 3.40809, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.59238, 0.30861, 0, 0, 0, 0, 0, 0, 0, 0, 0.44613, 0.81177 ],
							"curve": "stepped"
						},
						{
							"time": 12.5,
							"offset": 6,
							"vertices": [ 2.61377, -1.01369, -0.67425, 1.85032, -4.7901, 4.74653, -3.83344, 8.02583, -1.81208, 6.7035, 2.34203, 11.18505, 2.61106, 7.44349, 1.72753, 3.91262, -2.34609, 1.50077, -8.16737, 7.44819, -4.37619, 4.73041, -1.62354, 0.89227, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2.3548, 3.40809, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.59238, 0.30861, 0, 0, 0, 0, 0, 0, 0, 0, 0.44613, 0.81177 ],
							"curve": "stepped"
						},
						{
							"time": 15,
							"offset": 6,
							"vertices": [ 2.61377, -1.01369, -0.67425, 1.85032, -4.7901, 4.74653, -3.83344, 8.02583, -1.81208, 6.7035, 2.34203, 11.18505, 2.61106, 7.44349, 1.72753, 3.91262, -2.34609, 1.50077, -8.16737, 7.44819, -4.37619, 4.73041, -1.62354, 0.89227, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2.3548, 3.40809, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.59238, 0.30861, 0, 0, 0, 0, 0, 0, 0, 0, 0.44613, 0.81177 ]
						}
					]
				}
			}
		},
		"drawOrder": [
			{
				"time": 0,
				"offsets": [
					{ "slot": "toufa_4", "offset": -1 },
					{ "slot": "yan01", "offset": -5 }
				]
			},
			{
				"time": 5,
				"offsets": [
					{ "slot": "toufa_4", "offset": -1 },
					{ "slot": "yan01", "offset": -5 }
				]
			},
			{
				"time": 10,
				"offsets": [
					{ "slot": "toufa_4", "offset": -1 },
					{ "slot": "yan01", "offset": -5 }
				]
			},
			{
				"time": 15,
				"offsets": [
					{ "slot": "toufa_4", "offset": -1 },
					{ "slot": "yan01", "offset": -5 }
				]
			}
		]
	},
	"idle2": {
		"slots": {
			"hand00": {
				"attachment": [
					{ "time": 0, "name": "shou18" },
					{ "time": 4.3333, "name": "shou18" }
				]
			},
			"hand20": {
				"attachment": [
					{ "time": 0, "name": "shou20" },
					{ "time": 4.3333, "name": "shou20" }
				]
			},
			"jinwei_0001_youshou": {
				"attachment": [
					{ "time": 0, "name": "jinwei_0001_youshou2" },
					{ "time": 4.3333, "name": "jinwei_0001_youshou2" }
				]
			},
			"jinwei_0004_jian3": {
				"attachment": [
					{ "time": 0, "name": null },
					{ "time": 4.3333, "name": null }
				]
			},
			"pifeng01": {
				"attachment": [
					{ "time": 0, "name": "pifeng03" },
					{ "time": 4.3333, "name": "pifeng03" }
				]
			},
			"qunzi01": {
				"attachment": [
					{ "time": 0, "name": "qunzi05" },
					{ "time": 4.3333, "name": "qunzi05" }
				]
			},
			"shengti01": {
				"attachment": [
					{ "time": 0, "name": "shengti04" },
					{ "time": 4.3333, "name": "shengti04" }
				]
			},
			"tou2_01": {
				"attachment": [
					{ "time": 0, "name": "tou03" },
					{ "time": 4.3333, "name": "tou03" }
				]
			},
			"toufa_1_01": {
				"attachment": [
					{ "time": 0, "name": "toufa_1_03" },
					{ "time": 4.3333, "name": "toufa_1_03" }
				]
			},
			"toufa_3_01": {
				"attachment": [
					{ "time": 0, "name": "toufa_3_04" },
					{ "time": 4.3333, "name": "toufa_3_04" }
				]
			},
			"toufa_4_01": {
				"attachment": [
					{ "time": 0, "name": "toufa_4_03" },
					{ "time": 4.3333, "name": "toufa_4_03" }
				]
			},
			"yan01": {
				"attachment": [
					{ "time": 0, "name": "yan04" },
					{ "time": 4.3333, "name": "yan04" }
				]
			},
			"zuoer01": {
				"attachment": [
					{ "time": 0, "name": null },
					{ "time": 4.3333, "name": null }
				]
			},
			"zuojiao01": {
				"color": [
					{ "time": 0, "color": "000000ff", "curve": "stepped" },
					{ "time": 4.3333, "color": "000000ff" }
				]
			}
		},
		"bones": {
			"All": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 98.98, "y": -120.04, "curve": "stepped" },
					{ "time": 4.3333, "x": 98.98, "y": -120.04 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"youjiao01": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 188.8, "y": -111.36, "curve": "stepped" },
					{ "time": 4.3333, "x": 188.8, "y": -111.36 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"zuojiao01": {
				"rotate": [
					{ "time": 0, "angle": 160.41, "curve": "stepped" },
					{ "time": 4.3333, "angle": 160.41 }
				],
				"translate": [
					{ "time": 0, "x": 116.14, "y": -75.45, "curve": "stepped" },
					{ "time": 4.3333, "x": 116.14, "y": -75.45 }
				],
				"scale": [
					{ "time": 0, "x": -1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": -1, "y": 1 }
				]
			},
			"shenti01": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 1.1666, "angle": 1.95, "curve": "stepped" },
					{ "time": 1.8333, "angle": 1.95 },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"pifeng01": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"toufa_1_01": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"toufa_3_01": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0.52, "y": -15.61, "curve": "stepped" },
					{ "time": 4.3333, "x": 0.52, "y": -15.61 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"toufa_4_01": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"tou2_01": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 0.8333, "angle": 3.63 },
					{ "time": 2.5, "angle": -0.83 },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"yan01": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0.92, "y": 2.28, "curve": "stepped" },
					{ "time": 4.3333, "x": 0.92, "y": 2.28 }
				],
				"scale": [
					{ "time": 0, "x": 0.151, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 0.151, "y": 1 },
					{ "time": 3.5, "x": 0.515, "y": 1 },
					{ "time": 4.3333, "x": 0.151, "y": 1 }
				]
			},
			"zuoer01": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"toufa_4": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 1.6666, "angle": -6.39 },
					{ "time": 3, "angle": -9.55 },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 10.81, "y": -7.82, "curve": "stepped" },
					{ "time": 4.3333, "x": 10.81, "y": -7.82 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"youer01": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 0.5, "angle": 12.73 },
					{ "time": 1, "angle": 14.93 },
					{ "time": 1.0666, "angle": -33.53 },
					{ "time": 1.1, "angle": -9.99 },
					{ "time": 1.1333, "angle": -23.7 },
					{ "time": 1.1666, "angle": 2.17 },
					{ "time": 1.2, "angle": -10.06 },
					{ "time": 1.2333, "angle": -5.62, "curve": "stepped" },
					{ "time": 2.6666, "angle": -5.62 },
					{ "time": 2.7, "angle": -3.09 },
					{ "time": 2.7333, "angle": -7.51 },
					{ "time": 2.7666, "angle": -3.78 },
					{ "time": 2.8, "angle": -4.94 },
					{ "time": 2.8333, "angle": -3.54 },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 1.52, "y": -13.83, "curve": "stepped" },
					{ "time": 4.3333, "x": 1.52, "y": -13.83 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"jinwei_0010_shenti": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 1.8333, "angle": -1.77 },
					{ "time": 2.5, "angle": 0.63 },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 526.14, "y": -189.75, "curve": "stepped" },
					{ "time": 1.8333, "x": 526.14, "y": -189.75, "curve": "stepped" },
					{ "time": 4.3333, "x": 526.14, "y": -189.75 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1 },
					{ "time": 1, "x": 1, "y": 1.035 },
					{ "time": 1.8333, "x": 1, "y": 1 },
					{ "time": 2.6666, "x": 1, "y": 1.035 },
					{ "time": 3.6666, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"hand20": {
				"rotate": [
					{ "time": 0, "angle": -77.28 },
					{ "time": 1.3333, "angle": -72.14 },
					{ "time": 4.3333, "angle": -77.28 }
				],
				"translate": [
					{ "time": 0, "x": 121.26, "y": -117.05, "curve": "stepped" },
					{ "time": 4.3333, "x": 121.26, "y": -117.05 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"hand00": {
				"rotate": [
					{ "time": 0, "angle": -4.2 },
					{ "time": 1.5, "angle": 4.82 },
					{ "time": 4.3333, "angle": -4.2 }
				],
				"translate": [
					{ "time": 0, "x": 99.47, "y": -127.48 },
					{ "time": 1.5, "x": 99.04, "y": -125.78 },
					{ "time": 4.3333, "x": 99.47, "y": -127.48 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"jinwei_0005_youjian": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 },
					{ "time": 2.1666, "angle": 16.92 },
					{ "time": 2.5, "angle": 20.65 },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": -7.13, "y": -4.21, "curve": "stepped" },
					{ "time": 1.8333, "x": -7.13, "y": -4.21, "curve": "stepped" },
					{ "time": 4.3333, "x": -7.13, "y": -4.21 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"jinwei_0009_zuojian": {
				"rotate": [
					{ "time": 0, "angle": -4.55, "curve": "stepped" },
					{ "time": 4.3333, "angle": -4.55 }
				],
				"translate": [
					{ "time": 0, "x": -13.46, "y": -5, "curve": "stepped" },
					{ "time": 4.3333, "x": -13.46, "y": -5 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"jinwei_0004_jian3": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 1.58, "y": 8.08, "curve": "stepped" },
					{ "time": 4.3333, "x": 1.58, "y": 8.08 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"jinwei_0003_youbi1": {
				"rotate": [
					{ "time": 0, "angle": 61.28 },
					{ "time": 0.6666, "angle": 56.13 },
					{ "time": 1.3333, "angle": 43.68 },
					{ "time": 1.8333, "angle": 40.95 },
					{ "time": 2.1666, "angle": 89.97 },
					{ "time": 2.5, "angle": 101.33 },
					{ "time": 4, "angle": 63.05 },
					{ "time": 4.3333, "angle": 61.28 }
				],
				"translate": [
					{ "time": 0, "x": 620.73, "y": -156.54 },
					{ "time": 1.3333, "x": 603.35, "y": -196.12 },
					{ "time": 1.8333, "x": 600.45, "y": -205.78 },
					{ "time": 2.5, "x": 642.75, "y": -139.49 },
					{ "time": 4, "x": 627.35, "y": -147.7 },
					{ "time": 4.3333, "x": 620.73, "y": -156.54 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"jinwei_0023_zuobi": {
				"rotate": [
					{ "time": 0, "angle": 25.07, "curve": "stepped" },
					{ "time": 4.3333, "angle": 25.07 }
				],
				"translate": [
					{ "time": 0, "x": 520.97, "y": -163.2, "curve": "stepped" },
					{ "time": 4.3333, "x": 520.97, "y": -163.2 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"jinwei_0022_zuotui": {
				"rotate": [
					{ "time": 0, "angle": -19.4, "curve": "stepped" },
					{ "time": 4.3333, "angle": -19.4 }
				],
				"translate": [
					{ "time": 0, "x": 664.6, "y": -63.28, "curve": "stepped" },
					{ "time": 4.3333, "x": 664.6, "y": -63.28 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"jinwei_0022_zuotui2": {
				"rotate": [
					{ "time": 0, "angle": 58.03, "curve": "stepped" },
					{ "time": 4.3333, "angle": 58.03 }
				],
				"translate": [
					{ "time": 0, "x": 713.57, "y": -185.71, "curve": "stepped" },
					{ "time": 4.3333, "x": 713.57, "y": -185.71 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"jinwei_0021_zuojiao1": {
				"rotate": [
					{ "time": 0, "angle": -69.1, "curve": "stepped" },
					{ "time": 4.3333, "angle": -69.1 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"jinwei_0024_pifeng02_3": {
				"rotate": [
					{ "time": 0, "angle": -6.09, "curve": "stepped" },
					{ "time": 4.3333, "angle": -6.09 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone19": {
				"rotate": [
					{ "time": 0, "angle": -6.09, "curve": "stepped" },
					{ "time": 4.3333, "angle": -6.09 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone21": {
				"rotate": [
					{ "time": 0, "angle": -13.4, "curve": "stepped" },
					{ "time": 4.3333, "angle": -13.4 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone22": {
				"rotate": [
					{ "time": 0, "angle": -13.4, "curve": "stepped" },
					{ "time": 4.3333, "angle": -13.4 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone23": {
				"rotate": [
					{ "time": 0, "angle": -13.4, "curve": "stepped" },
					{ "time": 4.3333, "angle": -13.4 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone24": {
				"rotate": [
					{ "time": 0, "angle": -4.01, "curve": "stepped" },
					{ "time": 4.3333, "angle": -4.01 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone25": {
				"rotate": [
					{ "time": 0, "angle": 6.02, "curve": "stepped" },
					{ "time": 4.3333, "angle": 6.02 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone20": {
				"rotate": [
					{ "time": 0, "angle": -11.92, "curve": "stepped" },
					{ "time": 4.3333, "angle": -11.92 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone27": {
				"rotate": [
					{ "time": 0, "angle": 1.78, "curve": "stepped" },
					{ "time": 4.3333, "angle": 1.78 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"jinwei_0024_pifeng02_4": {
				"rotate": [
					{ "time": 0, "angle": -6.83, "curve": "stepped" },
					{ "time": 4.3333, "angle": -6.83 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone29": {
				"rotate": [
					{ "time": 0, "angle": -6.83, "curve": "stepped" },
					{ "time": 4.3333, "angle": -6.83 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone31": {
				"rotate": [
					{ "time": 0, "angle": -12.58, "curve": "stepped" },
					{ "time": 4.3333, "angle": -12.58 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone32": {
				"rotate": [
					{ "time": 0, "angle": -12.58, "curve": "stepped" },
					{ "time": 4.3333, "angle": -12.58 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone33": {
				"rotate": [
					{ "time": 0, "angle": -12.58, "curve": "stepped" },
					{ "time": 4.3333, "angle": -12.58 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone34": {
				"rotate": [
					{ "time": 0, "angle": -12.58, "curve": "stepped" },
					{ "time": 4.3333, "angle": -12.58 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone38": {
				"rotate": [
					{ "time": 0, "angle": 3.12, "curve": "stepped" },
					{ "time": 4.3333, "angle": 3.12 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone39": {
				"rotate": [
					{ "time": 0, "angle": 3.12, "curve": "stepped" },
					{ "time": 4.3333, "angle": 3.12 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone40": {
				"rotate": [
					{ "time": 0, "angle": 3.12, "curve": "stepped" },
					{ "time": 4.3333, "angle": 3.12 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"jinwei_0011_yaodai": {
				"rotate": [
					{ "time": 0, "angle": 51.48, "curve": "stepped" },
					{ "time": 4.3333, "angle": 51.48 }
				],
				"translate": [
					{ "time": 0, "x": -40.42, "y": 11.69, "curve": "stepped" },
					{ "time": 4.3333, "x": -40.42, "y": 11.69 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone28": {
				"rotate": [
					{ "time": 0, "angle": 3.43, "curve": "stepped" },
					{ "time": 4.3333, "angle": 3.43 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"jinwei_0001_youshou": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 1.8333, "angle": 6.61 },
					{ "time": 2.6666, "angle": -21.84 },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 },
					{ "time": 2.6666, "x": 6.45, "y": -2.11 },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"jinwei_0006_weijing": {
				"rotate": [
					{ "time": 0, "angle": -10.58, "curve": "stepped" },
					{ "time": 4.3333, "angle": -10.58 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"jinwei_0008_tou": {
				"rotate": [
					{ "time": 0, "angle": -10.39, "curve": "stepped" },
					{ "time": 4.3333, "angle": -10.39 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"root": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"yao01": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 1.3333, "angle": 1.33 },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone2": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone3": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone4": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone5": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone6": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 1.1666, "angle": -2.6 },
					{ "time": 3, "angle": 1.5 },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone7": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 1.1666, "angle": -2.6 },
					{ "time": 1.6666, "angle": -4.28 },
					{ "time": 3, "angle": 0.45 },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"daimao": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 0.6666, "angle": -27.72 },
					{ "time": 0.8333, "angle": -7.68 },
					{ "time": 1, "angle": -12.8 },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone8": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 0.8333, "angle": -17.9 },
					{ "time": 1.1666, "angle": -7.84 },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone9": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 0.8333, "angle": -17.9 },
					{ "time": 1.1666, "angle": -7.84 },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone10": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 1.5, "angle": -3.56 },
					{ "time": 1.8333, "angle": -3.46 },
					{ "time": 2.8333, "angle": 0.11 },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone11": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 1.5, "angle": -3.56 },
					{ "time": 1.8333, "angle": -3.46 },
					{ "time": 2.8333, "angle": 0.11 },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone12": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 1.5, "angle": -3.56 },
					{ "time": 1.8333, "angle": -3.46 },
					{ "time": 2.8333, "angle": 0.11 },
					{ "time": 3.1666, "angle": 5.98 },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone13": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone14": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 0.8333, "angle": -2.59 },
					{ "time": 1.8333, "angle": -2.58 },
					{ "time": 3.3333, "angle": 0.21 },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone15": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 0.8333, "angle": -2.59 },
					{ "time": 1.8333, "angle": -2.58 },
					{ "time": 3.3333, "angle": 0.21 },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone16": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 1.6666, "angle": -11.22 },
					{ "time": 3, "angle": -2.76 },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone17": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 1.6666, "angle": -11.22 },
					{ "time": 3, "angle": -2.76 },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"jinwei_0024_pifeng02_1": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 1.8333, "angle": 2.13 },
					{ "time": 2.5, "angle": -1.02 },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone26": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"jinwei_0024_pifeng02_2": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 1.8333, "angle": 2.45 },
					{ "time": 2.5, "angle": 0.62 },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone30": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone35": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone36": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"bone37": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"jinwei_0000_youbi2": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"jinwei_0000_youbi2_3": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"jinwei_0007_yan": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"jinwei_0012_youjia": {
				"rotate": [
					{ "time": 0, "angle": -342.7 },
					{ "time": 1.8333, "angle": 2.39 },
					{ "time": 3.3333, "angle": -342.7, "curve": "stepped" },
					{ "time": 4.3333, "angle": -342.7 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"jinwei_0013_zuojia": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"jinwei_0014_dangbu": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"jinwei_0015_yao": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"jinwei_0016_kua": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"jinwei_0021_zuojiao01": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"jinwei_0020_zuojiao02": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"jinwei_0020_zuojiao2": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"jinwei_0026_lingmao": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 1.5, "angle": 3.49 },
					{ "time": 2.5, "angle": 2.2 },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"pidai01": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 1.1666, "angle": 3.17 },
					{ "time": 4.3333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			},
			"qunzi01": {
				"rotate": [
					{ "time": 0, "angle": 34.43, "curve": "stepped" },
					{ "time": 4.3333, "angle": 34.43 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4.3333, "x": 1, "y": 1 }
				]
			}
		},
		"deform": {
			"default": {
				"jinwei_0024_pifeng02_1": {
					"jinwei_0024_pifeng02_1": [
						{
							"time": 0,
							"offset": 98,
							"vertices": [ -2.28179, -3.5962, -2.21224, -3.63957, -3.28948, -5.90275, -3.49545, -5.78305, -4.95306, -9.5492, -4.66079, -9.69506, -4.99969, -9.52461, -5.43411, -11.01019, -5.23638, -11.10565, -4.89675, -11.25938, -1.10672, -13.60836, -0.31677, -13.64964, -0.0725, -13.653, -9.94752, -13.3941, -5.7332, -15.66818, -4.81619, -15.9739, -4.52966, -16.05751, -6.54777, -10.82849, -3.2021, -12.24278, -2.48773, -12.40762, 1.98388, -9.00735, 4.3126, -8.15286, 6.45094, -6.59251, 6.82189, -6.2079 ],
							"curve": "stepped"
						},
						{
							"time": 4.3333,
							"offset": 98,
							"vertices": [ -2.28179, -3.5962, -2.21224, -3.63957, -3.28948, -5.90275, -3.49545, -5.78305, -4.95306, -9.5492, -4.66079, -9.69506, -4.99969, -9.52461, -5.43411, -11.01019, -5.23638, -11.10565, -4.89675, -11.25938, -1.10672, -13.60836, -0.31677, -13.64964, -0.0725, -13.653, -9.94752, -13.3941, -5.7332, -15.66818, -4.81619, -15.9739, -4.52966, -16.05751, -6.54777, -10.82849, -3.2021, -12.24278, -2.48773, -12.40762, 1.98388, -9.00735, 4.3126, -8.15286, 6.45094, -6.59251, 6.82189, -6.2079 ]
						}
					]
				},
				"jinwei_0024_pifeng02_2": {
					"jinwei_0024_pifeng02_1": [
						{
							"time": 0,
							"offset": 124,
							"vertices": [ -0.66564, -5.40644, -0.0993, -5.44619, -2.8014, -7.30162, -1.93804, -7.57664, -1.72344, -7.62828, -0.91986, -7.76615, -6.41955, -8.7335, -5.36599, -9.41741, -5.09793, -9.56503, -11.79745, -5.93454, -11.46937, -6.54728, -10.63465, -7.82984, -7.62762, -1.08012, -6.88174, -3.46173, -6.6905, -3.81916, -6.2035, -4.56733, 2.96646, -7.83866, 4.34893, -7.16455, 6.41128, -5.3983, 6.68621, -5.05332, 1.96446, -9.64524, 4.01866, -8.98561, 5.593, -8.0998, 7.88905, -5.88681 ],
							"curve": "stepped"
						},
						{
							"time": 4.3333,
							"offset": 124,
							"vertices": [ -0.66564, -5.40644, -0.0993, -5.44619, -2.8014, -7.30162, -1.93804, -7.57664, -1.72344, -7.62828, -0.91986, -7.76615, -6.41955, -8.7335, -5.36599, -9.41741, -5.09793, -9.56503, -11.79745, -5.93454, -11.46937, -6.54728, -10.63465, -7.82984, -7.62762, -1.08012, -6.88174, -3.46173, -6.6905, -3.81916, -6.2035, -4.56733, 2.96646, -7.83866, 4.34893, -7.16455, 6.41128, -5.3983, 6.68621, -5.05332, 1.96446, -9.64524, 4.01866, -8.98561, 5.593, -8.0998, 7.88905, -5.88681 ]
						}
					]
				},
				"jinwei_0026_lingmao": {
					"jinwei_0026_lingmao": [
						{ "time": 0 },
						{
							"time": 1.5,
							"vertices": [ 9.67938, -9.0852, -3.01374, -19.80342 ]
						},
						{
							"time": 2.5,
							"vertices": [ 6.26313, -5.87866, 2.98756, -2.93355 ]
						},
						{ "time": 4.3333 }
					]
				},
				"pifeng01": {
					"pifeng03": [
						{ "time": 0 },
						{
							"time": 1,
							"vertices": [ 1.40196, -2.73519, -0.97594, -5.5082 ]
						},
						{
							"time": 1.6666,
							"vertices": [ 3.19703, -3.54209, -0.76013, -6.46825, -1.07552, 4.45676, -0.02406, 2.40534 ]
						},
						{ "time": 4.3333 }
					]
				},
				"pifengbeimian01": {
					"pifengbeimian01": [
						{
							"time": 0,
							"vertices": [ -4.48521, 5.06826, -6.40339, 5.30332, -9.82606, 6.75152, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -7.26224, -2.76559, -1.13864, 7.68714, 7.50345, -2.02153, -5.47155, -3.44204, -3.46202, 0.83568, -4.35734, -2.36758, -1.3748, 4.76464, 4.91765, -0.6392 ]
						},
						{
							"time": 1.6666,
							"vertices": [ -4.48521, 5.06826, -10.20109, 6.91005, -13.62378, 8.35825, 5.02247, 1.15902, 0.05153, -5.15425, -4.74713, 2.00839, 4.01796, 0.9272, 0.04121, -4.12341, -3.79769, 1.60673, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -3.6822, 1.58726, 2.34222, 3.25448, 2.05036, -3.44573, -4.59586, -1.12395, -3.46202, 0.83568, -4.35734, -2.36758, -1.3748, 4.76464, 4.91765, -0.6392 ]
						},
						{
							"time": 4.3333,
							"vertices": [ -4.48521, 5.06826, -6.40339, 5.30332, -9.82606, 6.75152, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -7.26224, -2.76559, -1.13864, 7.68714, 7.50345, -2.02153, -5.47155, -3.44204, -3.46202, 0.83568, -4.35734, -2.36758, -1.3748, 4.76464, 4.91765, -0.6392 ]
						}
					]
				},
				"qunzi01": {
					"qunzi05": [
						{
							"time": 0,
							"offset": 30,
							"vertices": [ 0.67614, -0.54318, 1.13071, 0.94563, 9.3847, -3.08923, 9.52512, -0.60631, 4.74041, -0.09992, 3.16277, 1.16739, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1.85105 ],
							"curve": "stepped"
						},
						{
							"time": 4.3333,
							"offset": 30,
							"vertices": [ 0.67614, -0.54318, 1.13071, 0.94563, 9.3847, -3.08923, 9.52512, -0.60631, 4.74041, -0.09992, 3.16277, 1.16739, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1.85105 ]
						}
					]
				},
				"toufa_3_01": {
					"toufa_3_04": [
						{
							"time": 0,
							"offset": 62,
							"vertices": [ 5.87782, 6.66584, 4.13626, 7.86611, 12.92971, 8.58042, 11.76345, 10.1203, 10.5361, 11.39308 ],
							"curve": "stepped"
						},
						{
							"time": 4.3333,
							"offset": 62,
							"vertices": [ 5.87782, 6.66584, 4.13626, 7.86611, 12.92971, 8.58042, 11.76345, 10.1203, 10.5361, 11.39308 ]
						}
					]
				}
			}
		},
		"drawOrder": [
			{
				"time": 0,
				"offsets": [
					{ "slot": "jinwei_0000_youbi2_3", "offset": -13 },
					{ "slot": "jinwei_0023_zuobi", "offset": -16 },
					{ "slot": "jinwei_0022_zuotui", "offset": -21 },
					{ "slot": "jinwei_0021_zuojiao01", "offset": -22 },
					{ "slot": "jinwei_0020_zuojiao02", "offset": -23 },
					{ "slot": "jinwei_0016_kua", "offset": -30 },
					{ "slot": "jinwei_0013_zuojia", "offset": -31 },
					{ "slot": "jinwei_0014_dangbu", "offset": -31 }
				]
			},
			{
				"time": 4.3333,
				"offsets": [
					{ "slot": "jinwei_0000_youbi2_3", "offset": -13 },
					{ "slot": "jinwei_0023_zuobi", "offset": -16 },
					{ "slot": "jinwei_0022_zuotui", "offset": -21 },
					{ "slot": "jinwei_0021_zuojiao01", "offset": -22 },
					{ "slot": "jinwei_0020_zuojiao02", "offset": -23 },
					{ "slot": "jinwei_0016_kua", "offset": -30 },
					{ "slot": "jinwei_0013_zuojia", "offset": -31 },
					{ "slot": "jinwei_0014_dangbu", "offset": -31 }
				]
			}
		]
	},
	"idle3": {
		"slots": {
			"hand00": {
				"attachment": [
					{ "time": 0, "name": "shou02" },
					{ "time": 6.6666, "name": "shou02" }
				]
			},
			"hand20": {
				"attachment": [
					{ "time": 0, "name": "shou27" },
					{ "time": 6.6666, "name": "shou27" }
				]
			},
			"jinwei_0000_youbi2": {
				"attachment": [
					{ "time": 0, "name": null }
				]
			},
			"jinwei_0000_youbi2_3": {
				"attachment": [
					{ "time": 0, "name": null }
				]
			},
			"jinwei_0001_youshou": {
				"attachment": [
					{ "time": 0, "name": null }
				]
			},
			"jinwei_0003_youbi1": {
				"attachment": [
					{ "time": 0, "name": null }
				]
			},
			"jinwei_0004_jian3": {
				"attachment": [
					{ "time": 0, "name": null }
				]
			},
			"jinwei_0005_youjian": {
				"attachment": [
					{ "time": 0, "name": null }
				]
			},
			"jinwei_0006_weijing": {
				"attachment": [
					{ "time": 0, "name": null }
				]
			},
			"jinwei_0007_yan": {
				"attachment": [
					{ "time": 0, "name": null }
				]
			},
			"jinwei_0008_tou": {
				"attachment": [
					{ "time": 0, "name": null }
				]
			},
			"jinwei_0009_zuojian": {
				"attachment": [
					{ "time": 0, "name": null }
				]
			},
			"jinwei_0010_shenti": {
				"attachment": [
					{ "time": 0, "name": null }
				]
			},
			"jinwei_0011_yaodai": {
				"attachment": [
					{ "time": 0, "name": null }
				]
			},
			"jinwei_0012_youjia": {
				"attachment": [
					{ "time": 0, "name": null }
				]
			},
			"jinwei_0013_zuojia": {
				"attachment": [
					{ "time": 0, "name": null }
				]
			},
			"jinwei_0014_dangbu": {
				"attachment": [
					{ "time": 0, "name": null }
				]
			},
			"jinwei_0015_yao": {
				"attachment": [
					{ "time": 0, "name": null }
				]
			},
			"jinwei_0016_kua": {
				"attachment": [
					{ "time": 0, "name": null }
				]
			},
			"jinwei_0020_zuojiao2": {
				"attachment": [
					{ "time": 0, "name": null }
				]
			},
			"jinwei_0020_zuojiao02": {
				"attachment": [
					{ "time": 0, "name": null }
				]
			},
			"jinwei_0021_zuojiao1": {
				"attachment": [
					{ "time": 0, "name": null }
				]
			},
			"jinwei_0021_zuojiao01": {
				"attachment": [
					{ "time": 0, "name": null }
				]
			},
			"jinwei_0022_zuotui": {
				"attachment": [
					{ "time": 0, "name": null }
				]
			},
			"jinwei_0022_zuotui2": {
				"attachment": [
					{ "time": 0, "name": null }
				]
			},
			"jinwei_0023_zuobi": {
				"attachment": [
					{ "time": 0, "name": null }
				]
			},
			"jinwei_0024_pifeng02_1": {
				"attachment": [
					{ "time": 0, "name": null }
				]
			},
			"jinwei_0024_pifeng02_2": {
				"attachment": [
					{ "time": 0, "name": null }
				]
			},
			"jinwei_0026_lingmao": {
				"attachment": [
					{ "time": 0, "name": null }
				]
			},
			"mianzhao01": {
				"attachment": [
					{ "time": 0, "name": "mianzhao04" },
					{ "time": 6.6666, "name": "mianzhao04" }
				]
			},
			"pidai01": {
				"attachment": [
					{ "time": 0, "name": "pidai05" },
					{ "time": 6.6666, "name": "pidai05" }
				]
			},
			"pifeng01": {
				"attachment": [
					{ "time": 0, "name": "pifeng05" },
					{ "time": 6.6666, "name": "pifeng05" }
				]
			},
			"pifengbeimian01": {
				"attachment": [
					{ "time": 0, "name": null },
					{ "time": 6.6666, "name": null }
				]
			},
			"pingzi": {
				"attachment": [
					{ "time": 0, "name": "pingzi" },
					{ "time": 6.6666, "name": "pingzi" }
				]
			},
			"qunzi01": {
				"attachment": [
					{ "time": 0, "name": "qunzi05" },
					{ "time": 6.6666, "name": "qunzi05" }
				]
			},
			"shengti01": {
				"attachment": [
					{ "time": 0, "name": "shengti05" },
					{ "time": 6.6666, "name": "shengti05" }
				]
			},
			"toufa_3_01": {
				"attachment": [
					{ "time": 0, "name": "toufa_3_05" },
					{ "time": 6.6666, "name": "toufa_3_05" }
				]
			},
			"toufa_4_01": {
				"attachment": [
					{ "time": 0, "name": "toufa_4_04" },
					{ "time": 6.6666, "name": "toufa_4_04" }
				]
			},
			"yan01": {
				"attachment": [
					{ "time": 0, "name": "yan04" },
					{ "time": 6.6666, "name": "yan04" }
				]
			},
			"yaoshui": {
				"attachment": [
					{ "time": 0, "name": "yaoshui" },
					{ "time": 6.6666, "name": "yaoshui" }
				]
			},
			"youer01": {
				"attachment": [
					{ "time": 0, "name": null },
					{ "time": 6.6666, "name": null }
				]
			},
			"youjiao01": {
				"color": [
					{ "time": 0, "color": "000000ff", "curve": "stepped" },
					{ "time": 6.6666, "color": "000000ff" }
				]
			},
			"zuoer01": {
				"attachment": [
					{ "time": 0, "name": null },
					{ "time": 6.6666, "name": null }
				]
			},
			"zuojiao01": {
				"color": [
					{ "time": 0, "color": "000000ff", "curve": "stepped" },
					{ "time": 6.6666, "color": "000000ff" }
				]
			}
		},
		"bones": {
			"All": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0 },
					{ "time": 3.6666, "x": 0, "y": -11.02, "curve": "stepped" },
					{ "time": 4.3333, "x": 0, "y": -11.02 },
					{ "time": 6.6666, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1 },
					{ "time": 1, "x": 1.026, "y": 1 },
					{ "time": 3.6666, "x": 1, "y": 1 },
					{ "time": 4.6666, "x": 1.026, "y": 1 },
					{ "time": 5.6666, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"yao01": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 6.6666, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"shenti01": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 1.3333, "angle": -4.78 },
					{ "time": 4, "angle": -6.61 },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 6.6666, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"bone": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 6.6666, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"pifeng01": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0.71, "y": 7.92, "curve": "stepped" },
					{ "time": 6.6666, "x": 0.71, "y": 7.92 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"bone2": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 6.6666, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"bone3": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 6.6666, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"tou2_01": {
				"rotate": [
					{ "time": 0, "angle": 12.16 },
					{ "time": 0.5, "angle": 4.56, "curve": "stepped" },
					{ "time": 1, "angle": 4.56 },
					{ "time": 1.6666, "angle": -6.54, "curve": "stepped" },
					{ "time": 3.6666, "angle": -6.54 },
					{ "time": 4.1666, "angle": 19.19 },
					{ "time": 6.6666, "angle": 12.16 }
				],
				"translate": [
					{ "time": 0, "x": -0.67, "y": 0.43, "curve": "stepped" },
					{ "time": 3.6666, "x": -0.67, "y": 0.43, "curve": "stepped" },
					{ "time": 6.6666, "x": -0.67, "y": 0.43 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 3.6666, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"toufa_1_01": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 6.6666, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"bone4": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 6.6666, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"bone5": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 6.6666, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"bone6": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 6.6666, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"bone7": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 6.6666, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"daimao": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 6.6666, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"bone8": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 6.6666, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"bone9": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 6.6666, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"toufa_3_01": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 5.12, "y": -37.55, "curve": "stepped" },
					{ "time": 6.6666, "x": 5.12, "y": -37.55 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"bone10": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 5, "angle": -9.21 },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 6.6666, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"bone11": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 1, "angle": -11.53 },
					{ "time": 1.8333, "angle": -0.1 },
					{ "time": 4, "angle": 7.31 },
					{ "time": 5, "angle": -1.89 },
					{ "time": 5.8333, "angle": -14.47 },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 6.6666, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"bone12": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 1, "angle": -11.53 },
					{ "time": 1.3333, "angle": -21.29 },
					{ "time": 1.8333, "angle": -0.1 },
					{ "time": 4, "angle": 7.31, "curve": "stepped" },
					{ "time": 5, "angle": 7.31 },
					{ "time": 5.8333, "angle": -5.25 },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 6.6666, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"toufa_4_01": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 3.32, "y": -9.82, "curve": "stepped" },
					{ "time": 6.6666, "x": 3.32, "y": -9.82 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"bone13": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 0.6666, "angle": -7.99 },
					{ "time": 1.3333, "angle": -10.43 },
					{ "time": 3.6666, "angle": 0.83 },
					{ "time": 4, "angle": 3.01 },
					{ "time": 5, "angle": -4.83 },
					{ "time": 5.8333, "angle": -8.56 },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 6.6666, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"bone14": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 0.6666, "angle": -7.99 },
					{ "time": 1.3333, "angle": -10.43 },
					{ "time": 3.6666, "angle": 0.83 },
					{ "time": 4, "angle": 3.01 },
					{ "time": 5, "angle": -4.83 },
					{ "time": 5.8333, "angle": -8.56 },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 6.6666, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"bone15": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 0.6666, "angle": -7.99 },
					{ "time": 1.3333, "angle": -10.43 },
					{ "time": 3.6666, "angle": 0.83 },
					{ "time": 4, "angle": 3.01 },
					{ "time": 5, "angle": -4.83 },
					{ "time": 5.8333, "angle": -8.56 },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 6.6666, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"toufa_4": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 1, "angle": 342.54 },
					{ "time": 1.6666, "angle": 7.99 },
					{ "time": 4, "angle": 5.98 },
					{ "time": 4.6666, "angle": -9.34 },
					{ "time": 5.5, "angle": -15.95 },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 8.81, "y": -45.06, "curve": "stepped" },
					{ "time": 6.6666, "x": 8.81, "y": -45.06 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"bone16": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 1, "angle": 22.29 },
					{ "time": 1.6666, "angle": -19.3 },
					{ "time": 4, "angle": -4.06 },
					{ "time": 4.6666, "angle": 14.54 },
					{ "time": 5.5, "angle": -8.91 },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 6.6666, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"bone17": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 0.6666, "angle": 23.6 },
					{ "time": 1, "angle": 7.69 },
					{ "time": 1.6666, "angle": -10 },
					{ "time": 4, "angle": -6.22 },
					{ "time": 4.6666, "angle": 26.75 },
					{ "time": 5.5, "angle": -1.78 },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 6.6666, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"hand00": {
				"rotate": [
					{ "time": 0, "angle": 163.52, "curve": "stepped" },
					{ "time": 4, "angle": 163.52 },
					{ "time": 4.6666, "angle": 171.88 },
					{ "time": 5.1666, "angle": 178.72 },
					{ "time": 5.8333, "angle": 169.98 },
					{ "time": 6.3333, "angle": 173.97 },
					{ "time": 6.6666, "angle": 163.52 }
				],
				"translate": [
					{ "time": 0, "x": -101.97, "y": 0.82 },
					{ "time": 0.5, "x": -101.97, "y": -1.63 },
					{ "time": 1, "x": -99.92, "y": 0 },
					{ "time": 1.6666, "x": -98.68, "y": 0, "curve": "stepped" },
					{ "time": 4, "x": -98.68, "y": 0 },
					{ "time": 5.1666, "x": -101.44, "y": 0 },
					{ "time": 6.3333, "x": -104.2, "y": 1.38 },
					{ "time": 6.6666, "x": -101.97, "y": 0.82 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": -1, "curve": "stepped" },
					{ "time": 4, "x": 1, "y": -1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": -1 }
				]
			},
			"hand20": {
				"rotate": [
					{ "time": 0, "angle": 86.19 },
					{ "time": 1.5, "angle": 109.84, "curve": "stepped" },
					{ "time": 4, "angle": 109.84 },
					{ "time": 5.6666, "angle": 83.31 },
					{ "time": 5.8333, "angle": 112.11 },
					{ "time": 6, "angle": 79.69 },
					{ "time": 6.1666, "angle": 112.11 },
					{ "time": 6.3333, "angle": 79.69 },
					{ "time": 6.5, "angle": 112.11 },
					{ "time": 6.6666, "angle": 86.19 }
				],
				"translate": [
					{ "time": 0, "x": 149.33, "y": 50.7 },
					{ "time": 0.5, "x": 146.78, "y": 36.02 },
					{ "time": 1, "x": 116.78, "y": 23.89 },
					{ "time": 1.5, "x": 93.81, "y": 14.32, "curve": "stepped" },
					{ "time": 4, "x": 93.81, "y": 14.32 },
					{ "time": 5.6666, "x": 139.35, "y": 43.47 },
					{ "time": 5.8333, "x": 139.35, "y": 53.49 },
					{ "time": 6, "x": 145.73, "y": 30.72 },
					{ "time": 6.1666, "x": 139.35, "y": 53.49 },
					{ "time": 6.3333, "x": 145.73, "y": 30.72 },
					{ "time": 6.5, "x": 139.35, "y": 53.49 },
					{ "time": 6.6666, "x": 149.33, "y": 50.7 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 4, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"pidai01": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 6.6666, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"qunzi01": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 1.1666, "angle": -7.03 },
					{ "time": 4, "angle": -1.49 },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 6.6666, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"yan01": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 1.92, "y": -12.37, "curve": "stepped" },
					{ "time": 6.6666, "x": 1.92, "y": -12.37 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 0.612, "curve": "stepped" },
					{ "time": 1, "x": 1, "y": 0.612 },
					{ "time": 3.6666, "x": 0.174, "y": 0.612 },
					{ "time": 6.6666, "x": 1, "y": 0.612 }
				]
			},
			"youer01": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 6.6666, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"youjiao01": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 45.84, "y": 0.98, "curve": "stepped" },
					{ "time": 6.6666, "x": 45.84, "y": 0.98 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"zuoer01": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 6.6666, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"zuojiao01": {
				"rotate": [
					{ "time": 0, "angle": 142.25, "curve": "stepped" },
					{ "time": 6.6666, "angle": 142.25 }
				],
				"translate": [
					{ "time": 0, "x": -39.44, "y": 7.65, "curve": "stepped" },
					{ "time": 6.6666, "x": -39.44, "y": 7.65 }
				],
				"scale": [
					{ "time": 0, "x": -1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": -1, "y": 1 }
				]
			},
			"pingzi": {
				"rotate": [
					{ "time": 0, "angle": -75.58, "curve": "stepped" },
					{ "time": 6.6666, "angle": -75.58 }
				],
				"translate": [
					{ "time": 0, "x": -81.94, "y": 355.9, "curve": "stepped" },
					{ "time": 6.6666, "x": -81.94, "y": 355.9 }
				],
				"scale": [
					{ "time": 0, "x": 1.685, "y": 1.685, "curve": "stepped" },
					{ "time": 6.6666, "x": 1.685, "y": 1.685 }
				]
			},
			"yaoshui": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 6.6666, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			},
			"root": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 6.6666, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 6.6666, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 6.6666, "x": 1, "y": 1 }
				]
			}
		},
		"deform": {
			"default": {
				"yaoshui": {
					"yaoshui": [
						{ "time": 0 },
						{
							"time": 1,
							"offset": 14,
							"vertices": [ -3.39154, 0.0109, -0.33407, -0.04065, 2.54625, -0.02914 ]
						},
						{
							"time": 1.6666,
							"offset": 12,
							"vertices": [ -3.10425, 0.55603, -4.48236, 0.19721, -1.50902, 0.147, 3.72396, -0.04852 ]
						},
						{
							"time": 4,
							"offset": 12,
							"vertices": [ -3.10425, 0.55603, -3.05227, 0.1737, 0.08653, -0.04754, 2.71308, -0.11597 ]
						},
						{ "time": 5.6666 },
						{
							"time": 5.8333,
							"offset": 12,
							"vertices": [ -4.39392, 0.24699, -5.39054, 0.4866, -1.72381, 0.37236, 4.93304, -0.46104 ]
						},
						{
							"time": 6,
							"offset": 12,
							"vertices": [ -3.51513, 0.19759, -1.02622, 0.33512, -0.92238, -0.70731, -0.08839, -0.10288 ]
						},
						{
							"time": 6.1666,
							"offset": 12,
							"vertices": [ -6.21672, 0.16576, -5.54009, 0.33582, -1.33255, -0.49447, 2.22744, -0.11434, 0, 0, 0, 0, -3.21414 ]
						},
						{
							"time": 6.3333,
							"offset": 12,
							"vertices": [ -4.14448, 0.11051, -1.50417, 0.8171, -0.1045, -0.41675, 1.48496, -0.07622, 0, 0, 0, 0, -2.14276 ]
						},
						{
							"time": 6.5,
							"offset": 12,
							"vertices": [ -6.21672, 0.16576, -5.54009, 0.33582, -1.33255, -0.49447, 2.22744, -0.11434, 0, 0, 0, 0, -3.21414 ]
						},
						{ "time": 6.6666 }
					]
				}
			}
		},
		"drawOrder": [
			{
				"time": 0,
				"offsets": [
					{ "slot": "toufa_4", "offset": -2 },
					{ "slot": "pingzi", "offset": -46 },
					{ "slot": "yaoshui", "offset": -46 }
				]
			},
			{
				"time": 6.6666,
				"offsets": [
					{ "slot": "toufa_4", "offset": -2 },
					{ "slot": "pingzi", "offset": -46 },
					{ "slot": "yaoshui", "offset": -46 }
				]
			}
		]
	}
}
}