77cf58cd
zhengshouren
auto package
|
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
|
{
"skeleton": { "hash": "m5dTC8ahw4W66FxbL+vYGP6MLX0", "spine": "3.4.02", "width": 574, "height": 627.27 },
"bones": [
{ "name": "root" },
{ "name": "throne/wall", "parent": "root", "x": 101.95, "y": 19.96 },
{ "name": "throne/chains01", "parent": "throne/wall", "x": -77.02, "y": 241.15 },
{ "name": "throne/chains1", "parent": "throne/chains01", "length": 14.31, "rotation": -92.38, "x": 0.39, "y": -3.66 },
{ "name": "bone", "parent": "throne/chains1", "length": 16.1, "rotation": 0.26, "x": 14.31 },
{ "name": "bone2", "parent": "bone", "length": 14.6, "rotation": 0.95, "x": 16.1 },
{ "name": "bone3", "parent": "bone2", "length": 16.69, "rotation": 0.14, "x": 14.6 },
{ "name": "bone4", "parent": "bone3", "length": 19.66, "rotation": 1.02, "x": 16.69 },
{ "name": "bone5", "parent": "bone4", "length": 17.28, "x": 19.66 },
{ "name": "throne/pot", "parent": "throne/wall", "x": 55.1, "y": 267.36 },
{ "name": "throne/blackball", "parent": "throne/pot", "x": -0.54, "y": 47.35 },
{ "name": "throne/pot2", "parent": "throne/wall", "x": -68.22, "y": 270.54 },
{ "name": "throne/blackball2", "parent": "throne/pot2", "x": -0.54, "y": 47.35 },
{ "name": "throne/stage", "parent": "throne/wall", "x": -30.22, "y": 272.69 },
{ "name": "throne/book", "parent": "throne/stage", "x": -3.79, "y": 131.21 },
{ "name": "throne/chains", "parent": "throne/wall", "rotation": -5.85, "x": 3.8, "y": 242.6 },
{ "name": "throne/chains02", "parent": "throne/wall", "rotation": -8.33, "x": 106.3, "y": 245.35 },
{ "name": "throne/chains2", "parent": "throne/chains02", "length": 32.55, "rotation": -70.16, "x": -34.39, "y": -6.52 },
{ "name": "throne/chains3", "parent": "throne/chains02", "length": 30.54, "rotation": -118.46, "x": 46.92, "y": -8.02 },
{ "name": "throne/chains03", "parent": "throne/chains02", "length": 22.3, "rotation": -83.91, "x": 0.64, "y": -51.31 },
{ "name": "throne/chains4", "parent": "throne/wall", "rotation": 10.89, "x": 202.3, "y": 249.96 },
{ "name": "throne/chains5", "parent": "throne/chains4", "length": 32.55, "rotation": -70.16, "x": -34.39, "y": -6.52 },
{ "name": "throne/chains6", "parent": "throne/chains4", "length": 30.54, "rotation": -118.46, "x": 46.92, "y": -8.02 },
{ "name": "throne/chains7", "parent": "throne/chains4", "length": 22.3, "rotation": -99.95, "x": 0.64, "y": -51.31 },
{ "name": "throne/chains_light", "parent": "bone5", "x": 10.09, "y": 3.75 },
{ "name": "throne/chains_light2", "parent": "throne/chains03", "rotation": 2.25, "x": 22.02, "y": -0.15 },
{ "name": "throne/chains_light3", "parent": "throne/chains7", "rotation": -0.94, "x": 23.14, "y": -0.45 },
{ "name": "throne/chair", "parent": "throne/wall", "x": 236.73, "y": 271.85 },
{ "name": "throne/eye03", "parent": "throne/chair", "x": 1.92, "y": 190.76 },
{ "name": "throne/eye02", "parent": "throne/eye03", "x": -20.27, "y": -6.36 },
{ "name": "throne/eye01", "parent": "throne/eye02", "length": 16.56, "rotation": 100.3, "x": -0.71, "y": -2.73 },
{ "name": "throne/redeye01", "parent": "throne/eye03", "length": 26.54, "rotation": 117.29, "x": -29.35, "y": -56.24 },
{ "name": "throne/redeye02", "parent": "throne/eye03", "length": 21.96, "rotation": -165.96, "x": 51.87, "y": 39.69 },
{ "name": "throne/redeye03", "parent": "throne/eye03", "length": 23.64, "rotation": -86.3, "x": -30.38, "y": 55.56 },
{ "name": "throne/redeye04", "parent": "throne/eye03", "length": 59.84, "rotation": 172.69, "x": 46.04, "y": -38.41 },
{ "name": "throne/redlight", "parent": "throne/eye03", "x": -1.67, "y": 3.89 },
{ "name": "throne/stage02", "parent": "throne/wall", "x": 223.23, "y": 47.61 },
{ "name": "throne/stage_light01", "parent": "throne/stage", "x": -29.28, "y": 1.46 },
{ "name": "throne/stage_light02", "parent": "throne/stage", "x": -16.15, "y": 1.72 },
{ "name": "throne/stage_light2", "parent": "throne/stage", "x": -5.05, "y": 1.72 },
{ "name": "throne/stage_light3", "parent": "throne/stage", "x": 10.78, "y": 1.72 }
],
"slots": [
{ "name": "throne/book", "bone": "throne/book", "attachment": "throne/book" },
{ "name": "throne/chains", "bone": "throne/chains", "attachment": "throne/chains" },
{ "name": "throne/eye03", "bone": "throne/eye03", "attachment": "throne/eye03" },
{ "name": "throne/eye02", "bone": "throne/eye02", "attachment": "throne/eye02" },
{ "name": "throne/eye01", "bone": "throne/eye01", "attachment": "throne/eye01" },
{ "name": "throne/redeye04", "bone": "throne/redeye04", "attachment": "throne/redeye04" },
{ "name": "throne/redeye03", "bone": "throne/redeye03", "attachment": "throne/redeye03" },
{ "name": "throne/redeye02", "bone": "throne/redeye02", "attachment": "throne/redeye02" },
{ "name": "throne/redeye01", "bone": "throne/redeye01", "attachment": "throne/redeye01" },
{ "name": "throne/chair", "bone": "throne/chair", "attachment": "throne/chair" },
{ "name": "throne/redlight", "bone": "throne/redlight", "attachment": "throne/redlight", "blend": "screen" },
{ "name": "throne/pot2", "bone": "throne/pot2", "attachment": "throne/pot" },
{ "name": "throne/blackball2", "bone": "throne/blackball2", "attachment": "throne/blackball" },
{ "name": "throne/stage_light01", "bone": "throne/stage_light01", "attachment": "throne/stage_light01", "blend": "screen" },
{ "name": "throne/stage_light02", "bone": "throne/stage_light02", "attachment": "throne/stage_light02", "blend": "screen" },
{ "name": "throne/stage_light2", "bone": "throne/stage_light2", "attachment": "throne/stage_light02", "blend": "screen" },
{ "name": "throne/stage_light3", "bone": "throne/stage_light3", "attachment": "throne/stage_light02", "blend": "screen" },
{ "name": "throne/stage", "bone": "throne/stage", "attachment": "throne/stage" },
{ "name": "throne/stage02", "bone": "throne/stage02", "attachment": "throne/stage02" },
{ "name": "throne/pot", "bone": "throne/pot", "attachment": "throne/pot" },
{ "name": "throne/blackball", "bone": "throne/blackball", "attachment": "throne/blackball" },
{ "name": "throne/wall", "bone": "throne/wall", "attachment": "throne/wall" },
{ "name": "throne/chains01", "bone": "throne/chains1", "attachment": "throne/chains01" },
{ "name": "throne/chains02", "bone": "throne/chains3", "attachment": "throne/chains02" },
{ "name": "throne/chains2", "bone": "throne/chains6", "attachment": "throne/chains02" },
{ "name": "throne/chains03", "bone": "throne/chains03", "attachment": "throne/chains03" },
{ "name": "throne/chains3", "bone": "throne/chains7", "attachment": "throne/chains03" },
{ "name": "throne/chains_light", "bone": "throne/chains_light", "attachment": "throne/chains_light", "blend": "screen" },
{ "name": "throne/chains_light2", "bone": "throne/chains_light2", "attachment": "throne/chains_light", "blend": "screen" },
{ "name": "throne/chains_light3", "bone": "throne/chains_light3", "attachment": "throne/chains_light", "blend": "screen" }
],
"skins": {
"default": {
"throne/blackball": {
"throne/blackball": { "x": 1.39, "y": 0.66, "width": 42, "height": 42 }
},
"throne/blackball2": {
"throne/blackball": { "x": 1.39, "y": 0.66, "width": 42, "height": 42 }
},
"throne/book": {
"throne/book": { "x": 5.66, "y": 15.88, "width": 68, "height": 48 }
},
"throne/chains": {
"throne/chains": { "x": 126.19, "y": -109.74, "width": 255, "height": 227 }
},
"throne/chains01": {
"throne/chains01": {
"type": "mesh",
"uvs": [ 0, 0, 0.2, 0, 0.4, 0, 0.6, 0, 0.8, 0, 1, 0, 1, 0.2, 1, 0.4, 1, 0.6, 1, 0.8, 1, 1, 0.8, 1, 0.6, 1, 0.4, 1, 0.2, 1, 0, 1, 0, 0.8, 0, 0.6, 0, 0.4, 0, 0.2, 0.2, 0.2, 0.2, 0.4, 0.2, 0.6, 0.2, 0.8, 0.4, 0.2, 0.4, 0.4, 0.4, 0.6, 0.4, 0.8, 0.6, 0.2, 0.6, 0.4, 0.6, 0.6, 0.6, 0.8, 0.8, 0.2, 0.8, 0.4, 0.8, 0.6, 0.8, 0.8 ],
"triangles": [ 15, 16, 23, 14, 23, 27, 15, 23, 14, 13, 27, 31, 14, 27, 13, 12, 31, 35, 13, 31, 12, 11, 35, 9, 12, 35, 11, 11, 9, 10, 16, 22, 23, 23, 26, 27, 27, 30, 31, 35, 34, 8, 31, 34, 35, 35, 8, 9, 17, 21, 22, 22, 25, 26, 26, 29, 30, 30, 33, 34, 34, 7, 8, 16, 17, 22, 23, 22, 26, 27, 26, 30, 31, 30, 34, 18, 20, 21, 21, 24, 25, 25, 28, 29, 29, 32, 33, 33, 6, 7, 17, 18, 21, 22, 21, 25, 26, 25, 29, 30, 29, 33, 34, 33, 7, 19, 1, 20, 20, 2, 24, 24, 3, 28, 28, 4, 32, 32, 5, 6, 18, 19, 20, 21, 20, 24, 25, 24, 28, 29, 28, 32, 33, 32, 6, 19, 0, 1, 20, 1, 2, 24, 2, 3, 28, 3, 4, 32, 4, 5 ],
"vertices": [ 1, 3, -2.16, -11.15, 1, 1, 3, -2.33, -7.15, 1, 1, 3, -2.49, -3.16, 1, 2, 3, -2.66, 0.83, 1, 5, -33.05, 1.46, 0, 3, 3, -2.82, 4.83, 0.99999, 5, -33.14, 5.46, 0, 6, -47.73, 5.58, 0, 3, 3, -2.99, 8.82, 0.99999, 5, -33.22, 9.46, 0, 6, -47.8, 9.58, 0, 4, 3, 17.78, 9.68999, 0.2307, 4, 3.51, 9.67, 0.76875, 5, -12.42, 9.88, 5.1E-4, 6, -27, 9.95, 2.0E-5, 3, 4, 24.29, 10.43999, 0.04831, 5, 8.35999, 10.3, 0.8278, 6, -6.2, 10.32, 0.12387, 3, 5, 29.16, 10.73, 3.5E-4, 6, 14.58, 10.69, 0.64862, 7, -1.91, 10.73, 0.35102, 3, 5, 49.96, 11.15, 0, 7, 18.87999, 10.73, 0.55154, 8, -0.78, 10.73, 0.44845, 2, 5, 70.75, 11.58, 0, 8, 20.01, 10.73, 1, 2, 5, 70.83, 7.58, 0, 8, 20.01, 6.73, 1, 2, 5, 70.91, 3.58, 0, 8, 20.01, 2.73, 1, 1, 8, 20.01, -1.26, 1, 1, 8, 20.01, -5.26, 1, 1, 8, 20.01, -9.26, 1, 2, 7, 18.87999, -9.26, 0.57291, 8, -0.77, -9.26, 0.42708, 2, 6, 14.94, -9.29, 0.65043, 7, -1.91, -9.26, 0.34956, 3, 4, 25.03, -9.53, 0.04285, 5, 8.77, -9.68, 0.83528, 6, -5.85, -9.67, 0.12185, 2, 3, 18.61, -10.28, 0.19793, 4, 4.25, -10.3, 0.80206, 3, 3, 18.45, -6.29, 0.12087, 4, 4.1, -6.31, 0.87495, 5, -12.09, -6.11, 0.00416, 3, 4, 24.89, -5.54, 0.0308, 5, 8.68999, -5.68, 0.88245, 6, -5.92, -5.67, 0.08674, 2, 6, 14.87, -5.3, 0.78005, 7, -1.91, -5.26, 0.21994, 2, 7, 18.87999, -5.26, 0.5874, 8, -0.77, -5.26, 0.41259, 2, 3, 18.28, -2.29, 0.1269, 4, 3.95, -2.31, 0.8731, 1, 5, 8.60999, -1.68, 1, 2, 6, 14.8, -1.29999, 0.6839, 7, -1.91, -1.26, 0.31608, 2, 7, 18.87999, -1.26, 0.5, 8, -0.77, -1.26, 0.5, 1, 4, 3.81, 1.68, 1, 1, 5, 8.53, 2.31, 1, 2, 6, 14.72, 2.69, 0.70516, 7, -1.91, 2.73, 0.29483, 3, 5, 50.12, 3.15, 0, 7, 18.87999, 2.73, 0.54972, 8, -0.77, 2.73, 0.45027, 4, 3, 17.95, 5.69, 0.20258, 4, 3.66, 5.68, 0.79626, 5, -12.34, 5.88, 0.00112, 6, -26.93, 5.95, 2.0E-5, 3, 4, 24.44, 6.44, 0.03988, 5, 8.45, 6.31, 0.8928, 6, -6.13, 6.32, 0.0673, 2, 6, 14.65, 6.69, 0.64685, 7, -1.91, 6.73, 0.35314, 3, 5, 50.04, 7.15, 0, 7, 18.87999, 6.73, 0.71695, 8, -0.78, 6.73, 0.28303 ],
"hull": 20
}
},
"throne/chains02": {
"throne/chains02": {
"type": "mesh",
"uvs": [ 0, 0.11052, 0.05029, 0.53674, 0.07211, 0.75459, 0.25218, 0.93455, 0.34767, 1, 0.52773, 0.97244, 0.71052, 0.88719, 0.84148, 0.73091, 0.95607, 0.4515, 1, 0.1342, 0.86603, 0.03001, 0.78419, 0.35204, 0.71871, 0.49412, 0.59594, 0.61252, 0.46225, 0.67408, 0.34221, 0.7025, 0.19215, 0.53201, 0.15123, 0.18155, 0.10758, 0 ],
"triangles": [ 5, 14, 6, 14, 13, 6, 6, 13, 7, 13, 12, 7, 7, 12, 8, 12, 11, 8, 8, 11, 9, 11, 10, 9, 5, 4, 15, 4, 3, 15, 15, 14, 5, 3, 2, 15, 2, 16, 15, 2, 1, 16, 1, 17, 16, 1, 0, 17, 0, 18, 17 ],
"vertices": [ 1, 17, 0.23, -4.83, 1, 1, 17, 23.05, -8.14, 1, 2, 17, 34.59999, -10.17, 0.99892, 18, 68.04, -53.15, 0.00107, 2, 17, 49.19, 2.17, 0.85119, 18, 68.53, -34.04, 0.1488, 2, 17, 55.43, 9.26, 0.70757, 18, 67.4, -24.66, 0.29242, 2, 17, 59.68, 25.33, 0.39948, 18, 58.22, -10.79, 0.60051, 2, 17, 61.13, 42.69, 0.10986, 18, 46.23, 1.83, 0.89013, 2, 17, 57.43, 56.83, 0.00325, 18, 33.21, 8.47, 0.99674, 2, 17, 47.07, 71.76999, 0, 18, 15.16, 10.68, 0.99999, 1, 18, -1.54, 6.22, 1, 1, 18, -0.52, -7.23, 1, 2, 17, 36.75, 58.68, 2.0E-4, 18, 18.07, -5.72, 0.99979, 2, 17, 41.79, 50.46, 0.0184, 18, 27.56, -7.43, 0.98159, 2, 17, 43.86, 37.71, 0.18575, 18, 38.46, -14.37, 0.81425, 2, 17, 42.76, 25.03, 0.47413, 18, 47.19, -23.63, 0.52586, 2, 17, 40.43, 14.13, 0.76311, 18, 53.77, -32.62, 0.23688, 2, 17, 27.24, 4.21, 0.99432, 18, 52.41, -49.06, 0.00567, 1, 17, 8.5, 6.97, 1, 1, 17, -1.91, 6.46, 1 ],
"hull": 19
}
},
"throne/chains03": {
"throne/chains03": { "x": 15.52, "y": 0.13, "rotation": 89.99, "width": 19, "height": 30 }
},
"throne/chains2": {
"throne/chains02": {
"type": "mesh",
"uvs": [ 0, 0.11052, 0.05029, 0.53674, 0.07211, 0.75459, 0.25218, 0.93455, 0.34767, 1, 0.52773, 0.97244, 0.71052, 0.88719, 0.84148, 0.73091, 0.95607, 0.4515, 1, 0.1342, 0.86603, 0.03001, 0.78419, 0.35204, 0.71871, 0.49412, 0.59594, 0.61252, 0.46225, 0.67408, 0.34221, 0.7025, 0.19215, 0.53201, 0.15123, 0.18155, 0.10758, 0 ],
"triangles": [ 5, 14, 6, 14, 13, 6, 6, 13, 7, 13, 12, 7, 7, 12, 8, 12, 11, 8, 8, 11, 9, 11, 10, 9, 5, 4, 15, 4, 3, 15, 15, 14, 5, 3, 2, 15, 2, 16, 15, 2, 1, 16, 1, 17, 16, 1, 0, 17, 0, 18, 17 ],
"vertices": [ 1, 21, 0.23, -4.83, 1, 1, 21, 23.05, -8.14, 1, 2, 21, 34.59999, -10.17, 0.99892, 22, 68.04, -53.15, 0.00107, 2, 21, 49.19, 2.17, 0.85119, 22, 68.53, -34.04, 0.1488, 2, 21, 55.43, 9.26, 0.70757, 22, 67.4, -24.66, 0.29242, 2, 21, 59.68, 25.33, 0.39948, 22, 58.22, -10.79, 0.60051, 2, 21, 61.13, 42.69, 0.10986, 22, 46.23, 1.83, 0.89013, 2, 21, 57.43, 56.83, 0.00325, 22, 33.21, 8.47, 0.99674, 2, 21, 47.07, 71.76999, 0, 22, 15.16, 10.68, 0.99999, 1, 22, -1.54, 6.22, 1, 1, 22, -0.52, -7.23, 1, 2, 21, 36.75, 58.68, 2.0E-4, 22, 18.07, -5.72, 0.99979, 2, 21, 41.79, 50.46, 0.0184, 22, 27.56, -7.43, 0.98159, 2, 21, 43.86, 37.71, 0.18575, 22, 38.46, -14.37, 0.81425, 2, 21, 42.76, 25.03, 0.47413, 22, 47.19, -23.63, 0.52586, 2, 21, 40.43, 14.13, 0.76311, 22, 53.77, -32.62, 0.23688, 2, 21, 27.24, 4.21, 0.99432, 22, 52.41, -49.06, 0.00567, 1, 21, 8.5, 6.97, 1, 1, 21, -1.91, 6.46, 1 ],
"hull": 19
}
},
"throne/chains3": {
"throne/chains03": { "x": 15.52, "y": 0.13, "rotation": 89.99, "width": 19, "height": 30 }
},
"throne/chains_light": {
"throne/chains_light": { "x": 7.31, "y": -0.64, "rotation": 89.99, "width": 62, "height": 67 }
},
"throne/chains_light2": {
"throne/chains_light": { "x": 7.31, "y": -0.64, "rotation": 89.99, "width": 62, "height": 67 }
},
"throne/chains_light3": {
"throne/chains_light": { "x": 7.31, "y": -0.64, "rotation": 89.99, "width": 62, "height": 67 }
},
"throne/chair": {
"throne/chair": { "x": -7.29, "y": 91.03, "width": 230, "height": 184 }
},
"throne/eye01": {
"throne/eye01": { "x": 1.94, "y": -2.22, "rotation": -100.3, "width": 18, "height": 50 }
},
"throne/eye02": {
"throne/eye02": { "x": 3.72, "y": 3.05, "width": 43, "height": 100 }
},
"throne/eye03": {
"throne/eye03": { "width": 115, "height": 115 }
},
"throne/pot": {
"throne/pot": { "y": 12.26, "width": 48, "height": 23 }
},
"throne/pot2": {
"throne/pot": { "y": 12.26, "width": 48, "height": 23 }
},
"throne/redeye01": {
"throne/redeye01": { "x": 23.77, "y": -11.24, "rotation": -117.29, "width": 37, "height": 62 }
},
"throne/redeye02": {
"throne/redeye02": { "x": 18.18, "y": 6.71, "rotation": 165.96, "width": 50, "height": 39 }
},
"throne/redeye03": {
"throne/redeye03": { "x": 17.41, "y": 2.97, "rotation": 86.3, "width": 26, "height": 50 }
},
"throne/redeye04": {
"throne/redeye04": { "x": 48.88, "y": -17.59, "rotation": -172.69, "width": 121, "height": 87 }
},
"throne/redlight": {
"throne/redlight": { "x": 4.9, "y": -18.11, "width": 389, "height": 347 }
},
"throne/stage": {
"throne/stage": { "x": 11.4, "y": 61.47, "width": 94, "height": 124 }
},
"throne/stage02": {
"throne/stage02": { "x": -35.57, "y": 86.28, "width": 160, "height": 172 }
},
"throne/stage_light01": {
"throne/stage_light01": { "x": 53.82, "y": 108.7, "width": 152, "height": 298 }
},
"throne/stage_light02": {
"throne/stage_light02": { "x": -0.29, "y": 108.25, "width": 5, "height": 217 }
},
"throne/stage_light2": {
"throne/stage_light02": { "x": -0.29, "y": 108.25, "width": 5, "height": 217 }
},
"throne/stage_light3": {
"throne/stage_light02": { "x": -0.29, "y": 108.25, "width": 5, "height": 217 }
},
"throne/wall": {
"throne/wall": { "x": 178.97, "y": 136.11, "width": 574, "height": 276 }
}
}
},
"animations": {
"special": {
"slots": {
"throne/blackball": {
"attachment": [
{ "time": 1.3, "name": "throne/blackball" }
]
}
},
"bones": {
"root": {
"rotate": [
{ "time": 0, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1 }
]
},
"throne/wall": {
"rotate": [
{ "time": 0, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 6.89, "y": -17.92 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1 }
]
},
"throne/chair": {
"rotate": [
{ "time": 0, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1 }
]
},
"throne/chains": {
"rotate": [
{ "time": 0, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1 }
]
},
"throne/stage": {
"rotate": [
{ "time": 0, "angle": 0, "curve": "stepped" },
{ "time": 6.1, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 6.1, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 6.1, "x": 1, "y": 1 }
]
},
"throne/stage_light01": {
"rotate": [
{ "time": 0, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1 }
]
},
"throne/stage_light02": {
"rotate": [
{ "time": 0, "angle": 0, "curve": "stepped" },
{ "time": 6.1, "angle": 0, "curve": "stepped" },
{ "time": 11.1666, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0 },
{ "time": 3.1, "x": -8.9, "y": 0 },
{ "time": 6.1, "x": 0, "y": 0 },
{ "time": 9.1, "x": -8.9, "y": 0 },
{ "time": 11.1666, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 0.208, "y": 1 },
{ "time": 3.1, "x": 1.63, "y": 1 },
{ "time": 6.1, "x": 0.208, "y": 1 },
{ "time": 9.1, "x": 1.63, "y": 1 },
{ "time": 11.1666, "x": 0.208, "y": 1 }
]
},
"throne/stage_light2": {
"rotate": [
{ "time": 0, "angle": 0, "curve": "stepped" },
{ "time": 6.1, "angle": 0, "curve": "stepped" },
{ "time": 11.1666, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0 },
{ "time": 3.1, "x": 7.91, "y": 0 },
{ "time": 6.1, "x": 0, "y": 0 },
{ "time": 9.1, "x": 7.91, "y": 0 },
{ "time": 11.1666, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1.158, "y": 1.158 },
{ "time": 3.1, "x": 0.334, "y": 1.158 },
{ "time": 6.1, "x": 1.158, "y": 1.158 },
{ "time": 9.1, "x": 0.334, "y": 1.158 },
{ "time": 11.1666, "x": 1.158, "y": 1.158 }
]
},
"throne/stage02": {
"rotate": [
{ "time": 0, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1 }
]
},
"throne/eye03": {
"rotate": [
{ "time": 0, "angle": 0 },
{ "time": 2.5333, "angle": -3.65 },
{ "time": 4.5666, "angle": -11.85 },
{ "time": 6.1, "angle": -9.06 },
{ "time": 9.1, "angle": 3.62 },
{ "time": 10.1, "angle": 6.42 },
{ "time": 11.1666, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0 },
{ "time": 2.5333, "x": 0, "y": -6.91 },
{ "time": 3.1, "x": 0, "y": -9.53 },
{ "time": 3.4, "x": 0, "y": -10.46 },
{ "time": 6.1, "x": 0, "y": 0 },
{ "time": 6.6, "x": 0, "y": 1.25 },
{ "time": 7.1, "x": 0, "y": 2.51 },
{ "time": 9.1, "x": 0, "y": 8.17 },
{ "time": 11.1666, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 6.1, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 9.1, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 11.1666, "x": 1, "y": 1 }
]
},
"throne/eye02": {
"rotate": [
{ "time": 0, "angle": 0 },
{ "time": 2.5333, "angle": -6.9 },
{ "time": 5.2, "angle": -0.39 },
{ "time": 11.1666, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 11.1666, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1 },
{ "time": 5.2, "x": 0.844, "y": 1 },
{ "time": 11.1666, "x": 1, "y": 1 }
]
},
"throne/eye01": {
"rotate": [
{ "time": 0, "angle": 0, "curve": "stepped" },
{ "time": 2.5333, "angle": 0, "curve": "stepped" },
{ "time": 11.1666, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 2.5333, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 11.1666, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 2.5333, "x": 1, "y": 1 },
{ "time": 5.2, "x": 1, "y": 0.154 },
{ "time": 5.4666, "x": 1, "y": 1 },
{ "time": 5.5666, "x": 1, "y": 0.554 },
{ "time": 5.6666, "x": 1, "y": 1.198 },
{ "time": 5.7666, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 11.1666, "x": 1, "y": 1 }
]
},
"throne/redeye02": {
"rotate": [
{ "time": 0, "angle": 0 },
{ "time": 3.1, "angle": -7.24 },
{ "time": 6.1, "angle": 0 },
{ "time": 9.1, "angle": -7.24 },
{ "time": 11.1666, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 6.1, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 11.1666, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 6.1, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 11.1666, "x": 1, "y": 1 }
]
},
"throne/redeye03": {
"rotate": [
{ "time": 0, "angle": 0 },
{ "time": 1.3, "angle": -4 },
{ "time": 3.1, "angle": -6.93 },
{ "time": 4.5666, "angle": -9.72 },
{ "time": 6.1, "angle": 0 },
{ "time": 7.6, "angle": -4 },
{ "time": 9.1, "angle": -6.93 },
{ "time": 10.6, "angle": -9.72 },
{ "time": 11.1666, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 6.1, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 11.1666, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 6.1, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 11.1666, "x": 1, "y": 1 }
]
},
"throne/redeye01": {
"rotate": [
{ "time": 0, "angle": 0, "curve": "stepped" },
{ "time": 1.3, "angle": 0 },
{ "time": 1.8666, "angle": 5.72 },
{ "time": 2, "angle": 1.14 },
{ "time": 2.1333, "angle": 5.72 },
{ "time": 2.2666, "angle": 1.14 },
{ "time": 2.4, "angle": 5.72 },
{ "time": 2.5333, "angle": 1.14, "curve": "stepped" },
{ "time": 2.9, "angle": 1.14 },
{ "time": 6.1, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 2.9, "x": 0, "y": 0 },
{ "time": 3.4, "x": 6.68, "y": 0 },
{ "time": 6.1, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 2.9, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 6.1, "x": 1, "y": 1 }
]
},
"throne/redeye04": {
"rotate": [
{ "time": 0, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1 }
]
},
"throne/redlight": {
"rotate": [
{ "time": 0, "angle": 0, "curve": "stepped" },
{ "time": 11.1666, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 11.1666, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1 },
{ "time": 1.3, "x": 1.577, "y": 1.577 },
{ "time": 1.8666, "x": 0.731, "y": 0.731, "curve": "stepped" },
{ "time": 3.1, "x": 0.731, "y": 0.731 },
{ "time": 4.5666, "x": 1.506, "y": 1.506 },
{ "time": 5.2, "x": 0.731, "y": 0.731 },
{ "time": 8.1, "x": 1.43, "y": 1.43 },
{ "time": 9.6, "x": 0.739, "y": 0.739 },
{ "time": 11.1666, "x": 1, "y": 1 }
]
},
"throne/book": {
"rotate": [
{ "time": 0, "angle": 0, "curve": "stepped" },
{ "time": 11.1666, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0 },
{ "time": 4, "x": 0, "y": 7.68 },
{ "time": 8.1, "x": 0, "y": -5.59 },
{ "time": 11.1666, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 11.1666, "x": 1, "y": 1 }
]
},
"throne/pot": {
"rotate": [
{ "time": 0, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1 }
]
},
"throne/blackball": {
"rotate": [
{ "time": 0, "angle": 0, "curve": "stepped" },
{ "time": 3.1, "angle": 0, "curve": "stepped" },
{ "time": 11.1666, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0 },
{ "time": 0.5, "x": -5.76, "y": -3.57 },
{ "time": 0.8333, "x": 10.3, "y": -7.14 },
{ "time": 1.3, "x": 0, "y": -10.71 },
{ "time": 3.1, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 6.1, "x": 0, "y": 0 },
{ "time": 7.6, "x": 0, "y": -12.36 },
{ "time": 11.1666, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1 },
{ "time": 0.5, "x": 0.663, "y": 0.663 },
{ "time": 0.8333, "x": 0.887, "y": 0.887 },
{ "time": 1.3, "x": 0.543, "y": 0.543 },
{ "time": 3.1, "x": 1, "y": 1 },
{ "time": 6.1, "x": 1.327, "y": 1.327 },
{ "time": 6.2, "x": 1.136, "y": 1.136 },
{ "time": 6.3, "x": 1.37, "y": 1.37 },
{ "time": 6.4, "x": 1.152, "y": 1.152 },
{ "time": 6.5, "x": 1.327, "y": 1.327 },
{ "time": 6.6, "x": 1.136, "y": 1.136 },
{ "time": 6.7, "x": 1.37, "y": 1.37 },
{ "time": 6.8, "x": 1.152, "y": 1.152 },
{ "time": 6.9, "x": 1.327, "y": 1.327 },
{ "time": 7, "x": 1.136, "y": 1.136 },
{ "time": 7.1, "x": 1.37, "y": 1.37 },
{ "time": 7.2, "x": 1.152, "y": 1.152 },
{ "time": 7.3, "x": 1.327, "y": 1.327 },
{ "time": 7.4, "x": 1.136, "y": 1.136 },
{ "time": 7.5, "x": 1.37, "y": 1.37 },
{ "time": 7.6, "x": 1.152, "y": 1.152 },
{ "time": 9.2, "x": 1.327, "y": 1.327 },
{ "time": 9.3, "x": 1.136, "y": 1.136 },
{ "time": 9.4, "x": 1.37, "y": 1.37 },
{ "time": 9.5, "x": 1.152, "y": 1.152 },
{ "time": 9.6, "x": 1.327, "y": 1.327 },
{ "time": 9.7, "x": 1.136, "y": 1.136 },
{ "time": 9.8, "x": 1.37, "y": 1.37 },
{ "time": 9.9, "x": 1.152, "y": 1.152 },
{ "time": 10, "x": 1.327, "y": 1.327 },
{ "time": 10.1, "x": 1.136, "y": 1.136 },
{ "time": 10.2, "x": 1.37, "y": 1.37 },
{ "time": 10.3, "x": 1.152, "y": 1.152 },
{ "time": 10.4, "x": 1.327, "y": 1.327 },
{ "time": 10.5, "x": 1.136, "y": 1.136 },
{ "time": 10.6, "x": 1.37, "y": 1.37 },
{ "time": 10.7, "x": 1.152, "y": 1.152 },
{ "time": 11.1666, "x": 1, "y": 1 }
]
},
"throne/pot2": {
"rotate": [
{ "time": 0, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1 }
]
},
"throne/blackball2": {
"rotate": [
{ "time": 0, "angle": 0, "curve": "stepped" },
{ "time": 11.1666, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0 },
{ "time": 4, "x": 0, "y": -14.83 },
{ "time": 8.1, "x": 0, "y": 12.26 },
{ "time": 11.1666, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1 },
{ "time": 4, "x": 0.673, "y": 0.673 },
{ "time": 8.1, "x": 0.711, "y": 0.711 },
{ "time": 8.2, "x": 1.126, "y": 1.126 },
{ "time": 8.3, "x": 0.766, "y": 0.766 },
{ "time": 8.4, "x": 1.126, "y": 1.126 },
{ "time": 8.5, "x": 0.766, "y": 0.766 },
{ "time": 8.6, "x": 1.126, "y": 1.126 },
{ "time": 8.7, "x": 0.766, "y": 0.766 },
{ "time": 8.8, "x": 1.126, "y": 1.126 },
{ "time": 8.9, "x": 0.766, "y": 0.766 },
{ "time": 9, "x": 1.126, "y": 1.126 },
{ "time": 9.1, "x": 0.766, "y": 0.766 },
{ "time": 9.2, "x": 1.126, "y": 1.126 },
{ "time": 9.3, "x": 0.766, "y": 0.766 },
{ "time": 9.4, "x": 1.126, "y": 1.126 },
{ "time": 9.5, "x": 0.766, "y": 0.766 },
{ "time": 9.6, "x": 1.126, "y": 1.126 },
{ "time": 9.7, "x": 0.766, "y": 0.766 },
{ "time": 11.1666, "x": 1, "y": 1 }
]
},
"throne/chains01": {
"rotate": [
{ "time": 0, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1 }
]
},
"throne/chains1": {
"rotate": [
{ "time": 0, "angle": -1.69 },
{ "time": 0.8333, "angle": -1.58 },
{ "time": 5.2, "angle": 0.99 },
{ "time": 6.6, "angle": 1.7 },
{ "time": 10.6, "angle": -1.28 },
{ "time": 11.1666, "angle": -1.69 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 11.1666, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 11.1666, "x": 1, "y": 1 }
]
},
"bone": {
"rotate": [
{ "time": 0, "angle": -1.69 },
{ "time": 0.5, "angle": -2.03 },
{ "time": 1.3, "angle": -1.58 },
{ "time": 4.5666, "angle": 0.99 },
{ "time": 6.1, "angle": 1.7, "curve": "stepped" },
{ "time": 7.1, "angle": 1.7 },
{ "time": 10.6, "angle": -1.28 },
{ "time": 11.1666, "angle": -1.69 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 0.5, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 11.1666, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 0.5, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 11.1666, "x": 1, "y": 1 }
]
},
"bone2": {
"rotate": [
{ "time": 0, "angle": -1.69 },
{ "time": 0.5, "angle": -2.03 },
{ "time": 1.3, "angle": -1.58 },
{ "time": 4.5666, "angle": 0.99 },
{ "time": 6.1, "angle": 1.7, "curve": "stepped" },
{ "time": 7.1, "angle": 1.7 },
{ "time": 10.6, "angle": -1.28 },
{ "time": 11.1666, "angle": -1.69 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 0.5, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 11.1666, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 0.5, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 11.1666, "x": 1, "y": 1 }
]
},
"bone3": {
"rotate": [
{ "time": 0, "angle": -3.63 },
{ "time": 0.5, "angle": -3.98 },
{ "time": 1.3, "angle": -1.58 },
{ "time": 4.5666, "angle": 0.99 },
{ "time": 6.1, "angle": 1.7, "curve": "stepped" },
{ "time": 7.1, "angle": 1.7 },
{ "time": 7.6, "angle": 2.37 },
{ "time": 10.6, "angle": -1.28 },
{ "time": 11.1666, "angle": -3.63 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 0.5, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 11.1666, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 0.5, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 11.1666, "x": 1, "y": 1 }
]
},
"bone4": {
"rotate": [
{ "time": 0, "angle": -3.63 },
{ "time": 0.5, "angle": -3.98 },
{ "time": 1.3, "angle": -1.58 },
{ "time": 4.5666, "angle": 0.99 },
{ "time": 6.1, "angle": 1.7, "curve": "stepped" },
{ "time": 7.1, "angle": 1.7 },
{ "time": 7.6, "angle": 2.37 },
{ "time": 10.6, "angle": -1.28 },
{ "time": 11.1666, "angle": -3.63 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 0.5, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 11.1666, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 0.5, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 11.1666, "x": 1, "y": 1 }
]
},
"bone5": {
"rotate": [
{ "time": 0, "angle": -3.63 },
{ "time": 0.5, "angle": -3.98 },
{ "time": 1.3, "angle": -1.58 },
{ "time": 4.5666, "angle": 0.99 },
{ "time": 6.1, "angle": 1.7, "curve": "stepped" },
{ "time": 7.1, "angle": 1.7 },
{ "time": 7.6, "angle": 2.37 },
{ "time": 10.6, "angle": -1.28 },
{ "time": 11.1666, "angle": -3.63 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 0.5, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 11.1666, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 0.5, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 11.1666, "x": 1, "y": 1 }
]
},
"throne/chains02": {
"rotate": [
{ "time": 0, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1 }
]
},
"throne/chains2": {
"rotate": [
{ "time": 0, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1 }
]
},
"throne/chains3": {
"rotate": [
{ "time": 0, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1 }
]
},
"throne/chains03": {
"rotate": [
{ "time": 0, "angle": 0, "curve": "stepped" },
{ "time": 0.6666, "angle": 0 },
{ "time": 0.9666, "angle": -5.88 },
{ "time": 1.3333, "angle": -0.47 },
{ "time": 1.5666, "angle": 3.97 },
{ "time": 1.8333, "angle": 4.69 },
{ "time": 2.1333, "angle": -7.26 },
{ "time": 2.3666, "angle": -8.81 },
{ "time": 2.5333, "angle": -8.49 },
{ "time": 3.0333, "angle": -0.47 },
{ "time": 3.2333, "angle": 3.97 },
{ "time": 3.4333, "angle": 4.69 },
{ "time": 3.6666, "angle": 0 },
{ "time": 4, "angle": -5.88 },
{ "time": 4.3, "angle": -0.47 },
{ "time": 4.5, "angle": 3.97 },
{ "time": 4.7, "angle": 4.69 },
{ "time": 5, "angle": -7.26 },
{ "time": 5.2, "angle": -8.81 },
{ "time": 5.4, "angle": -8.49 },
{ "time": 5.7, "angle": -0.47 },
{ "time": 5.9, "angle": 3.97 },
{ "time": 6.1, "angle": 4.69 },
{ "time": 6.5, "angle": 0, "curve": "stepped" },
{ "time": 9.3333, "angle": 0 },
{ "time": 9.6, "angle": -5.88 },
{ "time": 9.9, "angle": -0.47 },
{ "time": 10.1, "angle": 3.97 },
{ "time": 10.3, "angle": 4.69 },
{ "time": 10.6, "angle": -7.26 },
{ "time": 10.8, "angle": -8.81 },
{ "time": 10.9333, "angle": -8.49 },
{ "time": 11.0666, "angle": 4.69 },
{ "time": 11.1666, "angle": -0.47 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 0.6666, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 3.6666, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 6.5, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 9.3333, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 11.1666, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 0.6666, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 3.6666, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 6.5, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 9.3333, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 11.1666, "x": 1, "y": 1 }
]
},
"throne/chains4": {
"rotate": [
{ "time": 0, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1 }
]
},
"throne/chains5": {
"rotate": [
{ "time": 0, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1 }
]
},
"throne/chains6": {
"rotate": [
{ "time": 0, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1 }
]
},
"throne/chains7": {
"rotate": [
{ "time": 0, "angle": 0, "curve": "stepped" },
{ "time": 0.9666, "angle": 0 },
{ "time": 1.4333, "angle": -5.88 },
{ "time": 1.7333, "angle": -0.47 },
{ "time": 2, "angle": 3.97 },
{ "time": 2.2666, "angle": 4.69 },
{ "time": 2.6666, "angle": -7.26 },
{ "time": 2.9, "angle": -8.81 },
{ "time": 3.1, "angle": -8.49 },
{ "time": 3.2333, "angle": -0.47 },
{ "time": 3.4, "angle": 3.97 },
{ "time": 3.6333, "angle": 4.69 },
{ "time": 4.1333, "angle": 0, "curve": "stepped" },
{ "time": 7.1, "angle": 0 },
{ "time": 7.6, "angle": -5.88 },
{ "time": 7.9, "angle": -0.47 },
{ "time": 8.1, "angle": 3.97 },
{ "time": 8.3, "angle": 4.69 },
{ "time": 8.6, "angle": -7.26 },
{ "time": 8.8, "angle": -8.81 },
{ "time": 9, "angle": -8.49 },
{ "time": 9.3, "angle": -0.47 },
{ "time": 9.5, "angle": 3.97 },
{ "time": 9.7, "angle": 4.69 },
{ "time": 10.1, "angle": 0, "curve": "stepped" },
{ "time": 11.1666, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 0.9666, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 4.1333, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 7.1, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 10.1, "x": 0, "y": 0, "curve": "stepped" },
{ "time": 11.1666, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 0.9666, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 4.1333, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 7.1, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 10.1, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 11.1666, "x": 1, "y": 1 }
]
},
"throne/chains_light": {
"rotate": [
{ "time": 0, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1 }
]
},
"throne/chains_light2": {
"rotate": [
{ "time": 0, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1 }
]
},
"throne/chains_light3": {
"rotate": [
{ "time": 0, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1 }
]
},
"throne/stage_light3": {
"rotate": [
{ "time": 0, "angle": 0, "curve": "stepped" },
{ "time": 6.1, "angle": 0 }
],
"translate": [
{ "time": 0, "x": 0, "y": 0 },
{ "time": 3.1, "x": -23.26, "y": 0 },
{ "time": 6.1, "x": 0, "y": 0 }
],
"scale": [
{ "time": 0, "x": 1, "y": 1 },
{ "time": 3.1, "x": 1.446, "y": 1 },
{ "time": 6.1, "x": 1, "y": 1 }
]
}
}
}
}
}
|