aboutsummaryrefslogtreecommitdiffstats
path: root/Assets/Sprites/Player/Warrior/SpriteSheet/Warrior_Sheet-Effect.png.meta
blob: c9a25da2aa6b7682be6aa75c5cf42830fa92f4ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
fileFormatVersion: 2
guid: 3b791d7a0c83b4744a7719bc8272a0f5
TextureImporter:
  internalIDToNameTable: []
  externalObjects: {}
  serializedVersion: 11
  mipmaps:
    mipMapMode: 0
    enableMipMap: 0
    sRGBTexture: 1
    linearTexture: 0
    fadeOut: 0
    borderMipMap: 0
    mipMapsPreserveCoverage: 0
    alphaTestReferenceValue: 0.5
    mipMapFadeDistanceStart: 1
    mipMapFadeDistanceEnd: 3
  bumpmap:
    convertToNormalMap: 0
    externalNormalMap: 0
    heightScale: 0.25
    normalMapFilter: 0
  isReadable: 0
  streamingMipmaps: 0
  streamingMipmapsPriority: 0
  vTOnly: 0
  ignoreMasterTextureLimit: 0
  grayScaleToAlpha: 0
  generateCubemap: 6
  cubemapConvolution: 0
  seamlessCubemap: 0
  textureFormat: 1
  maxTextureSize: 2048
  textureSettings:
    serializedVersion: 2
    filterMode: 1
    aniso: 1
    mipBias: 0
    wrapU: 1
    wrapV: 1
    wrapW: 1
  nPOTScale: 0
  lightmap: 0
  compressionQuality: 50
  spriteMode: 2
  spriteExtrude: 1
  spriteMeshType: 1
  alignment: 0
  spritePivot: {x: 0.5, y: 0.5}
  spritePixelsToUnits: 69
  spriteBorder: {x: 0, y: 0, z: 0, w: 0}
  spriteGenerateFallbackPhysicsShape: 1
  alphaUsage: 1
  alphaIsTransparency: 1
  spriteTessellationDetail: -1
  textureType: 8
  textureShape: 1
  singleChannelComponent: 0
  flipbookRows: 1
  flipbookColumns: 1
  maxTextureSizeSet: 0
  compressionQualitySet: 0
  textureFormatSet: 0
  ignorePngGamma: 0
  applyGammaDecoding: 0
  platformSettings:
  - serializedVersion: 3
    buildTarget: DefaultTexturePlatform
    maxTextureSize: 2048
    resizeAlgorithm: 0
    textureFormat: -1
    textureCompression: 1
    compressionQuality: 50
    crunchedCompression: 0
    allowsAlphaSplitting: 0
    overridden: 0
    androidETC2FallbackOverride: 0
    forceMaximumCompressionQuality_BC6H_BC7: 0
  - serializedVersion: 3
    buildTarget: Standalone
    maxTextureSize: 2048
    resizeAlgorithm: 0
    textureFormat: -1
    textureCompression: 1
    compressionQuality: 50
    crunchedCompression: 0
    allowsAlphaSplitting: 0
    overridden: 0
    androidETC2FallbackOverride: 0
    forceMaximumCompressionQuality_BC6H_BC7: 0
  - serializedVersion: 3
    buildTarget: Server
    maxTextureSize: 2048
    resizeAlgorithm: 0
    textureFormat: -1
    textureCompression: 1
    compressionQuality: 50
    crunchedCompression: 0
    allowsAlphaSplitting: 0
    overridden: 0
    androidETC2FallbackOverride: 0
    forceMaximumCompressionQuality_BC6H_BC7: 0
  spriteSheet:
    serializedVersion: 2
    sprites:
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_0
      rect:
        serializedVersion: 2
        x: 0
        y: 704
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 204b4cfd3e4f22d4f8ca543bd1e6e8d0
      internalID: -195561793
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_1
      rect:
        serializedVersion: 2
        x: 69
        y: 704
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: e842fa209d7f487429248bc64083edf4
      internalID: -1293060359
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_2
      rect:
        serializedVersion: 2
        x: 138
        y: 704
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 209bc9604cf16014bbda90b65bdbff26
      internalID: 1982743532
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_3
      rect:
        serializedVersion: 2
        x: 207
        y: 704
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 35409c696ea1923499d038618e9e1ed7
      internalID: -852417060
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_4
      rect:
        serializedVersion: 2
        x: 276
        y: 704
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 9e127eb8257baba4ab15cdaf3ce8ab31
      internalID: -139703634
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_5
      rect:
        serializedVersion: 2
        x: 345
        y: 704
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 3a4b95f0488e14b41bac646d6ceb50a2
      internalID: 1723480216
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_6
      rect:
        serializedVersion: 2
        x: 0
        y: 660
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 212f7c7a966110f419639d2cc9ce51e2
      internalID: 685961890
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_7
      rect:
        serializedVersion: 2
        x: 69
        y: 660
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 25c1ccafe1be23845ace97e818645cd1
      internalID: -2104571124
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_8
      rect:
        serializedVersion: 2
        x: 138
        y: 660
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 8f96a2c2537e40442802db9e62e55015
      internalID: 1870374633
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_9
      rect:
        serializedVersion: 2
        x: 207
        y: 660
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 2232efafb19151f4e83341ce289dd7c4
      internalID: 789786565
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_10
      rect:
        serializedVersion: 2
        x: 276
        y: 660
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 0ab63a1716da4094896a35f3d09c561b
      internalID: 449039068
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_11
      rect:
        serializedVersion: 2
        x: 345
        y: 660
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 062d397a630ef534a8f4fc71a3942845
      internalID: 717652350
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_12
      rect:
        serializedVersion: 2
        x: 0
        y: 616
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: ed455bc7efc965c44963e088955a849a
      internalID: 2038189573
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_13
      rect:
        serializedVersion: 2
        x: 69
        y: 616
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 83100dcdbd9868d40a2c3c4d79c874ae
      internalID: -413281716
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_14
      rect:
        serializedVersion: 2
        x: 138
        y: 616
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: ff607948ea29bb842a1faacf7131d9d8
      internalID: 496139976
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_15
      rect:
        serializedVersion: 2
        x: 207
        y: 616
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 2996d6f4190c27343adb75ef1351f562
      internalID: 128397277
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_16
      rect:
        serializedVersion: 2
        x: 276
        y: 616
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 611d8a9840ca4724abb61d8fa1b78179
      internalID: -1322897198
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_17
      rect:
        serializedVersion: 2
        x: 345
        y: 616
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 3028a3acbbb27d44898634f35c4244db
      internalID: 1556593313
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_18
      rect:
        serializedVersion: 2
        x: 0
        y: 572
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: d809b54bf54424747b2273a1e4000dcb
      internalID: -532204293
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_19
      rect:
        serializedVersion: 2
        x: 69
        y: 572
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 65ea67753e98dbc4f84346f09724904e
      internalID: 227042791
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_20
      rect:
        serializedVersion: 2
        x: 138
        y: 572
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 92ab2b013f4d53c48a1c871131e97d08
      internalID: -77255715
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_21
      rect:
        serializedVersion: 2
        x: 207
        y: 572
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 47106ae7a09f02b40a9cfd7ebd00575c
      internalID: -51401243
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_22
      rect:
        serializedVersion: 2
        x: 276
        y: 572
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 8304a14fa4e94af4aa2d39f4b089b646
      internalID: -1652917813
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_23
      rect:
        serializedVersion: 2
        x: 345
        y: 572
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 8d9058c530c36ef43a979213b185c16a
      internalID: -1193859337
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_24
      rect:
        serializedVersion: 2
        x: 0
        y: 528
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 6ee58ff97c2839d41b0657bba845160f
      internalID: 102369694
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_25
      rect:
        serializedVersion: 2
        x: 69
        y: 528
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: de63a1365fe144141aba2b5c47779d8e
      internalID: 294440189
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_26
      rect:
        serializedVersion: 2
        x: 138
        y: 528
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: b94159687853d6442905161ba1a5994f
      internalID: -1896470152
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_27
      rect:
        serializedVersion: 2
        x: 207
        y: 528
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: bbfb1639bbef6974e8ab1898eb957839
      internalID: 453925132
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_28
      rect:
        serializedVersion: 2
        x: 276
        y: 528
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 70d7a4010fedbc446a12bd7fb95c5ffa
      internalID: 1271495278
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_29
      rect:
        serializedVersion: 2
        x: 345
        y: 528
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: cbab58476bd092944b6fa3ef7ca82ce5
      internalID: -651088567
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_30
      rect:
        serializedVersion: 2
        x: 0
        y: 484
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 27fd133c99e07034fbb08d0e405309a4
      internalID: 1088156524
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_31
      rect:
        serializedVersion: 2
        x: 69
        y: 484
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: c5953d97b1115294b8a20433490af59d
      internalID: 102979284
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_32
      rect:
        serializedVersion: 2
        x: 138
        y: 484
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: e4767194c8d22f044aac624249665b85
      internalID: 1458191114
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_33
      rect:
        serializedVersion: 2
        x: 207
        y: 484
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 3d5f32bd5fa794f498eba1a2bb79e781
      internalID: -1985491188
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_34
      rect:
        serializedVersion: 2
        x: 276
        y: 484
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: c21d5e79ebe8d4948ac678df5382a874
      internalID: 826697151
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_35
      rect:
        serializedVersion: 2
        x: 345
        y: 484
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: b484832764d888047a3ab249ebb7ae38
      internalID: -51720300
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_36
      rect:
        serializedVersion: 2
        x: 0
        y: 440
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 0a502e6fa6787614881e781bb8240187
      internalID: 1796887881
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_37
      rect:
        serializedVersion: 2
        x: 69
        y: 440
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 36f0025f9db034848b03fa363a7d3a40
      internalID: -782186299
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_38
      rect:
        serializedVersion: 2
        x: 138
        y: 440
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: b87804f407dbf6a489596ec0a7954620
      internalID: 1820283413
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_39
      rect:
        serializedVersion: 2
        x: 207
        y: 440
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: b0d3e9bba18350b48a6157b023c0fdd0
      internalID: -1438955433
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_40
      rect:
        serializedVersion: 2
        x: 276
        y: 440
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 6da7c97d9ed7d834fa4e4ba3387198ce
      internalID: 916441367
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_41
      rect:
        serializedVersion: 2
        x: 345
        y: 440
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 388c6c0df147ec54794b5dd24e4806e7
      internalID: 20365159
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_42
      rect:
        serializedVersion: 2
        x: 0
        y: 396
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 6c9c2739cf3d30040930c7e72dd4a7e6
      internalID: -1628172608
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_43
      rect:
        serializedVersion: 2
        x: 69
        y: 396
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 796b3dfa8ee7239418abc40143a05bfc
      internalID: -1681774438
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_44
      rect:
        serializedVersion: 2
        x: 138
        y: 396
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: fe7d9bad6b5c23e40889762e59928cbd
      internalID: 1974662088
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_45
      rect:
        serializedVersion: 2
        x: 207
        y: 396
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 2e869af1995fbfd4c9a6ee546ab1492a
      internalID: 640078585
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_46
      rect:
        serializedVersion: 2
        x: 276
        y: 396
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 8347886f34bb2734795090016e6cd64a
      internalID: 964757710
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_47
      rect:
        serializedVersion: 2
        x: 345
        y: 396
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 8a26067c81221cd478d43b078f11e633
      internalID: 2067516051
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_48
      rect:
        serializedVersion: 2
        x: 0
        y: 352
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: b4737973e2b6baf47b014cc7d85174f1
      internalID: 1304887711
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_49
      rect:
        serializedVersion: 2
        x: 69
        y: 352
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 9ab5d7294108b6744813aec97c7b5f5c
      internalID: 1936847666
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_50
      rect:
        serializedVersion: 2
        x: 138
        y: 352
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 9d20077ab5e48d748a7bd2c7f7fa582e
      internalID: 1210875753
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_51
      rect:
        serializedVersion: 2
        x: 207
        y: 352
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 5b7e555e5a86f9c429c8a2d0e3020aa3
      internalID: -1295453536
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_52
      rect:
        serializedVersion: 2
        x: 276
        y: 352
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 07f9f3e1843cde44a84eeabbf9f17f9e
      internalID: -1486217867
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_53
      rect:
        serializedVersion: 2
        x: 345
        y: 352
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 9bd474ffbab39784c95806dce8e922cb
      internalID: -959172628
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_54
      rect:
        serializedVersion: 2
        x: 0
        y: 308
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 39773be1e1c3ad442af06bfa4e82f354
      internalID: -72858641
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_55
      rect:
        serializedVersion: 2
        x: 69
        y: 308
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 8478f6347e4587b4094679e1d3e6ef08
      internalID: -1378754742
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_56
      rect:
        serializedVersion: 2
        x: 138
        y: 308
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 0339b9c287d50ee42ba601caa6da9cce
      internalID: -1386311304
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_57
      rect:
        serializedVersion: 2
        x: 207
        y: 308
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 59469765a08231e499f1d408f1cfc456
      internalID: 1913693073
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_58
      rect:
        serializedVersion: 2
        x: 276
        y: 308
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: aec334d120ae2524d8c31ea7c8f05bf2
      internalID: 218505477
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_59
      rect:
        serializedVersion: 2
        x: 345
        y: 308
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 02c0eaba7baa8654ebfed0196ff0c9c7
      internalID: 162140775
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_60
      rect:
        serializedVersion: 2
        x: 0
        y: 264
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 67e0e3ddd2bd6a9488390db1b014f074
      internalID: -1317833672
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_61
      rect:
        serializedVersion: 2
        x: 69
        y: 264
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: ff8410895d1e001408bedb2e25f2776f
      internalID: -667509180
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_62
      rect:
        serializedVersion: 2
        x: 138
        y: 264
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: d0b1247b0a4702c48a41dadd9b47a467
      internalID: 373989632
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_63
      rect:
        serializedVersion: 2
        x: 207
        y: 264
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 82058059977f390458af5215cb1e3294
      internalID: -330476828
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_64
      rect:
        serializedVersion: 2
        x: 276
        y: 264
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: b19637e7958c42240b45f782b72bf4c0
      internalID: -212534755
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_65
      rect:
        serializedVersion: 2
        x: 345
        y: 264
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 2b107564fa8da134391a0c2147cc0c07
      internalID: 1378074046
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_66
      rect:
        serializedVersion: 2
        x: 0
        y: 220
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: adf51527e4ca131439669bfe534b4f75
      internalID: 953824902
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_67
      rect:
        serializedVersion: 2
        x: 69
        y: 220
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 1799334d48ccdb74c9a072017d32491b
      internalID: -1997364110
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_68
      rect:
        serializedVersion: 2
        x: 138
        y: 220
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: cf2026bcc2475b249a6e2a570a6bdf3e
      internalID: -1962939883
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_69
      rect:
        serializedVersion: 2
        x: 207
        y: 220
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 95d2858a23627fe468bf1f617d96ad01
      internalID: 1206173502
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_70
      rect:
        serializedVersion: 2
        x: 276
        y: 220
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 55dd086d877f1cf4cae380b73ab590b5
      internalID: -1107044794
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_71
      rect:
        serializedVersion: 2
        x: 345
        y: 220
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: de76566abc587bf4ab5dcb7721181496
      internalID: -1728493966
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_72
      rect:
        serializedVersion: 2
        x: 0
        y: 176
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: a17eb968a94c4bc47a10a70ad19e4456
      internalID: -1282497314
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_73
      rect:
        serializedVersion: 2
        x: 69
        y: 176
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: d79440864901d814fad88612e45ddd4c
      internalID: 186347072
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_74
      rect:
        serializedVersion: 2
        x: 138
        y: 176
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 6dea217dc4a5dcb489a1fe21b1b2322a
      internalID: -1357095599
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_75
      rect:
        serializedVersion: 2
        x: 207
        y: 176
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 2db304bf48498be45b21ced2502214f0
      internalID: -407289086
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_76
      rect:
        serializedVersion: 2
        x: 276
        y: 176
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 47955f6c5bfc4ce4c8ec1e5830c777d0
      internalID: 1462457438
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_77
      rect:
        serializedVersion: 2
        x: 345
        y: 176
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 9995c5c2772b749439e56e20c14cbdc7
      internalID: -1072784935
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_78
      rect:
        serializedVersion: 2
        x: 0
        y: 132
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 6e391619d381e79419779d1947dd3805
      internalID: -830641574
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_79
      rect:
        serializedVersion: 2
        x: 69
        y: 132
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 3d1266c3ffc4b9d45ab8176db0a74268
      internalID: -2075172446
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_80
      rect:
        serializedVersion: 2
        x: 138
        y: 132
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: c17f7de11b132f840a67de73c183aef3
      internalID: -882279975
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_81
      rect:
        serializedVersion: 2
        x: 207
        y: 132
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 79dd04b18e987de4fb6d8429ec07a7f6
      internalID: -1352045514
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_82
      rect:
        serializedVersion: 2
        x: 276
        y: 132
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 510122c3d4e29144589cd1debc65f5aa
      internalID: 1643013854
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_83
      rect:
        serializedVersion: 2
        x: 345
        y: 132
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 545a4a76e97296b4eabf649136a6d265
      internalID: 721325818
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_84
      rect:
        serializedVersion: 2
        x: 0
        y: 88
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 45c0c58261f73be418aadd63420f99aa
      internalID: -1500944629
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_85
      rect:
        serializedVersion: 2
        x: 69
        y: 88
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: a83dcb73541ce2c47b6baa75c602f094
      internalID: 523925200
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_86
      rect:
        serializedVersion: 2
        x: 138
        y: 88
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 6bd2930fd2e67d440b5f762f4e0f8412
      internalID: 693484415
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_87
      rect:
        serializedVersion: 2
        x: 207
        y: 88
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 437f9fef98226044a8bfb19234d8b207
      internalID: -1977923164
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_88
      rect:
        serializedVersion: 2
        x: 276
        y: 88
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 97d7ed7517ddfa04caae41faeeacdddf
      internalID: -1991113050
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_89
      rect:
        serializedVersion: 2
        x: 345
        y: 88
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 96f2f211ec87b3c4ab646bfefdf5fae9
      internalID: 165597054
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_90
      rect:
        serializedVersion: 2
        x: 0
        y: 44
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 4c723ed8a75bbca4986abe8363b093be
      internalID: 445863429
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_91
      rect:
        serializedVersion: 2
        x: 69
        y: 44
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 8dbe9693c86c2784caa1937fb2ae1a7f
      internalID: 840850819
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_92
      rect:
        serializedVersion: 2
        x: 138
        y: 44
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: c5ca7d1d78104024787c2857b631d689
      internalID: -1552117917
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_93
      rect:
        serializedVersion: 2
        x: 207
        y: 44
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 048a672f65c73554fa96083fb25c537c
      internalID: -1440341162
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_94
      rect:
        serializedVersion: 2
        x: 276
        y: 44
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 4187076fb95532e46a24977c59b815c8
      internalID: 1483331492
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_95
      rect:
        serializedVersion: 2
        x: 345
        y: 44
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: d6f9bb823b53c4449af7bcd922bd7868
      internalID: -1528795459
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_96
      rect:
        serializedVersion: 2
        x: 0
        y: 0
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: 5ac31a22fc23822498853e24606b2326
      internalID: 1576340437
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_97
      rect:
        serializedVersion: 2
        x: 69
        y: 0
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: a65a49c094801394fae4ca3369d9f9ec
      internalID: 317029526
      vertices: []
      indices: 
      edges: []
      weights: []
    - serializedVersion: 2
      name: Warrior_Sheet-Effect_98
      rect:
        serializedVersion: 2
        x: 138
        y: 0
        width: 69
        height: 44
      alignment: 0
      pivot: {x: 0, y: 0}
      border: {x: 0, y: 0, z: 0, w: 0}
      outline: []
      physicsShape: []
      tessellationDetail: 0
      bones: []
      spriteID: dd808131df94e0444812636f522e6342
      internalID: -1003772139
      vertices: []
      indices: 
      edges: []
      weights: []
    outline: []
    physicsShape: []
    bones: []
    spriteID: 5e97eb03825dee720800000000000000
    internalID: 0
    vertices: []
    indices: 
    edges: []
    weights: []
    secondaryTextures: []
    nameFileIdTable:
      Warrior_Sheet-Effect_19: 227042791
      Warrior_Sheet-Effect_3: -852417060
      Warrior_Sheet-Effect_88: -1991113050
      Warrior_Sheet-Effect_17: 1556593313
      Warrior_Sheet-Effect_40: 916441367
      Warrior_Sheet-Effect_35: -51720300
      Warrior_Sheet-Effect_79: -2075172446
      Warrior_Sheet-Effect_23: -1193859337
      Warrior_Sheet-Effect_42: -1628172608
      Warrior_Sheet-Effect_58: 218505477
      Warrior_Sheet-Effect_86: 693484415
      Warrior_Sheet-Effect_56: -1386311304
      Warrior_Sheet-Effect_46: 964757710
      Warrior_Sheet-Effect_47: 2067516051
      Warrior_Sheet-Effect_41: 20365159
      Warrior_Sheet-Effect_55: -1378754742
      Warrior_Sheet-Effect_12: 2038189573
      Warrior_Sheet-Effect_9: 789786565
      Warrior_Sheet-Effect_20: -77255715
      Warrior_Sheet-Effect_11: 717652350
      Warrior_Sheet-Effect_91: 840850819
      Warrior_Sheet-Effect_73: 186347072
      Warrior_Sheet-Effect_62: 373989632
      Warrior_Sheet-Effect_93: -1440341162
      Warrior_Sheet-Effect_53: -959172628
      Warrior_Sheet-Effect_28: 1271495278
      Warrior_Sheet-Effect_75: -407289086
      Warrior_Sheet-Effect_64: -212534755
      Warrior_Sheet-Effect_71: -1728493966
      Warrior_Sheet-Effect_44: 1974662088
      Warrior_Sheet-Effect_97: 317029526
      Warrior_Sheet-Effect_0: -195561793
      Warrior_Sheet-Effect_27: 453925132
      Warrior_Sheet-Effect_10: 449039068
      Warrior_Sheet-Effect_37: -782186299
      Warrior_Sheet-Effect_45: 640078585
      Warrior_Sheet-Effect_34: 826697151
      Warrior_Sheet-Effect_89: 165597054
      Warrior_Sheet-Effect_96: 1576340437
      Warrior_Sheet-Effect_83: 721325818
      Warrior_Sheet-Effect_57: 1913693073
      Warrior_Sheet-Effect_2: 1982743532
      Warrior_Sheet-Effect_14: 496139976
      Warrior_Sheet-Effect_87: -1977923164
      Warrior_Sheet-Effect_29: -651088567
      Warrior_Sheet-Effect_59: 162140775
      Warrior_Sheet-Effect_18: -532204293
      Warrior_Sheet-Effect_43: -1681774438
      Warrior_Sheet-Effect_51: -1295453536
      Warrior_Sheet-Effect_33: -1985491188
      Warrior_Sheet-Effect_52: -1486217867
      Warrior_Sheet-Effect_77: -1072784935
      Warrior_Sheet-Effect_49: 1936847666
      Warrior_Sheet-Effect_22: -1652917813
      Warrior_Sheet-Effect_48: 1304887711
      Warrior_Sheet-Effect_67: -1997364110
      Warrior_Sheet-Effect_31: 102979284
      Warrior_Sheet-Effect_1: -1293060359
      Warrior_Sheet-Effect_81: -1352045514
      Warrior_Sheet-Effect_90: 445863429
      Warrior_Sheet-Effect_24: 102369694
      Warrior_Sheet-Effect_68: -1962939883
      Warrior_Sheet-Effect_74: -1357095599
      Warrior_Sheet-Effect_85: 523925200
      Warrior_Sheet-Effect_63: -330476828
      Warrior_Sheet-Effect_5: 1723480216
      Warrior_Sheet-Effect_13: -413281716
      Warrior_Sheet-Effect_36: 1796887881
      Warrior_Sheet-Effect_32: 1458191114
      Warrior_Sheet-Effect_65: 1378074046
      Warrior_Sheet-Effect_30: 1088156524
      Warrior_Sheet-Effect_61: -667509180
      Warrior_Sheet-Effect_72: -1282497314
      Warrior_Sheet-Effect_98: -1003772139
      Warrior_Sheet-Effect_76: 1462457438
      Warrior_Sheet-Effect_82: 1643013854
      Warrior_Sheet-Effect_15: 128397277
      Warrior_Sheet-Effect_25: 294440189
      Warrior_Sheet-Effect_50: 1210875753
      Warrior_Sheet-Effect_38: 1820283413
      Warrior_Sheet-Effect_26: -1896470152
      Warrior_Sheet-Effect_8: 1870374633
      Warrior_Sheet-Effect_6: 685961890
      Warrior_Sheet-Effect_39: -1438955433
      Warrior_Sheet-Effect_66: 953824902
      Warrior_Sheet-Effect_78: -830641574
      Warrior_Sheet-Effect_7: -2104571124
      Warrior_Sheet-Effect_16: -1322897198
      Warrior_Sheet-Effect_21: -51401243
      Warrior_Sheet-Effect_92: -1552117917
      Warrior_Sheet-Effect_95: -1528795459
      Warrior_Sheet-Effect_60: -1317833672
      Warrior_Sheet-Effect_69: 1206173502
      Warrior_Sheet-Effect_54: -72858641
      Warrior_Sheet-Effect_70: -1107044794
      Warrior_Sheet-Effect_94: 1483331492
      Warrior_Sheet-Effect_84: -1500944629
      Warrior_Sheet-Effect_4: -139703634
      Warrior_Sheet-Effect_80: -882279975
  spritePackingTag: 
  pSDRemoveMatte: 0
  pSDShowRemoveMatteOption: 0
  userData: 
  assetBundleName: 
  assetBundleVariant: