hero5_weapon.json 93.5 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
{
"skeleton": { "hash": "/w4EWN0y8J60rwuzIHIwiYsAKuQ", "spine": "3.4.02", "width": 293, "height": 517.24 },
"bones": [
	{ "name": "root" },
	{ "name": "hero5_weapon7", "parent": "root", "x": 137.25, "y": 494.48 },
	{ "name": "hero5_weapon8", "parent": "hero5_weapon7", "length": 10, "rotation": -111.03, "x": -118.37, "y": -324.37 },
	{ "name": "bone", "parent": "hero5_weapon8", "length": 10.55, "rotation": 3.21, "x": 10 },
	{ "name": "bone2", "parent": "bone", "length": 11.59, "rotation": -3.98, "x": 10.55 },
	{ "name": "bone3", "parent": "bone2", "length": 8.83, "rotation": -4.76, "x": 11.59 },
	{ "name": "hero5_weapon9", "parent": "hero5_weapon7", "length": 12.06, "rotation": -119.74, "x": 105.03, "y": -327.07 },
	{ "name": "bone4", "parent": "hero5_weapon9", "length": 10.99, "rotation": -5.56, "x": 12.06 },
	{ "name": "bone5", "parent": "bone4", "length": 10.78, "rotation": 1.62, "x": 10.99 },
	{ "name": "bone6", "parent": "bone5", "length": 11.11, "rotation": -14.03, "x": 10.78 },
	{ "name": "bone7", "parent": "bone6", "length": 12.17, "rotation": 5.21, "x": 11.11 },
	{ "name": "bone8", "parent": "bone7", "length": 11.11, "rotation": 0.23, "x": 16.61, "y": -1.51 },
	{ "name": "bone9", "parent": "bone8", "length": 11.37, "rotation": -4.05, "x": 11.11 },
	{ "name": "bone10", "parent": "bone9", "length": 11.39, "rotation": -2.65, "x": 11.37 },
	{ "name": "bone11", "parent": "bone10", "length": 10.31, "rotation": 2.52, "x": 11.36, "y": 0.52 },
	{ "name": "bone12", "parent": "bone11", "length": 10.31, "x": 10.31 },
	{ "name": "bone13", "parent": "bone12", "length": 10.91, "rotation": -2.92, "x": 10.82 },
	{ "name": "bone14", "parent": "bone13", "length": 11.72, "rotation": 4.39, "x": 10.91 },
	{ "name": "bone15", "parent": "bone14", "length": 8.8, "rotation": 2.72, "x": 11.72 },
	{ "name": "bone16", "parent": "bone15", "length": 10.49, "rotation": -7.3, "x": 8.8 },
	{ "name": "bone17", "parent": "bone16", "length": 11.3, "rotation": 4.57, "x": 10.49 },
	{ "name": "bone18", "parent": "bone17", "length": 10.04, "x": 11.3 },
	{ "name": "bone19", "parent": "bone18", "length": 9.43, "rotation": 3.81, "x": 10.04 },
	{ "name": "bone20", "parent": "bone19", "length": 11.33, "rotation": -9.52, "x": 9.43 },
	{ "name": "bone21", "parent": "bone20", "length": 8.8, "rotation": 5.49, "x": 11.33 },
	{ "name": "bone22", "parent": "bone21", "length": 8.58, "rotation": -3.86, "x": 8.8 },
	{ "name": "bone23", "parent": "bone22", "length": 9, "rotation": -5.26, "x": 8.58 },
	{ "name": "guang", "parent": "hero5_weapon7", "x": -117.76, "y": -221.6, "scaleX": 0.205, "scaleY": 0.205 },
	{ "name": "guang2", "parent": "hero5_weapon7", "x": -110.17, "y": -215.85, "scaleX": 0.205, "scaleY": 0.205 },
	{ "name": "guang3", "parent": "hero5_weapon7", "x": -93.38, "y": -221.02, "scaleX": 0.205, "scaleY": 0.205 },
	{ "name": "guang4", "parent": "hero5_weapon7", "x": -84.66, "y": -223.28, "scaleX": 0.205, "scaleY": 0.205 },
	{ "name": "guang5", "parent": "hero5_weapon7", "x": -21.03, "y": -247.5, "scaleX": 0.205, "scaleY": 0.205 },
	{ "name": "guang6", "parent": "hero5_weapon7", "x": -10.69, "y": -249.12, "scaleX": 0.205, "scaleY": 0.205 },
	{ "name": "guang7", "parent": "hero5_weapon7", "x": -15.86, "y": -250.73, "scaleX": 0.205, "scaleY": 0.205 },
	{ "name": "hero5_weapon1", "parent": "hero5_weapon7", "x": -63.37, "y": -284.04 },
	{ "name": "hero5_weapon2", "parent": "hero5_weapon7", "x": -90.89, "y": -225.13 },
	{ "name": "hero5_weapon3", "parent": "hero5_weapon7", "x": -113.83, "y": -225.59 },
	{ "name": "hero5_weapon4", "parent": "hero5_weapon7", "x": 84.81, "y": -252.2 },
	{ "name": "hero5_weapon5", "parent": "hero5_weapon7", "x": -15.65, "y": -253.58 },
	{ "name": "hero5_weapon6", "parent": "hero5_weapon7", "x": -122.89, "y": -299.88 },
	{ "name": "hero5_weapon10", "parent": "hero5_weapon7", "x": -32.22, "y": -236.57 },
	{ "name": "hero5_weapon11", "parent": "hero5_weapon7", "x": -29.6, "y": -74.46 },
	{ "name": "light1", "parent": "hero5_weapon1", "x": 1.34, "y": -1.71, "scaleX": 0.234, "scaleY": 0.268 },
	{ "name": "light2", "parent": "hero5_weapon6", "x": -1.71, "y": 3.39, "scaleX": 0.234, "scaleY": 0.268 },
	{ "name": "light3", "parent": "hero5_weapon10", "x": 1.03, "y": 1.76, "scaleX": 0.234, "scaleY": 0.268 },
	{ "name": "light4", "parent": "hero5_weapon11", "x": 1.91, "y": 0.41, "scaleX": 0.664, "scaleY": 0.762 },
	{ "name": "light5", "parent": "hero5_weapon7", "rotation": 14.29, "x": 45.18, "y": -222.21, "scaleX": 0.664, "scaleY": 0.341 }
],
"slots": [
	{ "name": "hero5_weapon7", "bone": "hero5_weapon9", "attachment": "hero5_weapon7" },
	{ "name": "hero5_weapon6", "bone": "hero5_weapon11", "attachment": "hero5_weapon6" },
	{ "name": "hero5_weapon5", "bone": "hero5_weapon5", "attachment": "hero5_weapon5" },
	{ "name": "hero5_weapon4", "bone": "hero5_weapon4", "attachment": "hero5_weapon4" },
	{ "name": "hero5_weapon3", "bone": "hero5_weapon3", "attachment": "hero5_weapon3" },
	{ "name": "hero5_weapon2", "bone": "hero5_weapon2", "attachment": "hero5_weapon2" },
	{ "name": "hero5_weapon1", "bone": "hero5_weapon1", "attachment": "hero5_weapon1" },
	{ "name": "hero5_weapon8", "bone": "hero5_weapon6", "attachment": "hero5_weapon1" },
	{ "name": "hero5_weapon9", "bone": "hero5_weapon10", "attachment": "hero5_weapon1" },
	{ "name": "guang", "bone": "guang", "color": "ff0addff", "attachment": "guang", "blend": "screen" },
	{ "name": "guang2", "bone": "guang2", "color": "ff0addff", "attachment": "guang", "blend": "screen" },
	{ "name": "guang3", "bone": "guang3", "color": "ff0addff", "attachment": "guang", "blend": "screen" },
	{ "name": "guang4", "bone": "guang4", "color": "ff0addff", "attachment": "guang", "blend": "screen" },
	{ "name": "guang5", "bone": "guang5", "color": "ff0addff", "attachment": "guang", "blend": "screen" },
	{ "name": "guang6", "bone": "guang6", "color": "ff0addff", "attachment": "guang", "blend": "screen" },
	{ "name": "guang7", "bone": "guang7", "color": "ff0addff", "attachment": "guang", "blend": "screen" },
	{ "name": "light1", "bone": "light1", "color": "ff5d249f", "attachment": "light1", "blend": "screen" },
	{ "name": "light2", "bone": "light2", "color": "ff5d249f", "attachment": "light1", "blend": "screen" },
	{ "name": "light3", "bone": "light3", "color": "ff5d249f", "attachment": "light1", "blend": "screen" },
	{ "name": "light4", "bone": "light4", "color": "b600ff9f", "attachment": "light1", "blend": "screen" },
	{ "name": "light5", "bone": "light5", "color": "ff0b3e9f", "attachment": "light1", "blend": "screen" }
],
"skins": {
	"default": {
		"guang": {
			"guang": { "width": 12, "height": 12 }
		},
		"guang2": {
			"guang": { "width": 12, "height": 12 }
		},
		"guang3": {
			"guang": { "width": 12, "height": 12 }
		},
		"guang4": {
			"guang": { "width": 12, "height": 12 }
		},
		"guang5": {
			"guang": { "width": 12, "height": 12 }
		},
		"guang6": {
			"guang": { "width": 12, "height": 12 }
		},
		"guang7": {
			"guang": { "width": 12, "height": 12 }
		},
		"hero5_weapon1": {
			"hero5_weapon1": { "x": 0.25, "y": 7.86, "width": 9, "height": 18 }
		},
		"hero5_weapon2": {
			"hero5_weapon2": {
				"type": "mesh",
				"uvs": [ 0.19421, 0.0707, 0.02893, 1, 1, 1, 0.8048, 0.04112, 0.6563, 0.05532, 0.47652, 0.06132, 0.2998, 0.06132 ],
				"triangles": [ 1, 0, 6, 5, 1, 6, 4, 3, 2, 5, 4, 2, 1, 5, 2 ],
				"vertices": [ -6.79, 9.35999, -10.22, 0.78, 11.13, 0.78, 7.14, 9.66, 3.57, 10.22999, -0.37, 10.17, -4.26, 10.17 ],
				"hull": 7
			}
		},
		"hero5_weapon3": {
			"hero5_weapon3": {
				"type": "mesh",
				"uvs": [ 1, 1, 0, 1, 0, 0, 1, 0 ],
				"triangles": [ 1, 2, 3, 1, 3, 0 ],
				"vertices": [ 10.05, -0.09, -7.94, -0.09, -7.94, 13.9, 10.05, 13.9 ],
				"hull": 4
			}
		},
		"hero5_weapon4": {
			"hero5_weapon4": {
				"type": "mesh",
				"uvs": [ 1, 1, 0, 1, 0, 0, 1, 0 ],
				"triangles": [ 1, 2, 3, 1, 3, 0 ],
				"vertices": [ 6.97, -0.12, -5.02, -0.12, -5.02, 21.87, 6.97, 21.87 ],
				"hull": 4
			}
		},
		"hero5_weapon5": {
			"hero5_weapon5": {
				"type": "mesh",
				"uvs": [ 0.10204, 0.11358, 0, 1, 0.98609, 1, 0.84956, 0.09008, 0.70856, 0.09478, 0.55861, 0.09478, 0.39971, 0.09008, 0.24752, 0.09948 ],
				"triangles": [ 1, 7, 6, 1, 0, 7, 6, 5, 1, 4, 3, 2, 5, 4, 2, 1, 5, 2 ],
				"vertices": [ -8.06, 9.14999, -10.21, 0.29, 10.49, 0.29, 7.62, 9.39, 4.66, 9.34, 1.52, 9.34, -1.81, 9.39, -5.01, 9.29 ],
				"hull": 8
			}
		},
		"hero5_weapon6": {
			"hero5_weapon6": { "width": 39, "height": 72 }
		},
		"hero5_weapon7": {
			"hero5_weapon7": {
				"type": "mesh",
				"uvs": [ 0.02901, 0.66714, 0.03843, 0.64644, 0, 0.64529, 0, 6.2E-4, 1, 0, 1, 0.64399, 0.91978, 0.64498, 0.87216, 0.68382, 0.85139, 0.7014, 0.82964, 0.71981, 0.80917, 0.73158, 0.77692, 0.75012, 0.74108, 0.76961, 0.70379, 0.7899, 0.66671, 0.80917, 0.62726, 0.82968, 0.59196, 0.84763, 0.54902, 0.86946, 0.52112, 0.88622, 0.4844, 0.90829, 0.44895, 0.92803, 0.41297, 0.94807, 0.38547, 0.96251, 0.35344, 0.97933, 0.30752, 1, 0.26593, 0.99121, 0.22759, 0.98312, 0.22142, 0.96295, 0.21398, 0.9386, 0.20881, 0.91761, 0.20208, 0.8903, 0.19039, 0.86288, 0.17827, 0.83441, 0.17005, 0.79638, 0.16152, 0.75692, 0.14085, 0.72738, 0.09493, 0.76622, 0.06602, 0.78421, 0.04391, 0.75012, 0.00139, 0.73212, 0.01, 0.71103, 0.0184, 0.69045, 0.10028, 0.64369, 0.14821, 0.64373, 0.21665, 0.64302, 0.28509, 0.64382, 0.36172, 0.64387, 0.43835, 0.64468, 0.51772, 0.64549, 0.59709, 0.64478, 0.68466, 0.64559, 0.76265, 0.64488, 0.83654, 0.64493, 0.09266, 0.65665, 0.15021, 0.6567, 0.21158, 0.65671, 0.28119, 0.65749, 0.35508, 0.65829, 0.44124, 0.66213, 0.52471, 0.66295, 0.59859, 0.66072, 0.69026, 0.66229, 0.76551, 0.66234, 0.82707, 0.66313, 0.87082, 0.65709, 0.07233, 0.68943, 0.05983, 0.71913, 0.12092, 0.67421, 0.13449, 0.69939, 0.1922, 0.68684, 0.1948, 0.72052, 0.20981, 0.75083, 0.21315, 0.78999, 0.22342, 0.8319, 0.23252, 0.86222, 0.24353, 0.89088, 0.25053, 0.91567, 0.25555, 0.94212, 0.26354, 0.96857, 0.30214, 0.97298, 0.33179, 0.95315, 0.36144, 0.93331, 0.30103, 0.92339, 0.2912, 0.94929, 0.39012, 0.91404, 0.42462, 0.89529, 0.45916, 0.87545, 0.48876, 0.85451, 0.53228, 0.83524, 0.56789, 0.81706, 0.6154, 0.79779, 0.64901, 0.77685, 0.68859, 0.75813, 0.7232, 0.7383, 0.75781, 0.71461, 0.79345, 0.69864, 0.82912, 0.68268, 0.29303, 0.89694, 0.34157, 0.90466, 0.29783, 0.86553, 0.36517, 0.87655, 0.28563, 0.83133, 0.3381, 0.83685, 0.40648, 0.84403, 0.28118, 0.79327, 0.34263, 0.80044, 0.41207, 0.80818, 0.47167, 0.82088, 0.28164, 0.75409, 0.34712, 0.75963, 0.41066, 0.76792, 0.47726, 0.78008, 0.52602, 0.79554, 0.26942, 0.7221, 0.34476, 0.72708, 0.41629, 0.73649, 0.48689, 0.7481, 0.54361, 0.76136, 0.58248, 0.77847, 0.2481, 0.68954, 0.3145, 0.6901, 0.38407, 0.6951, 0.45761, 0.70176, 0.51732, 0.71006, 0.5681, 0.72112, 0.62785, 0.7399, 0.65839, 0.70684, 0.60561, 0.69357, 0.53896, 0.68636, 0.47828, 0.67971 ],
				"triangles": [ 25, 78, 79, 26, 78, 25, 23, 24, 79, 25, 79, 24, 28, 29, 76, 77, 76, 82, 28, 76, 77, 83, 77, 82, 27, 28, 77, 78, 77, 83, 27, 77, 78, 79, 83, 80, 78, 83, 79, 23, 80, 81, 26, 27, 78, 23, 79, 80, 76, 75, 97, 29, 30, 75, 29, 75, 76, 82, 97, 98, 76, 97, 82, 80, 82, 98, 80, 98, 81, 83, 82, 80, 23, 81, 22, 21, 84, 85, 21, 22, 84, 84, 100, 85, 98, 100, 84, 81, 98, 84, 22, 81, 84, 20, 85, 86, 21, 85, 20, 115, 121, 122, 114, 121, 115, 115, 122, 116, 71, 119, 113, 108, 113, 120, 108, 120, 114, 71, 113, 108, 34, 70, 71, 109, 114, 115, 108, 114, 109, 110, 109, 115, 110, 115, 111, 72, 71, 108, 33, 34, 71, 104, 72, 108, 104, 108, 109, 72, 33, 71, 105, 104, 109, 105, 109, 110, 106, 110, 111, 105, 110, 106, 101, 104, 105, 73, 72, 104, 73, 104, 101, 32, 33, 72, 32, 72, 73, 102, 101, 105, 103, 105, 106, 103, 106, 107, 102, 105, 103, 74, 73, 101, 31, 32, 73, 31, 73, 74, 99, 101, 102, 74, 101, 99, 86, 103, 107, 100, 102, 103, 99, 102, 100, 30, 31, 74, 75, 74, 99, 30, 74, 75, 85, 103, 86, 100, 103, 85, 97, 75, 99, 98, 97, 99, 100, 98, 99, 19, 86, 87, 20, 86, 19, 111, 115, 116, 107, 106, 111, 87, 107, 88, 86, 107, 87, 18, 87, 88, 18, 88, 17, 19, 87, 18, 17, 88, 89, 89, 118, 90, 16, 89, 90, 88, 112, 89, 107, 112, 88, 17, 89, 16, 116, 122, 123, 117, 123, 124, 116, 123, 117, 118, 124, 125, 117, 124, 118, 112, 116, 117, 111, 116, 112, 118, 112, 117, 89, 112, 118, 107, 111, 112, 15, 90, 14, 15, 16, 90, 90, 118, 125, 91, 90, 125, 90, 91, 14, 126, 127, 60, 50, 126, 60, 61, 126, 50, 123, 59, 128, 124, 128, 127, 123, 128, 124, 125, 127, 126, 124, 127, 125, 92, 126, 93, 125, 126, 92, 91, 125, 92, 13, 92, 12, 14, 91, 92, 14, 92, 13, 93, 126, 61, 12, 93, 11, 92, 93, 12, 93, 94, 11, 60, 49, 50, 59, 49, 60, 128, 59, 60, 128, 60, 127, 95, 62, 63, 94, 61, 62, 94, 62, 95, 10, 95, 9, 94, 93, 61, 10, 11, 94, 10, 94, 95, 9, 96, 8, 95, 96, 9, 95, 63, 96, 8, 96, 7, 4, 52, 51, 4, 6, 52, 5, 6, 4, 51, 50, 4, 64, 52, 6, 61, 50, 51, 63, 62, 51, 61, 51, 62, 52, 63, 51, 64, 96, 63, 64, 63, 52, 7, 64, 6, 96, 64, 7, 38, 40, 66, 39, 40, 38, 36, 66, 35, 38, 66, 36, 37, 38, 36, 66, 41, 65, 40, 41, 66, 34, 35, 70, 35, 66, 68, 41, 0, 65, 68, 66, 65, 45, 44, 3, 43, 42, 3, 44, 43, 3, 3, 46, 45, 3, 47, 46, 4, 47, 3, 47, 4, 48, 49, 4, 50, 1, 2, 3, 49, 48, 4, 42, 1, 3, 53, 1, 42, 55, 54, 43, 44, 55, 43, 56, 44, 45, 57, 45, 46, 129, 58, 47, 59, 48, 49, 67, 42, 43, 67, 43, 54, 53, 42, 67, 48, 129, 47, 129, 48, 59, 69, 54, 55, 65, 1, 53, 65, 53, 67, 0, 1, 65, 119, 44, 56, 55, 44, 119, 69, 55, 119, 120, 45, 57, 56, 45, 120, 121, 46, 47, 121, 47, 58, 57, 46, 121, 68, 67, 54, 68, 54, 69, 122, 58, 129, 121, 58, 122, 123, 129, 59, 70, 69, 119, 68, 69, 70, 120, 113, 119, 120, 119, 56, 114, 120, 57, 114, 57, 121, 35, 68, 70, 123, 122, 129, 71, 70, 119, 68, 65, 67 ],
				"vertices": [ 2, 2, 10.39, -5.59, 0.40425, 3, 0.08, -5.6, 0.59574, 2, 2, -0.32, -4.83, 0.99995, 4, -20.79, -5.7, 4.0E-5, 3, 2, 3.56, -19.11, 0.99905, 3, -7.5, -18.71999, 9.0E-4, 4, -16.70999, -19.93, 4.0E-5, 7, 2, -292.47, -132.98, 0.60515, 6, -160.47, -371.03, 0.20053, 7, -135.72, -386.02, 0.13891, 9, -70.76, -411.16, 0.0389, 11, -137.19, -399.93, 0.01213, 12, -119.63, -409.42, 0.00434, 21, -226.16, -404.2, 0, 10, 2, -391.12, 122.64, 0.475, 3, -393.6, 144.97, 1.0E-5, 6, -296.67, -133.29, 0.28679, 7, -294.35, -162.61, 0.18056, 9, -273.71, -227.07, 0.0416, 11, -321.73, -197.39, 0.01296, 12, -318.04, -220.45, 0.00304, 15, -350.58, -221.27, 0, 19, -380.22, -242.6, 1.0E-5, 20, -408.82, -210.67, 0, 2, 6, -21.58, 23.9, 0.87272, 7, -35.8, 20.53, 0.12727, 3, 2, -87.05, 216.05, 0.00366, 6, -10.25, 5.06, 0.97617, 7, -22.7, 2.87, 0.02016, 2, 6, 12.8, 3.21, 0.65089, 7, 0.43, 3.27, 0.3491, 3, 7, 10.78, 3.63, 0.49408, 8, -0.11, 3.63, 0.50571, 10, -22.4, 2.93, 1.9E-4, 2, 8, 10.72, 3.7, 0.66232, 9, -0.95, 3.57, 0.33767, 3, 7, 29.58, 2.77, 0.00112, 9, 7.09, 4.08, 0.89125, 10, -3.64, 4.42999, 0.10762, 3, 10, 9.05, 4.08, 0.84956, 11, -7.53, 5.63, 0.14895, 12, -19, 4.29, 0.00147, 2, 11, 6.16, 4.81, 0.95809, 12, -5.28, 4.44999, 0.0419, 2, 12, 9, 4.62, 0.78328, 13, -2.58, 4.5, 0.21671, 3, 13, 11.3, 4.98999, 0.42986, 14, 0.13, 4.46, 0.5654, 16, -21.2, 3.38, 0.00473, 2, 14, 14.92, 4.33, 0.07432, 15, 4.6, 4.33, 0.92567, 2, 16, 6.65, 4.42, 0.83529, 17, -3.9, 4.73, 0.1647, 3, 15, 33.62, 3.76, 5.5E-4, 17, 12, 4.01, 0.48822, 18, 0.47, 3.99, 0.51121, 3, 18, 11.71, 3.88, 0.07542, 19, 2.4, 4.21999, 0.92327, 21, -19.03, 4.85, 0.0013, 2, 18, 26.52, 3.74, 4.2E-4, 20, 7.05, 5.41, 0.99957, 3, 19, 30.79, 7.06, 2.5E-4, 21, 9.49, 5.41, 0.54518, 22, -0.19, 5.44, 0.45454, 2, 22, 13.71, 4.51, 0.11517, 23, 3.6, 5.07, 0.88482, 3, 21, 33.78, 5.11, 9.2E-4, 23, 13.94, 5.53, 0.11151, 24, 3.26, 5.17, 0.88755, 2, 25, 6.39, 4.39, 0.70713, 26, -2.39, 4.28, 0.29286, 2, 24, 31.28, 1.77, 0.00115, 26, 13.72, 2.95, 0.99884, 10, 3, 132.22, 102.72, 0.00127, 4, 114.23, 110.92, 0.00167, 5, 93.07, 119.06, 8.0E-5, 18, 96.97, -13.1, 0.00311, 19, 89.12, -1.79, 9.1E-4, 20, 78.23, -8.05, 0.01784, 22, 56.22, -11.82, 0.0088, 24, 35.75, -9.56, 0.02902, 25, 27.16, -8.93, 0.36488, 26, 18.98, -8.03, 0.57238, 12, 3, 131.64, 91.5, 0.00262, 4, 114.44, 99.69, 0.00334, 5, 94.2, 107.88, 2.1E-4, 13, 158.25, -9.37, 7.0E-5, 16, 125.84, -9.93, 1.0E-5, 18, 101.09, -23.55, 0.00636, 19, 94.54, -11.63, 0.00249, 20, 82.83999, -18.29999, 0.03455, 22, 60.14, -22.35, 0.01785, 24, 39.86, -20.01, 0.06825, 25, 31.52, -19.28, 0.45657, 26, 23.83, -18.17, 0.40761, 14, 3, 122.72, 86.86, 0.00495, 4, 105.85, 94.44, 0.006, 5, 86.09, 101.94, 5.0E-4, 8, 202.7, -68.6, 2.0E-5, 13, 153.01, -17.95999, 3.1E-4, 16, 120.66, -18.56, 2.9E-4, 18, 94.89, -31.48, 0.01198, 19, 89.39, -20.28, 0.00618, 20, 77.01999, -26.51, 0.06065, 21, 65.72, -26.51, 0.00144, 22, 53.79, -30.15, 0.03465, 24, 33.66, -27.93, 0.13268, 25, 25.5, -27.35, 0.44706, 26, 18.2, -26.51, 0.29321, 16, 3, 111.93, 81.25, 0.01076, 4, 95.49, 88.09, 0.01241, 5, 76.28, 94.75, 0.00129, 8, 193.86, -76.94, 1.7E-4, 13, 146.69, -28.34, 0.00106, 15, 123.61, -34.8, 3.8E-4, 16, 114.41, -28.99, 0.00131, 18, 87.39, -41.05, 0.02537, 19, 83.17, -30.73, 0.01624, 20, 69.99, -36.41999, 0.11809, 21, 58.69, -36.41999, 0.00727, 22, 46.11, -39.58, 0.06917, 23, 41.84999, -34.05, 0.01583, 24, 26.17, -37.5, 0.2105, 25, 18.23, -37.09, 0.35206, 26, 11.4, -36.59, 0.15801, 17, 3, 102.54, 76.74, 0.0178, 4, 86.42, 82.94, 0.01993, 5, 67.68, 88.87, 0.00239, 8, 186.05, -83.85, 4.4E-4, 9, 190.37, -38.84, 9.0E-5, 13, 140.98, -37.07, 0.00212, 15, 117.52, -43.26, 0.00143, 16, 108.77, -37.75, 0.00291, 18, 80.69999, -49.04, 0.03963, 19, 77.55, -39.50999, 0.02885, 20, 63.69, -44.73, 0.17134, 21, 52.39, -44.73, 0.01538, 22, 39.27, -47.45, 0.09558, 23, 36.18, -42.8, 0.03404, 24, 19.48, -45.5, 0.22745, 25, 11.73, -45.24, 0.25756, 26, 5.3, -45.04, 0.08297, 19, 2, 96.18, 75.83, 7.6E-4, 3, 90.31, 70.87, 0.02964, 4, 74.62999, 76.24, 0.03223, 5, 56.48, 81.21, 0.00457, 8, 175.9, -92.84, 0.00103, 9, 182.7, -50.02, 5.3E-4, 11, 149.44, -64.51, 9.0E-5, 13, 133.56, -48.42, 0.00405, 15, 109.61, -54.28, 0.00399, 16, 101.42, -49.16, 0.00584, 18, 72, -59.45, 0.0587, 19, 70.24, -50.93, 0.0486, 20, 55.49, -55.53, 0.23017, 21, 44.19, -55.53, 0.02752, 22, 30.37, -57.68, 0.11608, 23, 28.81, -54.18, 0.04815, 24, 10.78, -55.9, 0.20049, 25, 3.27, -55.84, 0.15846, 26, -2.64, -56.03, 0.029, 21, 2, 84.74, 68, 0.00397, 3, 78.44, 63.69, 0.04421, 4, 63.3, 68.26, 0.04693, 5, 45.85, 72.31, 0.00786, 7, 180.29, -98.23, 1.0E-5, 8, 166.45, -102.98, 0.00192, 9, 175.99, -62.16, 0.00151, 11, 141.61, -75.96, 5.6E-4, 12, 135.54, -66.53, 1.4E-4, 13, 127.12, -60.7, 0.00644, 15, 102.64, -66.26, 0.00796, 16, 95.07, -61.48, 0.0093, 18, 64.17, -70.89, 0.07418, 19, 63.93, -63.28, 0.06841, 20, 48.22, -67.33999, 0.2633, 21, 36.91, -67.33999, 0.03748, 22, 22.33, -68.97, 0.11663, 23, 22.42, -66.49, 0.04255, 24, 2.95, -67.33999, 0.15978, 25, -4.28, -67.46, 0.09902, 26, -9.64, -68, 0.00775, 21, 2, 72.86, 59.87, 0.01148, 3, 66.12999, 56.24, 0.0617, 4, 51.53, 59.97, 0.06462, 5, 34.81, 63.08, 0.01314, 7, 170.79, -109.04, 4.4E-4, 8, 156.64, -113.52, 0.00301, 9, 169.03, -74.75, 0.00302, 11, 133.49, -87.84, 0.00149, 12, 128.28, -78.94999, 9.3E-4, 13, 120.44, -73.44999, 0.00883, 15, 95.4, -78.69999, 0.01256, 16, 88.48, -74.28, 0.01203, 18, 56.05, -82.76999, 0.08168, 19, 57.38, -76.08999, 0.08193, 20, 40.66, -79.58999, 0.26818, 21, 29.36, -79.58999, 0.04152, 22, 13.98, -80.69999, 0.10613, 23, 15.8, -79.26999, 0.03384, 24, -5.17, -79.22, 0.12735, 25, -12.13, -79.53, 0.06497, 26, -16.9, -80.42, 0.00102, 22, 2, 56.21, 51.06, 0.0318, 3, 49, 48.39, 0.08961, 4, 34.99, 50.94, 0.09374, 5, 19.08, 52.71, 0.0258, 6, 156.33, -136.32, 5.6E-4, 7, 156.81, -121.69, 0.00186, 8, 142.31, -125.76, 0.00469, 9, 158.1, -90.11, 0.00581, 11, 121.15, -102.08, 0.00339, 12, 116.98, -94.04, 0.00309, 13, 109.85, -89.04, 0.01161, 15, 84.14, -93.81, 0.01856, 16, 78.01, -89.94, 0.01416, 17, 60, -94.82, 3.0E-5, 18, 43.71, -97.01, 0.08181, 19, 46.95, -91.79, 0.09027, 20, 29.02, -94.4, 0.24702, 21, 17.71999, -94.4, 0.04153, 22, 1.37, -94.71, 0.0854, 23, 5.28, -94.9, 0.0225, 24, -17.51, -93.47, 0.0902, 25, -24.13, -94.05, 0.03646, 22, 2, 38.91999, 41.91999, 0.0784, 3, 31.23, 40.23, 0.12905, 4, 17.83, 41.57, 0.14673, 5, 2.75, 41.93999, 0.06263, 6, 140.63, -147.97, 0.00254, 7, 142.32, -134.81, 0.00422, 8, 127.45, -138.47, 0.00607, 9, 146.76, -106.04, 0.00889, 11, 108.35, -116.86, 0.00565, 12, 105.26, -109.69, 0.00617, 13, 98.87, -105.21, 0.01227, 15, 72.44999, -109.49, 0.0212, 16, 67.14, -106.2, 0.01248, 17, 47.91, -110.19, 4.2E-4, 18, 30.91, -111.79, 0.06498, 19, 36.14, -108.08, 0.07848, 20, 16.94, -109.78, 0.18499, 21, 5.63, -109.78, 0.03255, 22, -11.7, -109.24, 0.05662, 23, -5.63, -111.12, 0.01231, 24, -30.31, -108.25, 0.05536, 25, -36.59, -109.13, 0.01785, 22, 2, 27.4, 31.4, 0.1324, 3, 19.12999, 30.37, 0.15527, 4, 6.44, 30.89, 0.25875, 5, -7.69, 30.36, 0.1725, 6, 130.83, -160.12, 0.0027, 7, 133.74, -147.85, 0.0038, 8, 118.51, -151.26, 0.00428, 9, 141.19, -120.61, 0.00692, 11, 101.42, -130.84, 0.00449, 12, 99.33, -124.12, 0.0053, 13, 93.62, -119.91, 0.00719, 15, 66.56, -123.94, 0.01289, 16, 62, -120.93, 0.00593, 17, 41.66, -124.49, 2.2E-4, 18, 23.98, -125.77, 0.03082, 19, 31.04, -122.83, 0.0399, 20, 10.68, -124.07, 0.08537, 21, -0.61, -124.07, 0.0152, 22, -18.89, -123.09, 0.02374, 23, -10.81, -125.84, 0.00427, 24, -37.24, -122.23, 0.02223, 25, -43.19, -123.27, 0.00568, 22, 2, 49.75, 26.51, 0.00992, 3, 41.16999, 24.24, 0.01935, 4, 28.86, 26.31, 0.27219, 5, 15.01, 27.65, 0.65233, 6, 153.66, -161.57, 1.1E-4, 7, 156.61, -147.07, 2.6E-4, 8, 141.39, -151.13, 5.1E-4, 9, 163.36, -114.94, 6.1E-4, 11, 124.02, -127.3, 3.9E-4, 12, 121.63, -118.99, 4.6E-4, 13, 115.65, -113.75, 0.0011, 15, 88.84, -118.76, 0.00196, 16, 83.98, -114.61, 9.5E-4, 17, 64.06, -119.88, 0, 18, 46.58, -122.23, 0.00543, 19, 53.01, -116.44, 0.00682, 20, 33.09, -119.46, 0.01526, 21, 21.78, -119.46, 0.00259, 22, 3.76, -119.98, 0.00421, 23, 11.18, -119.59, 6.7E-4, 24, -14.64, -118.69, 0.00394, 25, -20.68, -119.2, 8.3E-4, 18, 3, 52.03, 19.41, 0.0078, 4, 40.02, 22.24, 0.26009, 5, 26.47, 24.52, 0.7066, 8, 153.15, -152.81, 1.6E-4, 9, 175.17, -113.72, 2.0E-5, 11, 135.9, -127.21, 1.0E-5, 12, 133.47, -118.06, 1.0E-5, 13, 127.44, -112.27, 5.6E-4, 15, 100.69, -117.79, 9.8E-4, 16, 95.76, -113.04, 5.1E-4, 18, 58.46, -122.14, 0.00318, 19, 64.78, -114.84, 0.00389, 20, 44.95, -118.8, 0.00906, 21, 33.65, -118.8, 0.00147, 22, 15.64, -120.11, 0.00249, 23, 22.96, -118.05, 3.5E-4, 24, -2.76, -118.59, 0.00232, 25, -8.8, -118.83, 3.9E-4, 14, 4, 26.69, 10.38, 0.29159, 5, 14.18, 11.6, 0.69742, 8, 142.55, -167.16, 6.0E-5, 13, 121.01, -128.9, 2.3E-4, 15, 93.52, -134.13, 4.1E-4, 16, 89.44, -129.72, 2.2E-4, 18, 50.12, -137.91, 0.00137, 19, 58.51, -131.54, 0.00167, 20, 37.37, -134.95, 0.00392, 21, 26.07, -134.95, 6.3E-4, 22, 7.01, -135.71, 0.00107, 23, 16.6, -134.72, 1.5E-4, 24, -11.09, -134.36, 0.00101, 25, -16.77, -134.79, 1.7E-4, 2, 3, 33.04, -5.29, 1.8E-4, 5, 11.47, -2.77, 0.99981, 2, 4, 12.29, -5.37, 0.33326, 5, 1.13, -5.3, 0.66673, 2, 3, 12.1, -7.12, 0.30412, 4, 2.03, -7, 0.69587, 20, 2, -7.21, 7.43, 0.93978, 3, -16.77, 8.39, 0.0074, 6, 100.24, -189.05, 0.00858, 7, 106.1, -179.61, 0.00715, 8, 89.98, -182.22, 0.00191, 9, 121.03, -157.57, 0.00562, 11, 77.83, -165.72, 0.00321, 12, 78.26999, -160.58, 0.00351, 13, 74.28, -157.31, 0.00124, 15, 45.59, -160.45, 0.00241, 16, 42.92, -158.46, 3.9E-4, 17, 19.75, -160.45, 4.0E-5, 18, 0.39, -160.65, 0.00272, 19, 12.07, -160.42, 0.00473, 20, -11.21, -160.03, 0.00724, 21, -22.52, -160.03, 0.00134, 22, -43.14, -157.51, 0.00136, 23, -30, -163.32, 8.0E-5, 24, -60.83, -157.11, 0.0011, 25, -65.96, -158.68, 6.0E-5, 20, 2, -11.9, 19.62, 0.93978, 3, -20.76, 20.82, 0.0074, 6, 93.76, -177.72, 0.00858, 7, 98.55, -168.95, 0.00715, 8, 82.74, -171.36, 0.00191, 9, 111.37, -148.79, 0.00562, 11, 69.05, -156.06, 0.00321, 12, 68.83, -151.57, 0.00351, 13, 64.42, -148.74, 0.00124, 15, 36.12, -151.46, 0.00241, 16, 33, -149.97, 3.9E-4, 17, 10.52, -151.22, 4.0E-5, 18, -8.38, -150.99, 0.00272, 19, 2.13, -151.95, 0.00473, 20, -20.45, -150.8, 0.00724, 21, -31.75, -150.8, 0.00134, 22, -51.73, -147.69, 0.00136, 23, -39.89, -154.8, 8.0E-5, 24, -69.61, -147.45, 0.0011, 25, -74.97, -149.23, 6.0E-5, 21, 2, -18.94, 36.89, 0.61264, 3, -26.83, 38.46, 0.07547, 6, 84.19, -161.71, 0.0518, 7, 87.47, -153.95, 0.04303, 8, 72.08, -156.05, 0.01302, 9, 97.32, -136.52, 0.03611, 11, 56.23, -142.51, 0.02151, 12, 55.08, -138.96, 0.02388, 13, 50.11, -136.78, 0.00777, 14, 32.66, -138.88, 4.0E-5, 15, 22.35, -138.88, 0.01525, 16, 18.6, -138.11, 0.00189, 17, -2.92, -138.3, 5.0E-4, 18, -21.2, -137.44, 0.01419, 19, -12.29, -140.14, 0.02719, 20, -33.9, -137.88, 0.03739, 21, -45.2, -137.88, 0.00711, 22, -64.3, -133.9, 0.00606, 23, -54.26, -142.9, 2.3E-4, 24, -82.43, -133.9, 0.0047, 25, -88.1, -135.98, 1.0E-4, 24, 2, -25.29, 54.43, 0.34134, 3, -32.18, 56.33, 0.11067, 4, -46.55, 53.22, 0.01377, 5, -62.36, 48.21, 0.00371, 6, 75.26, -145.33, 0.06067, 7, 76.99, -138.51, 0.05254, 8, 62.05, -140.33, 0.02246, 9, 83.76999, -123.7, 0.05282, 10, 61.1, -129.79, 3.0E-5, 11, 43.96, -128.46, 0.03423, 12, 41.84999, -125.81, 0.04035, 13, 36.28, -124.27, 0.01705, 14, 19.4, -125.77, 6.3E-4, 15, 9.08, -125.77, 0.03207, 16, 4.67999, -125.69, 0.00541, 17, -15.84, -124.85, 0.00229, 18, -33.47, -123.39, 0.03102, 19, -26.25, -127.76, 0.05646, 20, -46.82, -124.43, 0.07957, 21, -58.12, -124.43, 0.01577, 22, -76.3, -119.62, 0.01407, 23, -68.14, -130.44, 9.3E-4, 24, -94.7, -119.85, 0.01117, 25, -100.69, -122.22, 8.4E-4, 24, 2, -32.79, 73.93, 0.24635, 3, -38.57, 76.21, 0.08347, 4, -54.3, 72.62, 0.01277, 5, -71.71, 66.89, 0.00154, 6, 64.89, -127.19, 0.07889, 7, 64.92, -121.47, 0.06796, 8, 50.46, -122.95, 0.03173, 9, 68.31, -109.65, 0.07178, 10, 46.99, -114.4, 4.8E-4, 11, 29.91, -113.01, 0.04879, 12, 26.74, -111.39, 0.0587, 13, 20.52, -110.56, 0.02278, 14, 4.26, -111.38, 0.00215, 15, -6.05, -111.38, 0.04171, 16, -11.16, -112.1, 0.00582, 17, -30.61, -110.08, 0.00425, 18, -47.52, -107.94, 0.03278, 19, -42.15, -114.22, 0.06497, 20, -61.59, -109.66, 0.08248, 21, -72.89, -109.66, 0.01706, 22, -90.05, -103.9, 0.01271, 23, -83.96, -116.81, 5.6E-4, 24, -108.75, -104.39, 0.00966, 25, -115.1, -107.09, 4.4E-4, 24, 2, -39.93999, 93.56, 0.16713, 3, -44.61, 96.21, 0.05907, 4, -61.71, 92.15, 0.01042, 5, -80.71, 85.74, 5.6E-4, 6, 54.85, -108.87, 0.09107, 7, 53.15, -104.21, 0.07867, 8, 39.18999, -105.36, 0.04267, 9, 53.11, -95.32, 0.09004, 10, 33.15, -98.75, 0.0023, 11, 16.12999, -97.3, 0.06618, 12, 11.89, -96.7, 0.08287, 13, 5, -96.57, 0.02966, 14, -10.62, -96.73, 0.00588, 15, -20.94, -96.73, 0.05097, 16, -26.78, -98.22, 0.00548, 17, -45.12, -95.04, 0.0071, 18, -61.3, -92.23, 0.03089, 19, -57.81, -100.39, 0.06821, 20, -76.1, -94.62, 0.07666, 21, -87.4, -94.62, 0.01665, 22, -103.52, -87.93, 0.00984, 23, -99.54, -102.89, 2.2E-4, 24, -122.52, -88.69, 0.0072, 25, -129.23, -91.71, 1.4E-4, 21, 2, -47.36, 113.88, 0.1861, 3, -50.87, 116.92, 0.04061, 4, -69.4, 112.37, 0.00399, 6, 44.44, -89.9, 0.13328, 7, 40.95, -86.34, 0.10866, 8, 27.5, -87.15, 0.04948, 9, 37.34999, -80.5, 0.11522, 10, 18.79999, -82.55, 0.00139, 11, 1.86, -81.04, 0.0798, 12, -3.49, -81.49, 0.08983, 13, -11.07, -82.08999, 0.01877, 14, -26.05, -81.55, 0.00535, 15, -36.37, -81.55, 0.03484, 16, -42.96, -83.86, 0.0013, 17, -60.15, -79.48, 0.00412, 18, -75.57, -75.97, 0.01733, 19, -74.04, -86.08, 0.04615, 20, -91.13, -79.06, 0.0466, 21, -102.43, -79.06, 0.00985, 22, -117.49, -71.4, 0.00429, 24, -136.8, -72.43, 0.00294, 21, 2, -55.47, 133.94, 0.13914, 3, -57.85, 137.41, 0.02755, 4, -77.78, 132.32, 0.00215, 6, 33.39, -71.31, 0.1578, 7, 28.14, -68.9, 0.12617, 8, 15.19, -69.36, 0.06254, 9, 21.09, -66.22, 0.14311, 10, 3.91, -66.85, 0.00129, 11, -12.96, -65.28, 0.09911, 12, -19.4, -66.82, 0.10127, 13, -27.64, -68.18, 0.01332, 14, -41.99, -66.92, 0.00653, 15, -52.31, -66.92, 0.02715, 16, -59.63, -70.06, 7.0E-5, 17, -75.72, -64.44999, 0.00344, 18, -90.4, -60.21, 0.01111, 19, -90.75, -72.33, 0.03546, 20, -106.69, -64.03, 0.03244, 21, -117.99, -64.03, 0.00683, 22, -132.02, -55.37, 0.00206, 24, -151.63, -56.67, 0.00132, 19, 2, -63.69, 156.35, 0.07253, 3, -64.8, 160.25, 0.01405, 4, -86.3, 154.63, 8.1E-4, 6, 21.87, -50.39, 0.17113, 7, 14.65, -49.21, 0.13857, 8, 2.25, -49.29, 0.09417, 9, 3.68, -49.89, 0.19828, 11, -28.74, -47.37, 0.13437, 12, -36.41, -50.07, 0.10429, 13, -45.41, -52.23, 0.00303, 14, -59.04, -50.21, 0.00657, 15, -69.36, -50.21, 0.01386, 17, -92.33, -47.3, 0.00204, 18, -106.18, -42.3, 0.00472, 19, -108.68, -56.57, 0.02056, 20, -123.31, -46.88, 0.01671, 21, -134.61, -46.88, 0.00346, 22, -147.46, -37.16, 4.8E-4, 24, -167.41, -38.75999, 2.6E-4, 15, 2, -71.67, 176.06, 0.06949, 3, -71.66, 180.37, 0.00554, 6, 10.99, -32.12, 0.39205, 7, 2.05, -32.07, 0.24052, 8, -9.84, -31.81, 0.02792, 9, -12.3, -35.86, 0.13829, 11, -43.32, -31.89, 0.07655, 12, -52.05, -35.66, 0.03385, 14, -74.71, -35.84, 5.8E-4, 15, -85.03, -35.84, 0.00263, 17, -107.63, -32.53, 2.0E-5, 18, -120.76, -26.82, 7.1E-4, 19, -125.1, -43.07, 0.00655, 20, -138.61, -32.11, 0.00447, 21, -149.91, -32.11, 7.7E-4, 12, 2, -78.9, 194.86, 0.03038, 3, -77.82, 199.55, 0.00143, 6, 1, -14.63, 0.67324, 7, -9.58, -15.64, 0.20963, 9, -27.2, -22.31, 0.04912, 11, -56.87, -16.98, 0.02429, 12, -66.62, -21.75, 0.0089, 15, -99.63, -21.97, 3.2E-4, 18, -134.31, -11.91, 5.0E-5, 19, -140.44, -30, 0.00157, 20, -152.85, -17.87, 8.9E-4, 21, -164.15, -17.87, 1.2E-4, 1, 2, -0.49, 7.62, 1, 22, 2, -6.11, 22.24, 0.39045, 3, -14.84, 23.11, 0.29541, 4, -26.94, 21.29, 0.0196, 5, -40.18, 18.02, 0.03217, 6, 99.08, -174.25, 0.01165, 7, 103.51, -164.98, 0.01152, 8, 87.81, -167.53, 0.00698, 9, 115.36, -143.85, 0.01415, 11, 73.49, -151.52, 0.00913, 12, 72.94, -146.72, 0.01095, 13, 68.3, -143.71, 0.00801, 15, 40.22, -146.6, 0.01484, 16, 36.84999, -144.91, 0.00452, 17, 14.74, -146.47, 4.8E-4, 18, -3.94, -146.45, 0.02421, 19, 5.96, -146.88, 0.03553, 20, -16.23, -146.05, 0.0648, 21, -27.53, -146.05, 0.01192, 22, -47.21, -143.23, 0.01545, 23, -36.03, -149.75, 0.00206, 24, -65.17, -142.91, 0.01364, 25, -70.62999, -144.58, 0.00242, 23, 2, -12.14, 37.91, 0.27401, 3, -19.98, 39.09, 0.18454, 4, -33.18, 36.88, 0.03877, 5, -47.68, 33.03, 0.01964, 6, 90.76, -159.67, 0.02796, 7, 93.81, -151.29, 0.02634, 8, 78.5, -153.57, 0.01475, 9, 102.94, -132.56, 0.03064, 11, 62.2, -139.1, 0.02022, 12, 60.8, -135.14, 0.02442, 13, 55.64, -132.7, 0.01599, 14, 38.37, -135.04, 1.5E-4, 15, 28.05, -135.04, 0.02971, 16, 24.1, -133.99, 0.00825, 17, 2.87, -134.6, 0.0019, 18, -15.23, -134.03, 0.04105, 19, -6.81, -136, 0.06358, 20, -28.09, -134.19, 0.10694, 21, -39.4, -134.19, 0.02054, 22, -58.26, -130.6, 0.02386, 23, -48.74, -138.79, 0.00291, 24, -76.46, -130.49, 0.0204, 25, -82.21, -132.43, 0.00332, 24, 2, -18.62, 55.8, 0.34134, 3, -25.44, 57.32, 0.11067, 4, -39.9, 54.68, 0.01377, 5, -55.86, 50.21, 0.00371, 6, 81.64, -142.97, 0.06067, 7, 83.12, -135.55, 0.05254, 8, 68.26, -137.53, 0.02246, 9, 89.11, -119.49, 0.05282, 10, 66.81, -126.08, 3.0E-5, 11, 49.68, -124.77, 0.03423, 12, 47.29, -121.73, 0.04035, 13, 41.53, -119.93, 0.01705, 14, 24.83, -121.67, 6.3E-4, 15, 14.52, -121.67, 0.03207, 16, 9.89999, -121.32, 0.00541, 17, -10.31, -120.89, 0.00229, 18, -27.75, -119.7, 0.03102, 19, -21.04, -123.38, 0.05646, 20, -41.28, -120.47, 0.07957, 21, -52.58, -120.47, 0.01577, 22, -70.51, -116.04, 0.01407, 23, -62.91, -126.09, 9.3E-4, 24, -88.98, -116.16, 0.01117, 25, -95.06, -118.4, 8.4E-4, 24, 2, -25.5, 74.73, 0.24635, 3, -31.25, 76.61, 0.08347, 4, -47.03, 73.51999, 0.01277, 5, -64.53, 68.39, 0.00154, 6, 71.97, -125.3, 0.07889, 7, 71.78, -118.9, 0.06796, 8, 57.39, -120.57, 0.03173, 9, 74.46, -105.66, 0.07178, 10, 53.47, -110.98, 4.8E-4, 11, 36.41, -109.62, 0.04879, 12, 32.98, -107.55, 0.0587, 13, 26.57, -106.43, 0.02278, 14, 10.49, -107.53, 0.00215, 15, 0.17, -107.53, 0.04171, 16, -5.14, -107.93, 0.00582, 17, -24.28, -106.38, 0.00425, 18, -41.02, -104.55, 0.03278, 19, -36.14, -110.03, 0.06497, 20, -55.26, -105.96, 0.08248, 21, -66.56, -105.96, 0.01706, 22, -83.49, -100.63, 0.01271, 23, -77.92, -112.66, 5.6E-4, 24, -102.25, -101.01, 0.00966, 25, -108.68, -103.55, 4.4E-4, 24, 2, -32.2, 97.33, 0.16713, 3, -36.66999, 99.55, 0.05907, 4, -54.03, 96.03, 0.01042, 5, -73.37, 90.25, 5.6E-4, 6, 61.93, -103.97, 0.09107, 7, 59.72, -98.64, 0.07867, 8, 45.91, -99.98, 0.04267, 9, 58.32, -88.47, 0.09004, 10, 38.97, -92.4, 0.0023, 11, 21.98, -90.98, 0.06618, 12, 17.27, -89.98, 0.08287, 13, 10.06, -89.61, 0.02966, 14, -5.25, -89.99, 0.00588, 15, -15.57, -89.99, 0.05097, 16, -21.76, -91.22, 0.00548, 17, -39.58, -88.45, 0.0071, 18, -55.45, -85.91, 0.03089, 19, -52.81, -93.38, 0.06821, 20, -70.56, -88.03, 0.07666, 21, -81.86, -88.03, 0.01665, 22, -97.56, -81.72, 0.00984, 23, -94.5, -95.9, 2.2E-4, 24, -116.68, -82.36, 0.0072, 25, -123.53, -85.25, 1.4E-4, 22, 2, -40.02, 118.7, 0.12875, 3, -43.27, 121.32, 0.04089, 4, -62.13, 117.29, 0.00631, 5, -83.22, 110.76, 7.0E-5, 6, 50.97, -84.03, 0.1057, 7, 46.87, -79.86, 0.09045, 8, 33.59999, -80.83999, 0.05406, 9, 41.74, -72.89, 0.1093, 10, 23.87, -75.37999, 0.0058, 11, 6.95, -73.89, 0.08651, 12, 1.07, -74, 0.1108, 13, -6.85, -74.4, 0.02999, 14, -21.49, -74.05, 0.01047, 15, -31.81, -74.05, 0.04899, 16, -38.8, -76.12999, 0.00283, 17, -55.41, -72.08999, 0.00788, 18, -70.48, -68.82, 0.02253, 19, -69.89, -78.33999, 0.05825, 20, -86.38, -71.68, 0.05786, 21, -97.69, -71.68, 0.01282, 22, -112.26, -64.35, 0.00564, 24, -131.71, -65.28, 0.00398, 19, 2, -48.29, 137.1, 0.07253, 3, -50.5, 140.16, 0.01405, 4, -70.65, 135.58, 8.1E-4, 6, 40, -67.1, 0.17113, 7, 34.32, -64.07, 0.13857, 8, 21.5, -64.69999, 0.09417, 9, 26.08, -60.17, 0.19828, 11, -7.42, -59.74, 0.13437, 12, -14.26, -60.9, 0.10429, 13, -22.78, -62.02, 0.00303, 14, -36.87, -60.99, 0.00657, 15, -47.18, -60.99, 0.01386, 17, -70.44, -58.64, 0.00204, 18, -84.86, -54.67, 0.00472, 19, -85.95, -66.12999, 0.02056, 20, -101.42, -58.23, 0.01671, 21, -112.72, -58.23, 0.00346, 22, -126.37, -49.93, 4.8E-4, 24, -146.08, -51.12, 2.6E-4, 19, 2, -56.57, 160.69, 0.07253, 3, -57.44, 164.18, 0.01405, 4, -79.24, 159.06, 8.1E-4, 6, 28.25, -45.03, 0.17113, 7, 20.48, -43.24, 0.13857, 8, 8.26, -43.5, 0.09417, 9, 8.09, -42.81, 0.19828, 11, -23.68, -40.74, 0.13437, 12, -31.82, -43.11, 0.10429, 13, -41.15, -45.06, 0.00303, 14, -54.47, -43.24, 0.00657, 15, -64.79, -43.24, 0.01386, 17, -87.58, -40.43999, 0.00204, 18, -101.12, -35.68, 0.00472, 19, -104.49, -49.35, 0.02056, 20, -118.56, -40.03, 0.01671, 21, -129.86, -40.03, 0.00346, 22, -142.26, -30.63, 4.8E-4, 24, -162.34, -32.13, 2.6E-4, 16, 2, -63.93, 179.84, 0.02131, 3, -63.72, 183.71, 0.00417, 4, -86.86, 178.11, 1.2E-4, 6, 18.07, -27.22, 0.13635, 7, 8.62, -26.5, 0.13318, 8, -3.11, -26.43, 0.16398, 9, -7.08, -29.01, 0.30422, 11, -37.48, -25.56, 0.17741, 12, -46.66, -28.94, 0.04099, 14, -69.33999, -29.11, 0.00274, 15, -79.66, -29.11, 0.00224, 17, -102.09, -25.94, 4.2E-4, 18, -114.92, -20.5, 8.7E-4, 19, -120.11, -36.05, 0.00636, 20, -133.07, -25.52, 0.00463, 21, -144.37, -25.52, 9.1E-4, 13, 2, -69.61, 195.64, 0.00673, 3, -68.5, 199.8, 7.1E-4, 6, 10.07, -12.46, 0.40334, 7, -0.76, -12.59, 0.47773, 9, -19.25, -17.44, 0.07711, 11, -48.49, -12.89, 0.02748, 12, -58.55, -17.08, 0.00498, 14, -81.26, -17.27, 1.2E-4, 15, -91.57, -17.27, 1.1E-4, 18, -125.93, -7.82, 4.0E-5, 19, -132.64, -24.88, 9.1E-4, 20, -144.67, -13.39, 5.8E-4, 21, -155.97, -13.39, 9.0E-5, 1, 6, 1.56, -3.57, 1, 21, 2, 16.61, 7.81, 0.40374, 3, 7.04, 7.42, 0.53254, 5, -16.16, 5.84, 0.02454, 6, 123.74, -185.07, 6.9E-4, 7, 129.11, -173.37, 9.0E-4, 8, 113.15, -176.64, 8.7E-4, 9, 142.15, -146.53, 0.00154, 11, 99.91, -156.74, 0.00102, 12, 99.66, -150.06, 0.00126, 13, 95.15, -145.8, 0.00118, 15, 66.94999, -149.88, 0.00215, 16, 63.71, -146.81, 7.4E-4, 17, 41.38, -150.43, 3.0E-5, 18, 22.47, -151.67, 0.00403, 19, 32.83, -148.7, 0.00566, 20, 10.39999, -150.01, 0.01095, 21, -0.89, -150.01, 0.00197, 22, -20.89, -148.95, 0.00274, 23, -9.17, -151.73, 3.9E-4, 24, -38.75, -148.13, 0.00246, 25, -44.1, -149.19, 4.7E-4, 21, 2, 31.53, 9.55, 0.02488, 4, 10.86, 9.1, 0.56202, 5, -1.48, 9.01, 0.38528, 6, 138.22, -181.09, 6.0E-5, 7, 143.13, -168, 2.1E-4, 8, 127.33, -171.67, 3.8E-4, 9, 154.7, -138.28, 5.3E-4, 11, 113.18, -149.71, 3.5E-4, 12, 112.4, -142.11, 4.2E-4, 13, 107.51, -137.27, 7.0E-4, 15, 79.68, -141.9, 0.00125, 16, 76.01, -138.19, 5.9E-4, 17, 54.3, -142.78, 0, 18, 35.74, -144.64, 0.00316, 19, 45.1, -140.05, 0.00404, 20, 23.33, -142.36, 0.0088, 21, 12.02, -142.36, 0.00154, 22, -7.49, -142.18, 0.00244, 23, 3.14, -143.15, 4.2E-4, 24, -25.47, -141.1, 0.00227, 25, -30.99, -141.86, 5.3E-4, 22, 2, 4.83, 17.66, 0.39045, 3, -4.16, 17.92, 0.29541, 4, -15.93, 16.86, 0.0196, 5, -28.84, 14.51, 0.03217, 6, 110.6, -177.11, 0.01165, 7, 115.26, -166.72, 0.01152, 8, 99.5, -169.6, 0.00698, 9, 127.2, -143.02, 0.01415, 11, 85.36, -151.82, 0.00913, 12, 84.8, -146.19, 0.01095, 13, 80.12999, -142.62, 0.00801, 15, 52.08, -146.04, 0.01484, 16, 48.66, -143.74, 0.00452, 17, 26.61, -146.21, 4.8E-4, 18, 7.92, -146.75, 0.02421, 19, 17.77, -145.67, 0.03553, 20, -4.36, -145.79, 0.0648, 21, -15.66, -145.79, 0.01192, 22, -35.34999, -143.76, 0.01545, 23, -24.21, -148.61, 0.00206, 24, -53.3, -143.21, 0.01364, 25, -58.76, -144.61, 0.00242, 22, 2, 15.11, 25.21, 0.39045, 3, 6.52, 24.89, 0.29541, 4, -5.75, 24.55, 0.0196, 5, -19.33, 23.02, 0.03217, 6, 119.63, -168.09, 0.01165, 7, 123.36, -156.87, 0.01152, 8, 107.88, -159.98, 0.00698, 9, 132.99, -131.66, 0.01415, 11, 92.21, -141.06, 0.00913, 12, 90.87, -134.96, 0.01095, 13, 85.67, -131.13, 0.00801, 15, 58.12, -134.8, 0.01484, 16, 54.12, -132.21, 0.00452, 17, 32.93999, -135.13, 4.8E-4, 18, 14.77, -135.99, 0.02421, 19, 23.2, -134.13, 0.03553, 20, 1.96, -134.71, 0.0648, 21, -9.33, -134.71, 0.01192, 22, -28.29, -133.13, 0.01545, 23, -18.71999, -137.1, 0.00206, 24, -46.45, -132.44, 0.01364, 25, -52.16, -133.69, 0.00242, 22, 2, 3.64, 37.97, 0.39045, 3, -4.21, 38.27, 0.29541, 4, -17.39, 37.15, 0.0196, 5, -31.98, 34.62, 0.03217, 6, 106.35, -157.22, 0.01165, 7, 109.1, -147.33, 0.01152, 8, 93.89, -150.05, 0.00698, 9, 117.01, -125.41, 0.01415, 11, 76.89, -133.32, 0.00913, 12, 75.04, -128.33, 0.01095, 13, 69.55, -125.24, 0.00801, 15, 42.28, -128.21, 0.01484, 16, 37.97, -126.43, 0.00452, 17, 17.27, -128.13, 4.8E-4, 18, -0.54, -128.25, 0.02421, 19, 7.02, -128.4, 0.03553, 20, -13.69, -127.71, 0.0648, 21, -25, -127.71, 0.01192, 22, -43.46, -125.1, 0.01545, 23, -34.86, -131.28, 0.00206, 24, -61.76, -124.71, 0.01364, 25, -67.65, -126.31, 0.00242, 22, 2, 18.87, 44.41, 0.14534, 3, 11.35, 43.84, 0.16603, 4, -2.24, 43.79, 0.13784, 5, -17.43, 42.49, 0.06768, 6, 120.44, -148.55, 0.00791, 7, 122.27, -137.33, 0.00916, 8, 107.34, -140.43, 0.0082, 9, 127.73, -112.81, 0.01409, 11, 88.76, -121.8, 0.00929, 12, 86.07, -116, 0.01099, 13, 79.99, -112.41, 0.01308, 15, 53.28, -115.85, 0.02367, 16, 48.31, -113.53, 0.0105, 17, 28.58, -116.06, 0.00103, 18, 11.32, -116.73, 0.05151, 19, 17.33, -115.46, 0.0683, 20, -2.39, -115.64, 0.14026, 21, -13.69, -115.64, 0.02569, 22, -31.38, -113.81, 0.03819, 23, -24.47, -118.4, 0.00683, 24, -49.9, -113.19, 0.03525, 25, -56.06, -114.52, 0.00904, 22, 2, 31.33, 53.56, 0.06016, 3, 24.3, 52.28, 0.11207, 4, 10.08, 53.1, 0.10672, 5, -5.92, 52.79, 0.03466, 6, 131.36, -137.62, 0.00333, 7, 132.09, -125.4, 0.00501, 8, 117.49, -128.78, 0.00685, 9, 134.75, -99.05, 0.01001, 11, 97.05, -108.76, 0.00642, 12, 93.42, -102.41, 0.00691, 13, 86.7, -98.49, 0.01437, 15, 60.59, -102.24, 0.02487, 16, 54.93, -99.56, 0.01545, 17, 36.24, -102.65, 0.00103, 18, 19.61, -103.7, 0.07673, 19, 23.9, -101.48, 0.0926, 20, 5.27, -102.23, 0.21645, 21, -6.02, -102.23, 0.039, 22, -22.84, -100.93, 0.06659, 23, -17.82, -104.46, 0.01482, 24, -41.59999, -100.15, 0.06445, 25, -48.07, -101.29, 0.0214, 22, 2, 48.99, 61.22, 0.02117, 3, 42.37, 58.94, 0.07374, 4, 27.64, 61, 0.07312, 5, 10.92, 62.13, 0.01648, 6, 147.66, -127.37, 6.4E-4, 7, 147.32, -113.61, 0.00173, 8, 133.05, -117.43, 0.00439, 9, 147.09, -84.27, 0.00528, 11, 110.74, -95.22, 0.00305, 12, 106.11, -87.93, 0.00256, 13, 98.72, -83.44, 0.01159, 15, 73.26, -87.73, 0.0182, 16, 66.83, -84.43, 0.01543, 17, 49.28, -88.47, 3.1E-4, 18, 33.3, -90.15, 0.0876, 19, 35.75999, -86.31, 0.0952, 20, 18.29999, -88.05, 0.26462, 21, 7, -88.05, 0.04592, 22, -8.89, -87.65, 0.09392, 23, -5.87, -89.35, 0.02596, 24, -27.91, -86.61, 0.0977, 25, -34.68999, -87.44, 0.04127, 21, 2, 67.24, 71.15, 0.00461, 3, 61.15, 67.82, 0.04443, 4, 45.76, 71.17, 0.04617, 5, 28.13, 73.76, 0.00768, 7, 162.56, -99.5, 1.6E-4, 8, 148.68, -103.75, 0.00214, 9, 158.94, -67.19999, 0.00185, 11, 124.16, -79.36, 7.8E-4, 12, 118.38, -71.16, 2.6E-4, 13, 110.19, -66.12, 0.00704, 15, 85.48, -70.93, 0.00899, 16, 78.18, -67.01999, 0.01051, 18, 46.72, -74.29, 0.07859, 19, 47.05, -68.87, 0.07408, 20, 30.95, -71.57, 0.27294, 21, 19.64, -71.57, 0.04225, 22, 4.81, -72.05, 0.11951, 23, 5.51, -71.98, 0.04349, 24, -14.5, -70.75, 0.14713, 25, -21.65, -71.26999, 0.08291, 26, -26.8, -72.62999, 0.00435, 21, 2, 80.28, 78.76999, 0.00461, 3, 74.58999, 74.69999, 0.04443, 4, 58.69, 78.97, 0.04617, 5, 40.37, 82.61, 0.00768, 7, 173.31, -88.89, 1.6E-4, 8, 159.73, -93.45, 0.00214, 9, 167.16, -54.53, 0.00185, 11, 133.55, -67.53, 7.8E-4, 12, 126.9, -58.7, 2.6E-4, 13, 118.13, -53.27, 0.00704, 15, 93.98, -58.45, 0.00899, 16, 86.03, -54.12, 0.01051, 18, 56.11, -62.46, 0.07859, 19, 54.86, -55.94, 0.07408, 20, 39.75999, -59.3, 0.27294, 21, 28.46, -59.3, 0.04225, 22, 14.43, -60.4, 0.11951, 23, 13.4, -59.1, 0.04349, 24, -5.11, -58.92, 0.14713, 25, -12.54, -59.22, 0.08291, 26, -18.28, -60.16, 0.00435, 19, 2, 92.36, 86.61, 2.9E-4, 3, 87.09, 81.85, 0.0241, 4, 70.67, 86.97, 0.02603, 5, 51.64, 91.58, 0.00341, 8, 169.8, -83.15, 8.4E-4, 9, 174.44, -42.1, 4.0E-4, 11, 141.97, -55.84, 5.0E-5, 13, 125.12, -40.68, 0.00347, 15, 101.52, -46.18, 0.00309, 16, 92.93, -41.48, 0.00521, 18, 64.53, -50.78, 0.05535, 19, 61.73, -43.28, 0.0442, 20, 47.62, -47.23, 0.22584, 21, 36.31, -47.23, 0.02829, 22, 23.07, -48.87, 0.12473, 23, 20.34, -46.48, 0.0615, 24, 3.3, -47.23, 0.20694, 25, -4.39, -47.35, 0.15443, 26, -10.7, -47.91, 0.03173, 17, 3, 98.12, 87.39, 0.01215, 4, 81.28, 93.26, 0.0137, 5, 61.7, 98.73, 0.00148, 8, 178.9, -74.81, 2.5E-4, 9, 181.24, -31.8, 1.0E-5, 13, 131.69, -30.24, 0.0014, 15, 108.54, -36.03, 6.3E-4, 16, 99.43, -30.99, 0.00185, 18, 72.28, -41.16999, 0.03075, 19, 68.19, -32.77, 0.02045, 20, 54.9, -37.27, 0.14334, 21, 43.6, -37.27, 0.01174, 22, 31, -39.41999, 0.09381, 23, 26.87, -36.00999, 0.03826, 24, 11.05, -37.62, 0.25459, 25, 3.12, -37.56, 0.27081, 26, -3.66, -37.78, 0.10472, 16, 3, 110.09, 92.66, 0.00531, 4, 92.86, 99.35, 0.00628, 5, 72.73, 105.76, 5.6E-4, 8, 188.97, -66.47, 4.0E-5, 13, 139.21, -19.53, 4.2E-4, 15, 116.52, -25.66, 2.0E-5, 16, 106.87, -20.23, 4.5E-4, 18, 80.99, -31.42, 0.01342, 19, 75.6, -21.99, 0.00739, 20, 63.14, -27.11, 0.06741, 21, 51.84, -27.11, 0.00229, 22, 39.89, -29.83, 0.04521, 23, 34.33, -25.27, 2.4E-4, 24, 19.77, -27.87, 0.18598, 25, 11.61, -27.61, 0.41908, 26, 4.34, -27.43, 0.24583, 14, 3, 121.81, 98.71, 0.00212, 4, 104.13, 106.2, 0.00267, 5, 83.39, 113.51, 1.8E-4, 8, 198.59, -57.45, 0, 13, 146.11, -8.29, 7.0E-5, 16, 113.69, -8.93999, 4.0E-5, 18, 89.16, -21.06, 0.00527, 19, 82.37999, -10.68, 0.00212, 20, 70.8, -16.37999, 0.02863, 21, 59.5, -16.37999, 1.4E-4, 22, 48.26, -19.62999, 0.01637, 24, 27.93, -17.52, 0.05589, 25, 19.53, -17.07, 0.43863, 26, 11.75, -16.53, 0.4478, 12, 3, 120.64, 109.43, 7.4E-4, 4, 102.22, 116.81, 9.0E-4, 5, 80.6, 123.94, 7.0E-5, 8, 194.53, -47.45, 0, 13, 139.55, 0.27, 4.0E-5, 16, 107.07, -0.42, 2.0E-5, 18, 83.65, -11.78, 0.00206, 19, 75.74, -2.18, 9.0E-4, 20, 64.86, -7.37, 0.01144, 22, 42.93, -10.25, 0.01187, 25, 13.81, -7.92, 0.58157, 26, 5.6, -7.66, 0.39033, 14, 3, 108.87, 114.19, 0.00342, 4, 90.14, 120.74, 0.00389, 5, 68.24, 126.84, 3.6E-4, 8, 181.9, -46.1, 4.0E-5, 13, 127.02, -1.75, 3.5E-4, 16, 94.55, -2.53, 3.7E-4, 18, 70.97, -12.33, 0.01057, 19, 63.23, -4.33, 0.00553, 20, 52.22, -8.52, 0.05805, 22, 30.23, -10.56, 0.08113, 23, 22.07, -7.54, 0.01954, 24, 9.74, -8.79, 0.53096, 25, 1.14, -8.76, 0.1886, 26, -7.01, -9.10999, 0.09709, 16, 3, 97.09, 118.94, 0.00408, 4, 78.06, 124.66, 0.00437, 5, 55.88, 129.75, 4.4E-4, 8, 169.28, -44.74, 1.1E-4, 9, 164.61, -4.96999, 1.0E-5, 13, 114.48, -3.78, 6.1E-4, 15, 92.51, -8.84, 8.0E-5, 16, 82.03, -4.65, 8.3E-4, 18, 58.28, -12.88, 0.01689, 19, 50.71, -6.48, 0.00902, 20, 39.57, -9.67, 0.10417, 22, 17.54, -10.86, 0.28143, 23, 9.54, -9.62, 0.4146, 24, -2.94, -9.33, 0.10887, 25, -11.52, -9.6, 0.03971, 26, -19.62, -10.55, 0.01469, 17, 3, 97.51, 101.71, 0.01344, 4, 79.67, 107.5, 0.01437, 5, 58.91, 112.79, 0.00163, 8, 174.39, -61.2, 4.5E-4, 9, 173.56, -19.7, 1.6E-4, 13, 123.75, -18.29999, 0.00208, 15, 101.14, -23.76, 0.00123, 16, 91.4, -19.11, 0.00317, 18, 65.79, -28.39, 0.04303, 19, 60.13, -20.92, 0.02998, 20, 47.81, -24.81, 0.20819, 21, 36.50999, -24.81, 0.02944, 22, 24.75, -26.52, 0.16752, 23, 18.87, -24.11, 0.14308, 24, 4.56, -24.85, 0.21256, 25, -3.65, -24.94, 0.10354, 26, -11.03, -25.49, 0.02604, 16, 3, 110.46, 103.03, 0.00531, 4, 92.51, 109.72, 0.00628, 5, 71.51, 116.06, 5.6E-4, 8, 186.49, -56.39, 4.0E-5, 13, 134.16, -10.47, 4.2E-4, 15, 111.87, -16.39, 2.0E-5, 16, 101.75, -11.2, 4.5E-4, 18, 77.04, -21.83, 0.01342, 19, 70.46, -12.98, 0.00739, 20, 58.73, -17.71999, 0.06741, 21, 47.43, -17.71999, 0.00229, 22, 36.12, -20.17, 0.04521, 23, 29.24, -16.23, 2.4E-4, 24, 15.81, -18.28, 0.18598, 25, 7.43, -18.12, 0.41908, 26, -0.28, -18.15, 0.24583, 17, 3, 85.66, 123.52, 0.00178, 4, 66.33999, 128.44, 0.00181, 5, 43.88, 132.54, 1.8E-4, 8, 157.03, -43.47, 7.0E-5, 9, 152.41, -6.7, 3.0E-5, 13, 102.33, -5.78, 3.5E-4, 15, 80.28, -10.3, 7.0E-5, 16, 69.89, -6.74, 5.6E-4, 18, 45.97, -13.44, 0.01036, 19, 38.58, -8.60999, 0.0037, 20, 27.3, -10.82, 0.10628, 21, 16, -10.82, 0.00252, 22, 5.21999, -11.19, 0.79943, 23, -2.59999, -11.67, 0.04181, 24, -15.24, -9.89999, 0.0229, 25, -23.81, -10.45, 0.00655, 26, -31.86, -11.98, 0.00148, 16, 2, 76.58, 133.68, 5.0E-5, 3, 73.98, 129.73, 0.00161, 4, 54.26, 133.82, 0.00147, 5, 31.4, 136.9, 1.4E-4, 7, 156.19, -36.59, 2.0E-5, 8, 144.1, -40.68999, 1.3E-4, 9, 139.2, -7.14, 1.0E-4, 11, 110.22, -17.69, 2.0E-5, 13, 89.12, -6.51, 5.9E-4, 15, 67.06, -10.45, 2.6E-4, 16, 56.69, -7.56, 0.00147, 18, 32.78, -12.62, 0.02064, 20, 14.08, -10.63, 0.54382, 21, 2.78, -10.63, 0.42353, 24, -28.44, -9.08, 0.00485, 25, -37.02, -9.93999, 0.00122, 20, 2, 64.07, 139.03, 0.00171, 3, 61.79, 135.78, 0.0106, 4, 41.68, 139.01, 0.00843, 5, 18.43, 141.02, 8.6E-4, 6, 150.79, -48.18, 2.5E-4, 7, 142.75, -34.49, 6.9E-4, 8, 130.72, -38.21, 0.00145, 9, 125.62, -7.98, 0.00155, 11, 96.62, -17.23, 7.7E-4, 13, 75.56, -7.64, 0.00654, 15, 53.46, -10.99, 0.00631, 16, 43.14, -8.79, 0.02108, 18, 19.18, -12.17, 0.19842, 19, 11.84, -10.75, 0.2334, 20, 0.48, -10.82, 0.332, 21, -10.82, -10.82, 0.13217, 22, -21.54, -9.41, 0.02428, 23, -29.35, -13.66, 0.0034, 24, -42.04, -8.62, 0.01375, 25, -50.63, -9.8, 0.00221, 20, 2, 51.54, 142.92, 3.8E-4, 3, 49.5, 140.36, 0.00163, 4, 29.1, 142.73, 0.00115, 5, 5.58, 143.69, 9.0E-5, 6, 137.81, -46.23, 1.0E-4, 7, 129.64, -33.81, 2.0E-4, 8, 117.64, -37.15, 3.4E-4, 9, 112.67, -10.13, 3.7E-4, 11, 83.53, -18.15, 1.9E-4, 13, 62.67, -10.08, 0.00191, 15, 40.48, -12.85, 5.3E-4, 16, 30.27, -11.32, 6.5E-4, 17, 18.42, -12.77, 0.01859, 18, 6.09, -13.08, 0.49278, 19, -1.02, -13.32, 0.46245, 21, -23.85, -12.35, 0.01547, 22, -34.64, -10.07, 0.00169, 23, -42.23, -16.15, 0, 24, -55.13, -9.53, 0.00134, 25, -63.69, -11.01, 3.0E-5, 20, 2, 38.41, 150.65, 0.00154, 3, 36.82, 148.81, 0.00313, 4, 15.86, 150.28, 0.00169, 5, -8.22, 150.11, 9.0E-5, 6, 123.66, -40.58, 8.1E-4, 7, 115.01, -29.56, 0.00107, 8, 103.13, -32.49, 0.00142, 9, 97.47, -9.12, 0.0016, 10, 85.16, -16.94, 1.5E-4, 11, 68.49, -15.7, 9.5E-4, 12, 58.34, -11.6, 8.0E-5, 13, 47.45, -9.41, 0.01025, 15, 25.3, -11.52, 0.00898, 16, 15.04, -10.76, 0.47293, 17, 3.29, -11.05, 0.39357, 19, -16.25, -12.8, 0.06606, 20, -27.68, -10.63, 0.02445, 21, -38.98, -10.63, 0.0088, 22, -49.63, -7.34, 0.00116, 24, -70.17, -7.09, 0.00118, 20, 2, 26.56, 156.54, 0.00154, 3, 25.32, 155.37, 0.00313, 4, 3.94, 156.02, 0.00169, 5, -20.58, 154.84, 9.0E-5, 6, 111.06, -36.55, 8.1E-4, 7, 102.08, -26.77, 0.00107, 8, 90.28, -29.34, 0.00142, 9, 84.24, -9.18, 0.0016, 10, 71.98, -15.79, 1.5E-4, 11, 55.31, -14.5, 9.5E-4, 12, 45.1, -11.34, 8.0E-5, 13, 34.22, -9.76, 0.01025, 15, 12.07, -11.28, 0.00898, 16, 1.81, -11.2, 0.47293, 17, -9.93, -10.47, 0.39357, 19, -29.47, -13.29, 0.06606, 20, -40.9, -10.05, 0.02445, 21, -52.21, -10.05, 0.0088, 22, -62.78, -5.89, 0.00116, 24, -83.35, -5.89, 0.00118, 19, 2, 13.04, 165.28, 0.00691, 3, 12.31, 164.85, 0.00539, 4, -9.68999, 164.57, 0.00155, 6, 96.37, -29.96, 0.00772, 7, 86.82, -21.64, 0.00813, 8, 75.17, -23.77, 0.0104, 9, 68.23, -7.45, 0.01006, 10, 56.2, -12.61, 0.00788, 12, 29.15, -9.22, 0.13387, 13, 18.18, -8.38, 0.40865, 14, 6.42, -9.2, 0.3046, 15, -3.89, -9.2, 0.02639, 17, -25.83, -7.98, 0.01668, 18, -37.89, -6.19, 0.00445, 19, -45.53, -12.07, 0.02549, 20, -56.81, -7.56, 0.01622, 21, -68.11, -7.56, 0.00436, 22, -78.49, -2.34999, 5.8E-4, 24, -99.12, -2.64, 5.8E-4, 19, 2, 0.12, 170.18, 0.00691, 3, -0.3, 170.47, 0.00539, 4, -22.67, 169.3, 0.00155, 6, 82.86, -27.07, 0.00772, 7, 73.08999, -20.07, 0.00813, 8, 61.49, -21.82, 0.0104, 9, 54.49, -8.87, 0.01006, 10, 42.38, -12.77, 0.00788, 12, 15.37, -10.3, 0.13387, 13, 4.46999, -10.10999, 0.40865, 14, -7.34, -10.32, 0.3046, 15, -17.66, -10.32, 0.02639, 17, -39.63, -8.75, 0.01668, 18, -51.71, -6.3, 0.00445, 19, -59.22, -13.93, 0.02549, 20, -70.61, -8.33, 0.01622, 21, -81.91, -8.33, 0.00436, 22, -92.31, -2.19, 5.8E-4, 24, -112.93, -2.75, 5.8E-4, 17, 2, -12.36, 176.99, 0.00322, 3, -12.39, 177.97, 0.00153, 4, -35.25999, 175.94, 2.5E-4, 6, 69.48, -22.23, 0.00674, 7, 59.3, -16.54999, 0.00664, 8, 47.82, -17.91, 0.01106, 9, 40.27, -8.39, 0.00572, 10, 28.26, -11.01, 0.03114, 12, 1.16999, -9.47999, 0.88579, 14, -21.55, -9.53, 0.03728, 17, -53.81, -7.6, 0.00167, 18, -65.82, -4.46999, 5.2E-4, 19, -73.44, -13.92, 0.00455, 20, -84.79, -7.18, 0.00304, 21, -96.09, -7.18, 7.2E-4, 22, -106.38, -0.1, 2.0E-5, 24, -127.04, -0.93, 4.0E-5, 17, 2, -24.88, 182.34, 0.00373, 3, -24.58, 184.01, 0.00124, 4, -47.84, 181.13, 1.1E-4, 6, 56.3, -18.83, 0.01631, 7, 45.86, -14.45, 0.01481, 8, 34.43999, -15.43, 0.04474, 10, 14.66, -10.61, 0.32689, 11, -1.98, -9.09, 0.5827, 14, -35.15, -10.07, 0.00305, 15, -45.46, -10.07, 7.1E-4, 17, -67.41, -7.79, 4.1E-4, 18, -79.42, -4.02, 3.7E-4, 19, -86.99, -15.2, 0.00258, 20, -98.39, -7.37, 0.00186, 21, -109.69, -7.37, 4.0E-4, 22, -119.97, 0.6, 0, 24, -140.64, -0.47, 0, 15, 2, -39.16, 187.01, 0.00185, 3, -38.58, 189.48, 3.8E-4, 4, -62.18, 185.61, 0, 6, 41.48, -16.37999, 0.01995, 8, 19.48, -14, 0.35442, 9, 11.83, -11.48, 0.58051, 11, -16.98, -9.91, 0.03917, 12, -27.33, -11.87, 0.00221, 14, -50.05, -11.99, 2.2E-4, 15, -60.37, -11.99, 1.1E-4, 17, -82.36, -9.32, 2.0E-5, 18, -94.42, -4.84, 5.0E-5, 19, -101.77, -17.92, 5.6E-4, 20, -113.34, -8.91, 4.0E-4, 21, -124.64, -8.91, 7.0E-5, 15, 2, -49.99, 193.3, 0.00185, 3, -49.05, 196.36, 3.8E-4, 4, -73.1, 191.75, 0, 6, 29.81, -11.81, 0.01995, 8, 7.53, -10.24, 0.35442, 9, -0.67, -10.73, 0.58051, 11, -29.36, -7.97, 0.03917, 12, -39.81, -10.82, 0.00221, 14, -62.53, -10.97, 2.2E-4, 15, -72.85, -10.97, 1.1E-4, 17, -94.82, -7.98, 2.0E-5, 18, -106.8, -2.91, 5.0E-5, 19, -114.29, -17.57, 5.6E-4, 20, -125.79, -7.56, 4.0E-4, 21, -137.1, -7.56, 7.0E-5, 13, 2, -60.83, 199.58, 0.00673, 3, -59.51, 203.24, 7.1E-4, 6, 18.15, -7.23, 0.40334, 7, 6.76, -6.61, 0.47773, 9, -13.17, -9.97999, 0.07711, 11, -41.73, -6.04, 0.02748, 12, -52.29, -9.77, 0.00498, 14, -75.01999, -9.95, 1.2E-4, 15, -85.34, -9.95, 1.1E-4, 18, -119.18, -0.97, 4.0E-5, 19, -126.81, -17.23, 9.1E-4, 20, -138.25, -6.22, 5.8E-4, 21, -149.55, -6.22, 9.0E-5, 17, 3, 85.79, 95.67, 0.01344, 4, 68.4, 100.66, 0.01437, 5, 48.25, 105.03, 0.00163, 8, 164.77, -70.22, 4.5E-4, 9, 166.41, -30.78, 1.6E-4, 13, 116.85, -29.54, 0.00208, 15, 93.75, -34.68, 0.00123, 16, 84.59, -30.4, 0.00317, 18, 57.62, -38.74, 0.04303, 19, 53.35, -32.23, 0.02998, 20, 40.14, -35.54, 0.20819, 21, 28.84, -35.54, 0.02944, 22, 16.39, -36.71, 0.16752, 23, 12.02, -35.38, 0.14308, 24, -3.59, -35.2, 0.21256, 25, -11.58, -35.48, 0.10354, 26, -18.45, -36.4, 0.02604, 17, 3, 85.33, 109.47, 0.01344, 4, 66.99, 114.4, 0.01437, 5, 45.7, 118.6, 0.00163, 8, 160.56, -57.07, 4.5E-4, 9, 159.14, -19.04, 1.6E-4, 13, 109.32, -17.96999, 0.00208, 15, 86.74, -22.79, 0.00123, 16, 76.97, -18.87999, 0.00317, 18, 51.5, -26.37, 0.04303, 19, 45.7, -20.73, 0.02998, 20, 33.43999, -23.47, 0.20819, 21, 22.13, -23.47, 0.02944, 22, 10.5, -24.22, 0.16752, 23, 4.44, -23.83, 0.14308, 24, -9.72, -22.82, 0.21256, 25, -17.99, -23.25, 0.10354, 26, -25.43, -24.49, 0.02604, 21, 2, 75.37999, 96.05, 0.00206, 3, 70.66, 92.23, 0.02879, 4, 53.56, 96.18, 0.02861, 5, 33.82, 99.33, 0.00393, 7, 164.3, -73.36, 2.6E-4, 8, 151.16, -77.67, 0.00165, 9, 155.02, -41.3, 0.00142, 11, 122.72, -53.2, 5.8E-4, 12, 115.09, -45.17, 4.0E-5, 13, 105.7, -40.31, 0.00597, 15, 82.12999, -44.95, 0.00689, 16, 73.5, -41.25, 0.01058, 18, 45.28, -48.13, 0.08124, 19, 42.3, -43.11, 0.07389, 20, 28.26, -45.51, 0.29611, 21, 16.95999, -45.51, 0.05838, 22, 3.87, -45.87, 0.14676, 23, 0.91, -46.19, 0.05898, 24, -15.94, -44.59, 0.12842, 25, -23.7, -45.15, 0.06171, 26, -30.09, -46.64, 0.00359, 19, 2, 73.82, 115.2, 3.4E-4, 3, 70.19, 111.43, 0.01148, 4, 51.74, 115.3, 0.01109, 5, 30.43, 118.24, 0.00124, 7, 158.07, -55.19, 7.0E-5, 8, 145.45, -59.33, 7.1E-4, 9, 145.03, -24.89, 5.3E-4, 11, 114.34, -35.91999, 1.4E-4, 13, 95.35, -24.13, 0.00294, 15, 72.5, -28.33, 0.00205, 16, 63.04, -25.14, 0.00575, 18, 36.89, -30.85, 0.06864, 19, 31.79, -27.03, 0.05208, 20, 19.07, -28.64, 0.36171, 21, 7.76, -28.64, 0.12, 22, -4.17, -28.43, 0.22966, 23, -9.5, -30.05, 0.05688, 24, -24.32, -27.31, 0.05444, 25, -32.48, -28.07, 0.02014, 22, 2, 60.86, 86.98, 0.01271, 3, 55.66, 83.99, 0.05295, 4, 39.16, 86.92, 0.04856, 5, 20.25, 88.91, 0.00856, 6, 155.5, -100.11, 9.8E-4, 7, 152.47, -85.72, 0.00198, 8, 138.99, -89.69, 0.00416, 9, 146.13, -55.92, 0.00498, 11, 112.48, -66.91, 0.00296, 12, 105.84, -59.57, 0.00218, 13, 97.13, -55.12, 0.0121, 15, 72.91, -59.37, 0.01881, 16, 65.04, -56.12, 0.01938, 17, 49.66, -60.1, 0.00119, 18, 35.04, -61.84, 0.10001, 19, 33.88, -58.01, 0.10936, 20, 18.68, -59.69, 0.2874, 21, 7.38, -59.69, 0.05819, 22, -6.62, -59.38, 0.10123, 23, -7.59, -61.04, 0.02806, 24, -26.18, -58.3, 0.0888, 25, -33.62, -59.09, 0.03534, 22, 2, 58.23, 101.36, 0.00617, 3, 53.85, 98.49, 0.03076, 4, 36.34, 101.26, 0.02614, 5, 16.25, 102.97, 0.0035, 6, 150.72, -86.29, 8.7E-4, 7, 146.38, -72.44, 0.00172, 8, 133.27, -76.24, 0.00332, 9, 137.32, -44.25, 0.00385, 11, 104.82, -54.46, 0.00229, 12, 97.32, -47.69, 0.0011, 13, 88.07, -43.65, 0.01157, 15, 64.37, -47.51, 0.01701, 16, 55.9, -44.71, 0.02546, 17, 41.41999, -48.03, 0.00241, 18, 27.38, -49.39, 0.12738, 19, 24.7, -46.63, 0.14193, 20, 10.43999, -47.61, 0.31682, 21, -0.85, -47.61, 0.08585, 22, -14.04, -46.78, 0.09703, 23, -16.7, -49.61, 0.02145, 24, -33.84, -45.85, 0.05534, 25, -41.56, -46.82, 0.01791, 22, 2, 54.81, 120.08, 0.00617, 3, 51.48, 117.37, 0.03076, 4, 32.66999, 119.93, 0.02614, 5, 11.04, 121.27, 0.0035, 6, 144.5, -68.31, 8.7E-4, 7, 138.44, -55.14, 0.00172, 8, 125.83, -58.72, 0.00332, 9, 125.85, -29.07, 0.00385, 11, 94.85, -38.25, 0.00229, 12, 86.23, -32.23, 0.0011, 13, 76.26999, -28.72, 0.01157, 15, 53.24, -32.08, 0.01701, 16, 43.99, -29.87, 0.02546, 17, 30.69, -32.32, 0.00241, 18, 17.41, -33.18, 0.12738, 19, 12.75, -31.82, 0.14193, 20, -0.28, -31.9, 0.31682, 21, -11.58, -31.9, 0.08585, 22, -23.7, -30.39, 0.09703, 23, -28.56, -34.73, 0.02145, 24, -43.81, -29.64, 0.05534, 25, -51.91, -30.85, 0.01791, 23, 2, 43.8, 79.26, 0.04315, 3, 38.18999, 77.24, 0.08666, 4, 22.2, 78.97, 0.07034, 5, 4.01, 79.58, 0.01663, 6, 139.8, -110.33, 0.0051, 7, 137.84, -97.42, 0.00673, 8, 124.03, -100.97, 0.00808, 9, 134.35, -70.48, 0.01196, 10, 116.31, -81.4, 0, 11, 99.37, -80.29, 0.00801, 12, 93.71, -73.83999, 0.00854, 13, 85.67, -69.94, 0.01815, 15, 60.82, -73.67, 0.0323, 16, 53.69, -71.01999, 0.02184, 17, 37.2, -74.08999, 0.00353, 18, 21.93, -75.22, 0.09053, 19, 22.58, -72.94, 0.11312, 20, 6.23, -73.67, 0.2403, 21, -5.07, -73.67, 0.04773, 22, -19.98, -72.51, 0.0702, 23, -18.98, -75.91, 0.01495, 24, -39.29, -71.68, 0.06242, 25, -46.41, -72.76999, 0.0196, 23, 2, 41.05, 96.21, 0.0278, 3, 36.41, 94.31, 0.05877, 4, 19.23, 95.88, 0.04234, 5, -0.34, 96.18, 0.0071, 6, 134.52, -93.99, 0.00602, 7, 131, -81.67, 0.00758, 8, 117.64, -85.03, 0.00873, 9, 124.29, -56.57, 0.01258, 10, 107.55, -66.62999, 1.6E-4, 11, 90.67, -65.49, 0.00891, 12, 83.99, -59.69, 0.00906, 13, 75.31, -56.26, 0.02314, 15, 51.07, -59.55, 0.04295, 16, 43.23, -57.41, 0.03599, 17, 27.81, -59.72, 0.01058, 18, 13.23, -60.42, 0.10873, 19, 12.07, -59.37, 0.14401, 20, -3.15, -59.3, 0.25151, 21, -14.46, -59.3, 0.0593, 22, -28.39, -57.54, 0.06342, 23, -29.4, -62.27, 0.01143, 24, -47.98, -56.88, 0.04735, 25, -55.45, -58.18, 0.01242, 23, 2, 37.78, 115.27, 0.01495, 3, 34.21, 113.53, 0.03331, 4, 15.71, 114.9, 0.02189, 5, -5.43, 114.85, 0.00256, 6, 128.4, -75.64, 0.00497, 7, 123.13, -64, 0.00636, 8, 110.27, -67.14, 0.00767, 9, 112.8, -41.00999, 0.01021, 10, 97.53, -50.08, 4.5E-4, 11, 80.72, -48.9, 0.00767, 12, 72.89, -43.85, 0.00663, 13, 63.48, -40.95, 0.02808, 15, 39.93, -43.73, 0.05464, 16, 31.29, -42.19, 0.07212, 17, 17.08, -43.62, 0.03261, 18, 3.28, -43.83, 0.13303, 19, 0.09, -44.18, 0.19117, 20, -13.88, -43.21, 0.23099, 21, -25.19, -43.21, 0.06763, 22, -38.03, -40.77, 0.03884, 23, -41.29, -47.01, 0.00472, 24, -57.94, -40.29, 0.02511, 25, -65.78, -41.82, 0.00425, 22, 2, 37.77, 132.69, 0.00646, 3, 35.16999, 130.92, 0.01435, 4, 15.46, 132.31, 0.00854, 5, -7.13, 132.18, 6.9E-4, 6, 125.75, -58.43, 0.0028, 7, 118.82, -47.12, 0.00372, 8, 106.44, -50.16, 0.00479, 9, 104.96, -25.46, 0.00579, 10, 91.14, -33.88, 3.9E-4, 11, 74.4, -32.68, 0.00408, 12, 65.43, -28.11, 0.00176, 13, 55.3, -25.58, 0.0277, 15, 32.43, -28.01, 0.05754, 16, 23, -26.87, 0.17239, 17, 9.99, -27.72, 0.10844, 18, -3.04, -27.61, 0.1511, 19, -8.22999, -28.89, 0.23576, 20, -20.96999, -27.3, 0.1301, 21, -32.28, -27.3, 0.04599, 22, -44.05, -24.43, 0.00971, 24, -64.26, -24.06, 0.00761, 25, -72.49, -25.75, 1.6E-4, 23, 2, 25.74, 72.61, 0.04315, 3, 19.79, 71.61, 0.08666, 4, 4.23999, 72.08, 0.07034, 5, -13.31, 71.22, 0.01663, 6, 122.96, -119.64, 0.0051, 7, 121.98, -108.32, 0.00673, 8, 107.87, -111.41, 0.00808, 9, 121.21, -84.54, 0.01196, 10, 101.94, -94.2, 0, 11, 84.95, -93.03, 0.00801, 12, 80.23, -87.57, 0.00854, 13, 72.83999, -84.29, 0.01815, 15, 47.37, -87.44, 0.0323, 16, 40.96, -85.45, 0.02184, 17, 23.41, -87.51, 0.00353, 18, 7.51, -87.96, 0.09053, 19, 9.89999, -87.41, 0.11312, 20, -7.56, -87.09, 0.2403, 21, -18.86, -87.09, 0.04773, 22, -34.64, -84.97, 0.0702, 23, -31.74, -90.31, 0.01495, 24, -53.71, -84.42, 0.06242, 25, -60.53, -85.85, 0.0196, 23, 2, 21.85, 90.27, 0.0802, 3, 16.9, 89.46, 0.09226, 4, 0.11, 89.69, 0.05037, 5, -18.89, 88.43, 0.01068, 6, 116.44, -102.76, 0.01853, 7, 113.85, -92.15, 0.01945, 8, 100.2, -95.03, 0.01596, 9, 109.79, -70.5, 0.02723, 10, 91.86, -79.18, 4.0E-4, 11, 74.92, -77.98, 0.0198, 12, 69.16, -73.26, 0.02424, 13, 61.12, -70.5, 0.02894, 15, 36.27, -73.15, 0.05547, 16, 29.15, -71.76, 0.02382, 17, 12.67, -72.94, 0.00884, 18, -2.51, -72.91, 0.07996, 19, -1.95, -73.75, 0.11885, 20, -18.29, -72.51999, 0.19161, 21, -29.59, -72.51999, 0.04136, 22, -44.38, -69.73, 0.04353, 23, -43.52, -76.58, 0.00618, 24, -63.73, -69.36, 0.03511, 25, -70.91, -71.03, 0.00705, 23, 2, 19.42, 107.92, 0.05263, 3, 15.46, 107.22, 0.05966, 4, -2.55, 107.3, 0.02941, 5, -23.01, 105.76, 0.00387, 6, 111.36, -85.69, 0.0206, 7, 107.14, -75.65, 0.02153, 8, 93.96, -78.33999, 0.01894, 9, 99.7, -55.83, 0.03021, 10, 83.12999, -63.65, 0.00167, 11, 66.26, -62.41, 0.0243, 12, 59.42, -58.35, 0.03085, 13, 50.7, -56.06, 0.04401, 15, 26.5, -58.26, 0.09107, 16, 18.62999, -57.38, 0.03688, 17, 3.29, -57.81, 0.02199, 18, -11.17, -57.34, 0.08584, 19, -12.52, -59.41, 0.14237, 20, -27.68, -57.39, 0.17898, 21, -38.98, -57.39, 0.04399, 22, -52.74, -54, 0.03178, 23, -54, -62.17, 0.00303, 24, -72.39, -53.79, 0.02329, 25, -79.92, -55.66, 0.003, 24, 2, 18.45999, 127.01, 0.02872, 3, 15.58, 126.33, 0.03313, 4, -3.75, 126.38, 0.0151, 5, -25.8, 124.66, 0.00116, 6, 107.53, -66.97, 0.01686, 7, 101.51, -57.39, 0.01806, 8, 88.85, -59.93, 0.01846, 9, 90.27, -39.2, 0.02555, 10, 75.26, -46.24, 0.00425, 11, 58.46, -44.96, 0.02436, 12, 50.41, -41.5, 0.03358, 13, 40.91999, -39.64, 0.07165, 14, 27.76, -41.43, 0.00102, 15, 17.44, -41.43, 0.17273, 16, 8.72, -41.04, 0.05675, 17, -5.33, -40.75, 0.05126, 18, -18.96999, -39.89, 0.07727, 19, -22.47, -43.1, 0.15198, 20, -36.3, -40.33, 0.13322, 21, -47.61, -40.33, 0.03702, 22, -60.21, -36.41, 0.01561, 23, -63.86, -45.8, 4.8E-4, 24, -80.19, -36.34999, 0.01123, 25, -88.13, -38.4, 4.1E-4, 21, 2, 20.78, 142.12, 0.01082, 3, 18.74, 141.29, 0.01287, 4, -1.64, 141.52, 0.0054, 5, -24.95, 139.93, 2.1E-4, 6, 107.53, -51.67, 0.00796, 7, 100.03, -42.17, 0.00889, 8, 87.8, -44.67, 0.01038, 9, 85.55, -24.66, 0.01237, 10, 71.87999, -31.32, 0.0031, 11, 55.14, -30.03, 0.01004, 12, 46.04, -26.84, 0.01999, 13, 35.87, -25.2, 0.10039, 15, 13.04, -26.78, 0.40472, 16, 3.58, -26.64, 0.07645, 17, -9.35, -26, 0.10186, 18, -22.29, -24.96, 0.03039, 19, -27.66, -28.71, 0.09959, 20, -40.33, -25.58, 0.05974, 21, -51.63, -25.58, 0.01802, 22, -63.24, -21.42, 0.00357, 24, -83.51, -21.42, 0.00314, 23, 2, 12.24, 63.93, 0.11356, 3, 5.82, 63.7, 0.13068, 4, -9.14, 63.22, 0.08177, 5, -25.92, 61.28, 0.02696, 6, 110.92, -130.26, 0.01388, 7, 111.03, -120.06, 0.01496, 8, 96.6, -122.84, 0.01225, 9, 113.04, -98.36, 0.02139, 10, 92.56, -107.22, 3.0E-5, 11, 75.51, -106.01, 0.01463, 12, 71.73, -101.19, 0.01753, 13, 64.98, -98.28, 0.01988, 15, 38.9, -101.07, 0.03671, 16, 33.2, -99.5, 0.01589, 17, 14.59, -100.92, 0.00331, 18, -1.92, -100.94, 0.06792, 19, 2.18, -101.49, 0.09417, 20, -16.37999, -100.5, 0.17708, 21, -27.68, -100.5, 0.0345, 22, -44.33, -97.77, 0.04549, 23, -39.54, -104.34, 0.00762, 24, -63.15, -97.4, 0.04005, 25, -69.67, -99.04, 0.00964, 23, 2, 7.12, 84.03, 0.0802, 3, 1.84, 84.06, 0.09226, 4, -14.52, 83.25, 0.05037, 5, -32.95, 80.79, 0.01068, 6, 102.82, -111.17, 0.01853, 7, 101.12, -101.84, 0.01945, 8, 87.2, -104.35, 0.01596, 9, 99.44, -82.69999, 0.02723, 10, 80.44, -90.38, 4.0E-4, 11, 63.46, -89.13, 0.0198, 12, 58.52, -85.2, 0.02424, 13, 51.04, -82.93, 0.02894, 15, 25.65, -85.12, 0.05547, 16, 19.15, -84.25, 0.02382, 17, 1.75, -84.63, 0.00884, 18, -13.97, -84.06, 0.07996, 19, -11.91, -86.28, 0.11885, 20, -29.21, -84.21, 0.19161, 21, -40.52, -84.21, 0.04136, 22, -56.05, -80.66, 0.04353, 23, -53.55, -89.04, 0.00618, 24, -75.19999, -80.51999, 0.03511, 25, -82.11, -82.44999, 0.00705, 23, 2, 4.42, 103.89, 0.05263, 3, 0.26, 104.04, 0.05966, 4, -17.49, 103.08, 0.02941, 5, -37.55, 100.3, 0.00387, 6, 97.14, -91.94, 0.0206, 7, 93.6, -83.25, 0.02153, 8, 80.21, -85.56, 0.01894, 9, 88.1, -66.16, 0.03021, 10, 70.65, -72.89, 0.00167, 11, 53.74, -71.6, 0.0243, 12, 47.58, -68.4, 0.03085, 13, 39.34, -66.65, 0.04401, 15, 14.68, -68.33999, 0.09107, 16, 7.34, -68.05, 0.03688, 17, -8.78, -67.58, 0.02199, 18, -23.69, -66.53, 0.08584, 19, -23.77, -70.12, 0.14237, 20, -39.75, -67.16, 0.17898, 21, -51.06, -67.16, 0.04399, 22, -65.44, -62.95, 0.03178, 23, -65.32, -72.81, 0.00303, 24, -84.92, -62.98, 0.02329, 25, -92.23, -65.14, 0.003, 24, 2, 2.82, 123.89, 0.02872, 3, -0.2, 124.1, 0.03313, 4, -19.35, 123.05, 0.0151, 5, -41.07, 120.06, 0.00116, 6, 92.54, -72.41, 0.01686, 7, 87.12, -64.26, 0.01806, 8, 74.26999, -66.39, 0.01846, 9, 77.69, -49.01, 0.02555, 10, 61.84, -54.86, 0.00425, 11, 45.01, -53.53, 0.02436, 12, 37.59, -51, 0.03358, 13, 28.56, -49.73, 0.07165, 14, 14.97, -50.96, 0.00102, 15, 4.65, -50.96, 0.17273, 16, -3.56, -51.21, 0.05675, 17, -18.36, -49.95, 0.05126, 18, -32.41999, -48.46, 0.07727, 19, -34.73, -53.31, 0.15198, 20, -49.34, -49.53, 0.13322, 21, -60.64, -49.53, 0.03702, 22, -73.82, -44.72, 0.01561, 23, -76.18, -55.94, 4.8E-4, 24, -93.65, -44.92, 0.01123, 25, -101.38, -47.28, 4.1E-4, 22, 2, 3.35, 140.65, 0.03625, 3, 1.25, 140.8, 0.02371, 4, -19.04999, 139.81, 0.00672, 5, -42.16, 136.78, 1.0E-4, 6, 90.52, -55.77, 0.03737, 7, 83.5, -47.9, 0.03681, 8, 71.12, -49.93, 0.03842, 9, 70.64, -33.81, 0.05093, 10, 56.2, -39.08, 0.02052, 11, 39.43, -37.72, 0.06798, 12, 30.91, -35.63, 0.1225, 13, 21.17, -34.68, 0.13472, 14, 8.25, -35.61, 0.06385, 15, -2.06, -35.61, 0.12501, 16, -11.05, -36.22, 0.01089, 17, -24.68, -34.43, 0.03226, 18, -38, -32.66, 0.02614, 19, -42.27, -38.34, 0.07927, 20, -55.66, -34.00999, 0.06225, 21, -66.96, -34.00999, 0.01603, 22, -79.1, -28.81, 0.0046, 24, -99.23, -29.11, 0.0035, 21, 2, 7.39, 153.53, 0.01082, 3, 6.02, 153.43, 0.01287, 4, -15.18, 152.74, 0.0054, 5, -39.37, 149.99, 2.1E-4, 6, 92.57, -42.43, 0.00796, 7, 84.25, -34.41999, 0.00889, 8, 72.24, -36.48, 0.01038, 9, 68.47, -20.48, 0.01237, 10, 55.25, -25.61, 0.0031, 11, 38.54, -24.25, 0.01004, 12, 29.07, -22.25, 0.01999, 13, 18.7, -21.41, 0.10039, 15, -3.94, -22.24, 0.40472, 16, -13.61, -22.96, 0.07645, 17, -26.22, -21.01, 0.10186, 18, -38.89, -19.18, 0.03039, 19, -44.87, -25.09, 0.09959, 20, -57.19, -20.59, 0.05974, 21, -68.49, -20.59, 0.01802, 22, -79.74, -15.32, 0.00357, 24, -100.12, -15.64, 0.00314, 23, 2, -0.63, 52.88, 0.27401, 3, -7.65, 53.39, 0.18454, 4, -21.87, 52, 0.03877, 5, -37.66999, 49.04, 0.01964, 6, 99.87, -143.13, 0.02796, 7, 101.27, -133.94, 0.02634, 8, 86.45, -136.44, 0.01475, 9, 106.5, -114.02, 0.03064, 11, 67.5, -120.98, 0.02022, 12, 64.81, -116.68, 0.02442, 13, 58.79, -114.08, 0.01599, 14, 42.33, -116.58, 1.5E-4, 15, 32.02, -116.58, 0.02971, 16, 27.12, -115.35, 0.00825, 17, 7.31, -116.25, 0.0019, 18, -9.93, -115.91, 0.04105, 19, -3.85, -117.35, 0.06358, 20, -23.66, -115.83, 0.10694, 21, -34.96, -115.83, 0.02054, 22, -52.61, -112.58, 0.02386, 23, -45.67, -120.16, 0.00291, 24, -71.15, -112.37, 0.0204, 25, -77.33, -114.19, 0.00332, 24, 2, -6.9, 69.92, 0.18457, 3, -12.94, 70.76, 0.12091, 4, -28.36, 68.96, 0.03656, 5, -45.55, 65.4, 0.00934, 6, 91.09, -127.23, 0.03835, 7, 91, -118.97, 0.03599, 8, 76.6, -121.18, 0.02153, 9, 93.24, -101.6, 0.04306, 10, 72.55, -108.65, 2.9E-4, 11, 55.49, -107.36, 0.02992, 12, 51.86, -103.95, 0.03714, 13, 45.26, -101.96, 0.02497, 14, 29.36, -103.88, 8.0E-4, 15, 19.04, -103.88, 0.04604, 16, 13.51, -103.33, 0.01242, 17, -5.33, -103.22, 0.00502, 18, -21.94, -102.29, 0.05293, 19, -17.49, -105.37, 0.08658, 20, -36.3, -102.8, 0.1317, 21, -47.61, -102.8, 0.02697, 22, -64.36, -98.74, 0.02692, 23, -59.25, -108.1, 0.00285, 24, -83.17, -98.75, 0.02193, 25, -89.65, -100.86, 0.00307, 24, 2, -11.43, 88.5, 0.12644, 3, -16.43, 89.57, 0.08104, 4, -33.14, 87.48, 0.02563, 5, -51.85, 83.46, 0.00359, 6, 83.8, -109.55, 0.04761, 7, 82.01999, -102.08, 0.04452, 8, 68.11, -104.05, 0.02919, 9, 80.85, -87.04, 0.05535, 10, 61.52, -93.02, 0.00164, 11, 44.54, -91.68, 0.04175, 12, 39.82, -89.09, 0.0544, 13, 32.55, -87.67, 0.03688, 14, 17.28, -89.05, 0.00329, 15, 6.97, -89.05, 0.06561, 16, 0.69, -89.13, 0.01558, 17, -17.02, -88.08, 0.01047, 18, -32.9, -86.62, 0.05549, 19, -30.35, -91.21, 0.10006, 20, -47.99, -87.66, 0.12993, 21, -59.3, -87.66, 0.02876, 22, -75.01999, -82.86, 0.02237, 23, -72.01999, -93.87, 0.00163, 24, -94.12, -83.07, 0.0171, 25, -100.97, -85.44, 0.00155, 24, 2, -15.59, 108.39, 0.08291, 3, -19.46999, 109.65, 0.04852, 4, -37.57, 107.3, 0.0139, 5, -57.91, 102.85, 8.3E-4, 6, 76.67, -90.53, 0.05609, 7, 73.08999, -83.83, 0.05235, 8, 59.69, -85.56, 0.03979, 9, 68.19, -71.14, 0.06879, 10, 50.37, -76.03, 0.0069, 11, 33.45, -74.66, 0.06091, 12, 27.56, -72.89, 0.08751, 13, 19.54999, -72.06, 0.05963, 14, 4.98, -72.87999, 0.01453, 15, -5.32, -72.87999, 0.08967, 16, -12.4, -73.61, 0.01413, 17, -28.9, -71.6, 0.01866, 18, -43.98, -69.58999, 0.04407, 19, -43.51, -75.73, 0.09636, 20, -59.87, -71.18, 0.09908, 21, -71.18, -71.18, 0.02362, 22, -85.78, -65.62, 0.01228, 23, -85.09, -78.31, 2.6E-4, 24, -105.21, -66.04, 0.00895, 25, -112.44, -68.67, 1.5E-4, 24, 2, -17.64, 125.02, 0.08291, 3, -20.57, 126.38, 0.04852, 4, -39.83, 123.91, 0.0139, 5, -61.55, 119.21, 8.3E-4, 6, 72.12999, -74.39, 0.05609, 7, 67.01, -68.22, 0.05235, 8, 54.05, -69.76999, 0.03979, 9, 58.9, -57.19, 0.06879, 10, 42.38, -61.3, 0.0069, 11, 25.52, -59.89, 0.06091, 12, 18.61, -58.72, 0.08751, 13, 9.95, -58.32, 0.05963, 14, -3.99, -58.73, 0.01453, 15, -14.31, -58.73, 0.08967, 16, -22.1, -59.94, 0.01413, 17, -37.52, -57.23, 0.01866, 18, -51.91, -54.82, 0.04407, 19, -53.25, -62.09, 0.09636, 20, -68.5, -56.81, 0.09908, 21, -79.8, -56.81, 0.02362, 22, -93.43, -50.71, 0.01228, 23, -94.75, -64.62, 2.6E-4, 24, -113.14, -51.28, 0.00895, 25, -120.71, -54.09, 1.5E-4, 22, 2, -17.54, 139.87, 0.03625, 3, -19.64, 141.19, 0.02371, 4, -39.93999, 138.75, 0.00672, 5, -62.88, 134, 1.0E-4, 6, 69.98, -59.7, 0.03737, 7, 63.44, -53.8, 0.03681, 8, 50.9, -55.27, 0.03842, 9, 52.32, -43.89, 0.05093, 10, 37.04, -47.45, 0.02052, 11, 20.24, -46.02, 0.06798, 12, 12.35, -45.26, 0.1225, 13, 3.07, -45.16, 0.13472, 14, -10.28, -45.28, 0.06385, 15, -20.6, -45.28, 0.12501, 16, -29.07, -46.83, 0.01089, 17, -43.46, -43.62, 0.03226, 18, -57.2, -40.95, 0.02614, 19, -60.26, -49.01, 0.07927, 20, -74.44, -43.21, 0.06225, 21, -85.74, -43.21, 0.01603, 22, -98.45, -36.74, 0.0046, 24, -118.42, -37.41, 0.0035, 19, 2, -14.78, 158.35, 0.02672, 3, -15.85, 159.49, 0.01044, 4, -37.41999, 157.27, 0.00153, 6, 69.92, -41.02, 0.05684, 7, 61.56, -35.21, 0.05453, 8, 49.54, -36.63, 0.06949, 9, 46.48, -26.13, 0.08164, 10, 32.84, -29.24, 0.08078, 11, 16.12, -27.79, 0.19319, 12, 6.95, -27.37, 0.31867, 14, -15.72, -27.4, 0.02933, 15, -26.04, -27.4, 0.01787, 17, -48.44, -25.61, 0.00591, 18, -61.32, -22.72, 0.00533, 19, -66.66, -31.45, 0.02403, 20, -79.42, -25.19, 0.01829, 21, -90.72, -25.19, 0.00423, 22, -102.22, -18.43, 6.1E-4, 24, -122.54, -19.18, 4.5E-4, 19, 2, -32.97, 160.36, 0.02672, 3, -33.9, 162.52, 0.01044, 4, -55.64, 159.04, 0.00153, 6, 51.63, -41.79, 0.05684, 7, 43.44, -37.75, 0.05453, 8, 31.35, -38.66, 0.06949, 9, 29.33, -32.50999, 0.08164, 10, 15.18, -34.03, 0.08078, 11, -1.56, -32.50999, 0.19319, 12, -10.34, -33.33, 0.31867, 14, -33.00999, -33.41, 0.02933, 15, -43.33, -33.41, 0.01787, 17, -65.87999, -31.17, 0.00591, 18, -79, -27.44, 0.00533, 19, -83.6, -38.38, 0.02403, 20, -96.86, -30.75, 0.01829, 21, -108.16, -30.75, 0.00423, 22, -119.99, -22.82, 6.1E-4, 24, -140.22, -23.9, 4.5E-4, 21, 2, -33.88, 144.62, 0.07789, 3, -35.68999, 146.85, 0.02745, 4, -56.34, 143.28, 0.00437, 6, 53.11, -57.49, 0.096, 7, 46.43, -53.23, 0.0845, 8, 33.91, -54.21, 0.06526, 9, 35.58, -46.99, 0.11524, 10, 20.09, -49.02, 0.01777, 11, 3.28, -47.51, 0.11257, 12, -4.44, -47.95, 0.15951, 13, -13.58, -48.63, 0.03359, 14, -27.08, -48.01, 0.02031, 15, -37.4, -48.01, 0.04847, 16, -45.71, -50.42, 9.9E-4, 17, -60.32, -45.92, 0.00973, 18, -74.15, -42.45, 0.01624, 19, -76.87999, -52.64, 0.0501, 20, -91.3, -45.51, 0.04432, 21, -102.6, -45.51, 0.01011, 22, -115.43, -37.91, 0.0032, 24, -135.38, -38.9, 0.00224, 21, 2, -30.65, 126.4, 0.07789, 3, -33.49, 128.49, 0.02745, 4, -52.87, 125.12, 0.00437, 6, 59.06, -75, 0.096, 7, 54.05, -70.08999, 0.0845, 8, 41.05, -71.28, 0.06526, 9, 46.65, -61.81, 0.11524, 10, 29.76, -64.78, 0.01777, 11, 12.89, -63.32, 0.11257, 12, 6.25, -63.03, 0.15951, 13, -2.19, -63.2, 0.03359, 14, -16.34, -63.07, 0.02031, 15, -26.66, -63.07, 0.04847, 16, -34.22, -64.91, 9.9E-4, 17, -49.98, -61.25, 0.00973, 18, -64.54, -58.25, 0.01624, 19, -65.35, -67.1, 0.0501, 20, -80.94999, -60.84, 0.04432, 21, -92.26, -60.84, 0.01011, 22, -106.12, -53.9, 0.0032, 24, -125.77, -54.71, 0.00224, 22, 2, -27.75, 109.81, 0.12875, 3, -31.53, 111.75, 0.04089, 4, -49.75, 108.56, 0.00631, 5, -70.15, 103.09, 7.0E-5, 6, 64.44, -90.97, 0.1057, 7, 60.95, -85.46, 0.09045, 8, 47.51, -86.83, 0.05406, 9, 56.69, -75.33, 0.1093, 10, 38.53, -79.16, 0.0058, 11, 21.6, -77.74, 0.08651, 12, 15.96, -76.8, 0.1108, 13, 8.14, -76.51, 0.02999, 14, -6.6, -76.82, 0.01047, 15, -16.91, -76.82, 0.04899, 16, -23.78, -78.12999, 0.00283, 17, -40.59, -75.24, 0.00788, 18, -55.83, -72.67, 0.02253, 19, -54.87, -80.29, 0.05825, 20, -71.56, -74.82, 0.05786, 21, -82.87, -74.82, 0.01282, 22, -97.68, -68.48, 0.00564, 24, -117.05, -69.12999, 0.00398 ],
				"hull": 42
			}
		},
		"hero5_weapon8": {
			"hero5_weapon1": { "x": 0.25, "y": 7.86, "width": 9, "height": 18 }
		},
		"hero5_weapon9": {
			"hero5_weapon1": { "x": 0.25, "y": 7.86, "width": 9, "height": 18 }
		},
		"light1": {
			"light1": { "x": 0.06, "y": 0.92, "width": 256, "height": 256 }
		},
		"light2": {
			"light1": { "x": 0.06, "y": 0.92, "width": 256, "height": 256 }
		},
		"light3": {
			"light1": { "x": 0.06, "y": 0.92, "width": 256, "height": 256 }
		},
		"light4": {
			"light1": { "x": 0.06, "y": 0.92, "width": 256, "height": 256 }
		},
		"light5": {
			"light1": { "x": 0.06, "y": 0.92, "width": 256, "height": 256 }
		}
	}
},
"animations": {
	"special": {
		"slots": {
			"guang": {
				"color": [
					{ "time": 0, "color": "ff0addff", "curve": "stepped" },
					{ "time": 0.5, "color": "ff0addff" },
					{ "time": 0.6666, "color": "ff0add00" },
					{ "time": 1.8333, "color": "ff0addff" }
				]
			},
			"guang2": {
				"color": [
					{ "time": 0, "color": "ff0add00" },
					{ "time": 0.5, "color": "ff0addff" },
					{ "time": 1.1666, "color": "ff0add00", "curve": "stepped" },
					{ "time": 1.5, "color": "ff0add00", "curve": "stepped" },
					{ "time": 1.8333, "color": "ff0add00" }
				]
			},
			"guang3": {
				"color": [
					{ "time": 0, "color": "ff0add00" },
					{ "time": 0.1666, "color": "ff0addff", "curve": "stepped" },
					{ "time": 1.3333, "color": "ff0addff" },
					{ "time": 1.6666, "color": "ff0add00", "curve": "stepped" },
					{ "time": 1.8333, "color": "ff0add00" }
				]
			},
			"guang4": {
				"color": [
					{ "time": 0, "color": "ff0add00" },
					{ "time": 0.1666, "color": "ff0addff" },
					{ "time": 1.8333, "color": "ff0add00" }
				]
			},
			"guang5": {
				"color": [
					{ "time": 0, "color": "ff0add00" },
					{ "time": 0.5, "color": "ff0addff" },
					{ "time": 0.5333, "color": "ff0add00", "curve": "stepped" },
					{ "time": 0.8333, "color": "ff0add00", "curve": "stepped" },
					{ "time": 1.8333, "color": "ff0add00" }
				]
			},
			"guang6": {
				"color": [
					{ "time": 0, "color": "ff0add00" },
					{ "time": 0.5, "color": "ff0addff", "curve": "stepped" },
					{ "time": 1.5, "color": "ff0addff" },
					{ "time": 1.8333, "color": "ff0add00" }
				]
			},
			"guang7": {
				"color": [
					{ "time": 0, "color": "ff0add00" },
					{ "time": 0.3333, "color": "ff0addff" },
					{ "time": 1.8333, "color": "ff0add00" }
				]
			},
			"light5": {
				"color": [
					{ "time": 0, "color": "ff0b3e9f" },
					{ "time": 0.8333, "color": "ff0b3e21" },
					{ "time": 1.8333, "color": "ff0b3e9f" }
				]
			}
		},
		"bones": {
			"root": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"hero5_weapon7": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"hero5_weapon8": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"bone": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"bone2": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 1, "angle": 6.53 },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"bone3": {
				"rotate": [
					{ "time": 0, "angle": 0 },
					{ "time": 1, "angle": 6.53 },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"hero5_weapon9": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"bone4": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"bone5": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"bone6": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"bone7": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"bone8": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"bone9": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"bone10": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"bone11": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"bone12": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"bone13": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"bone14": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"bone15": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"bone16": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"bone17": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"bone18": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"bone19": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"bone20": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"bone21": {
				"rotate": [
					{ "time": 0, "angle": 5.89 },
					{ "time": 0.6666, "angle": 13.79 },
					{ "time": 1.3333, "angle": 8.62 },
					{ "time": 1.8333, "angle": 5.89 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"bone22": {
				"rotate": [
					{ "time": 0, "angle": 5.89 },
					{ "time": 0.6666, "angle": 3.72 },
					{ "time": 1.3333, "angle": 8.62 },
					{ "time": 1.8333, "angle": 5.89 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"bone23": {
				"rotate": [
					{ "time": 0, "angle": 5.89 },
					{ "time": 0.6666, "angle": 3.72 },
					{ "time": 1.3333, "angle": 8.62 },
					{ "time": 1.8333, "angle": 5.89 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"hero5_weapon3": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1 },
					{ "time": 0.6666, "x": 1, "y": 0.784 },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"hero5_weapon2": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"hero5_weapon5": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"hero5_weapon4": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"hero5_weapon1": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 0.314, "y": 0.5 },
					{ "time": 0.5, "x": 0.876, "y": 1.182 },
					{ "time": 1.1666, "x": 0.705, "y": 0.997 },
					{ "time": 1.8333, "x": 0.314, "y": 0.5 }
				],
				"shear": [
					{ "time": 0, "x": 0, "y": 0 },
					{ "time": 0.5, "x": 0, "y": 11.32 },
					{ "time": 0.8333, "x": 0, "y": -6.13 },
					{ "time": 1.1666, "x": 0, "y": 6.28 },
					{ "time": 1.8333, "x": 0, "y": 0 }
				]
			},
			"hero5_weapon6": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1 },
					{ "time": 0.5, "x": 0.715, "y": 0.753 },
					{ "time": 1.1666, "x": 1.186, "y": 1.178 },
					{ "time": 1.2333, "x": 0.831, "y": 0.649 },
					{ "time": 1.2666, "x": 1.186, "y": 1.178 },
					{ "time": 1.3, "x": 0.831, "y": 0.649 },
					{ "time": 1.3333, "x": 1.186, "y": 1.178, "curve": "stepped" },
					{ "time": 1.3666, "x": 1.186, "y": 1.178 },
					{ "time": 1.4333, "x": 0.831, "y": 0.649 },
					{ "time": 1.4666, "x": 1.186, "y": 1.178 },
					{ "time": 1.5, "x": 0.831, "y": 0.649 },
					{ "time": 1.5333, "x": 1.186, "y": 1.178 },
					{ "time": 1.8333, "x": 1, "y": 1 }
				],
				"shear": [
					{ "time": 0, "x": 0, "y": 0 },
					{ "time": 0.3333, "x": 0, "y": 18.03 },
					{ "time": 0.8333, "x": 0, "y": -6.48 },
					{ "time": 1.3333, "x": 0, "y": 5.14 },
					{ "time": 1.8333, "x": 0, "y": 0 }
				]
			},
			"hero5_weapon10": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1 },
					{ "time": 0.8333, "x": 0.337, "y": 0.337 },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"hero5_weapon11": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0 },
					{ "time": 0.3333, "x": 0, "y": -1.45 },
					{ "time": 1, "x": 0, "y": -6.98 },
					{ "time": 1.3333, "x": 0, "y": -8.73 },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"guang": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 0.6666, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0 },
					{ "time": 0.3333, "x": -2.34, "y": 4.79 },
					{ "time": 0.6666, "x": -0.7, "y": 11.23 },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1 },
					{ "time": 0.3333, "x": 1.192, "y": 1.192, "curve": "stepped" },
					{ "time": 0.6666, "x": 1.192, "y": 1.192 },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"guang2": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0 },
					{ "time": 0.5, "x": 1.9, "y": -1.9 },
					{ "time": 1.1666, "x": 4.71, "y": 3.61 },
					{ "time": 1.5, "x": 3.27, "y": 8.31 },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"guang3": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0 },
					{ "time": 0.5, "x": 1.05, "y": 3.32 },
					{ "time": 1.1666, "x": 1.35, "y": 7.59 },
					{ "time": 1.5, "x": 0.92, "y": 8.65, "curve": "stepped" },
					{ "time": 1.6666, "x": 0.92, "y": 8.65 },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1 },
					{ "time": 1.6666, "x": 1.097, "y": 1.097 },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"guang4": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0 },
					{ "time": 0.6666, "x": -2.16, "y": 3.43 },
					{ "time": 1.3333, "x": -9.94, "y": 7.23 },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"guang5": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 2.71, "y": 6.28 },
					{ "time": 0.3333, "x": 3.65, "y": 7.43 },
					{ "time": 0.5, "x": 4.27, "y": 9.53 },
					{ "time": 0.8333, "x": -0.72, "y": -3.77 },
					{ "time": 1.1666, "x": 3.63, "y": 1.15 },
					{ "time": 1.5, "x": 3.07, "y": 3.92 },
					{ "time": 1.8333, "x": 2.71, "y": 6.28 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"guang6": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0 },
					{ "time": 0.5, "x": -0.08, "y": 2.02 },
					{ "time": 1, "x": -2.15, "y": 4.1 },
					{ "time": 1.5, "x": -2.96, "y": 7.47 },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"guang7": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0 },
					{ "time": 0.3333, "x": 1.55, "y": 1.62 },
					{ "time": 0.6666, "x": 0, "y": 3.94 },
					{ "time": 1, "x": 1.84, "y": 6.55 },
					{ "time": 1.3333, "x": 1.03, "y": 10.7 },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"light4": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1 },
					{ "time": 0.6666, "x": 0.456, "y": 0.456 },
					{ "time": 1.3333, "x": 1.061, "y": 1.061 },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			},
			"light5": {
				"rotate": [
					{ "time": 0, "angle": 0, "curve": "stepped" },
					{ "time": 1.8333, "angle": 0 }
				],
				"translate": [
					{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
					{ "time": 1.8333, "x": 0, "y": 0 }
				],
				"scale": [
					{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
					{ "time": 1.8333, "x": 1, "y": 1 }
				]
			}
		},
		"deform": {
			"default": {
				"hero5_weapon2": {
					"hero5_weapon2": [
						{
							"time": 0,
							"vertices": [ -0.30499, -0.97601, 0, 0, 0, 0, -0.91499, 0.54901, 0, 0, 0.30499, -0.36599, 0.366, -1.82998 ]
						},
						{
							"time": 0.6666,
							"vertices": [ 0.24399, 1.09796, 0, 0, 0, 0, -0.305, -0.73199, -0.122, -1.281, 0.42699, 0.30502, 1.159, 0.54901 ]
						},
						{
							"time": 1.1666,
							"vertices": [ 0.06972, -0.76689, 0, 0, 0, 0, -1.11542, 0.54903, -0.25271, -0.18302, 0.31371, -1.08054, 0.81914, -1.44657 ]
						},
						{
							"time": 1.8333,
							"vertices": [ -0.30499, -0.97601, 0, 0, 0, 0, -0.91499, 0.54901, 0, 0, 0.30499, -0.36599, 0.366, -1.82998 ]
						}
					]
				},
				"hero5_weapon3": {
					"hero5_weapon3": [
						{ "time": 0 },
						{
							"time": 0.6666,
							"offset": 5,
							"vertices": [ -1.07977 ]
						},
						{
							"time": 1.1666,
							"offset": 5,
							"vertices": [ -0.77126, 0, -3.43136 ]
						},
						{ "time": 1.8333 }
					]
				},
				"hero5_weapon4": {
					"hero5_weapon4": [
						{
							"time": 0,
							"offset": 7,
							"vertices": [ -3.84399 ]
						},
						{
							"time": 0.6666,
							"offset": 4,
							"vertices": [ 0.248, -0.99197, 0, 4.21597 ]
						},
						{
							"time": 1.1666,
							"offset": 4,
							"vertices": [ 0.14171, 1.91313, 0, -2.58629 ]
						},
						{
							"time": 1.8333,
							"offset": 7,
							"vertices": [ -3.84399 ]
						}
					]
				},
				"hero5_weapon5": {
					"hero5_weapon5": [
						{
							"time": 0,
							"vertices": [ 0.76498, 1.12199, 0, 0, 0, 0, 0, 0, -0.05099, 0.50999, 0, 0, 0.25499, -0.76499 ]
						},
						{
							"time": 0.5,
							"vertices": [ 0.76498, 1.12199, 0, 0, 0, 0, 0, 0, -0.30599, -0.663, 0.05099, 0.408, 0.66299, 1.42799, 0.40799, 1.479 ]
						},
						{
							"time": 1,
							"vertices": [ 0.56098, 0.05099, 0, 0, 0, 0, 0, 0, -0.45332, 0.77064, 0.03966, 0.31733, 0.11332, -0.48731, -0.09066, -0.88965 ]
						},
						{
							"time": 1.5,
							"vertices": [ 0.68338, 0.69359, 0, 0, 0, 0, 0, 0, -0.05892, -0.45672, 0.01586, 0.12693, 0.30033, 0.97806, -0.08726, 0.86812 ]
						},
						{
							"time": 1.8333,
							"vertices": [ 0.76498, 1.12199, 0, 0, 0, 0, 0, 0, -0.05099, 0.50999, 0, 0, 0.25499, -0.76499 ]
						}
					]
				}
			}
		}
	}
}
}