]> Dogcows Code - chaz/yoink/blob - data/animations/AlienWarrior.json
15d28cf894cf40d788f51f21372f5e663d032a3c
[chaz/yoink] / data / animations / AlienWarrior.json
1 {
2 "Stand": {
3 "type": "Stand",
4 "delay": 1,
5 "frames": [
6 {
7 "index": 0,
8 "duration": 2
9 },
10 {
11 "index": 1,
12 "duration": 0.25
13 },
14 {
15 "index": 2,
16 "duration": 2
17 },
18 {
19 "index": 1,
20 "duration": 0.25
21 }
22 ]
23 },
24 "Run": {
25 "type": "Run",
26 "delay": 0.25,
27 "frames": [
28 {
29 "index": 3
30 },
31 {
32 "index": 4
33 },
34 {
35 "index": 5
36 },
37 {
38 "index": 6
39 }
40 ]
41 },
42 "StopRunning": {
43 "type": "Stand",
44 "next": "Stand",
45 "delay": 10,
46 "loop": true,
47 "frames": [
48 {
49 "index": 7
50 }
51 ]
52 },
53 "Jump": {
54 "type": "Jump",
55 "next": "FlyDiagonallyUp",
56 "delay": 0.25,
57 "frames": [
58 {
59 "index": 17
60 }
61 ]
62 },
63 "Land": {
64 "type": "Stand",
65 "next": "Stand",
66 "delay": 1,
67 "loop": true,
68 "frames": [
69 {
70 "index": 13,
71 "duration": 0.25
72 }
73 ]
74 },
75 "FlyDiagonallyUp": {
76 "type": "Fly",
77 "delay": 0.1,
78 "frames": [
79 {
80 "index": 18
81 }
82 ]
83 },
84 "FlyDiagonallyDown": {
85 "type": "Fly",
86 "delay": 0.1,
87 "frames": [
88 {
89 "index": 19
90 }
91 ]
92 },
93 "FlyStraightUp": {
94 "type": "Fly",
95 "delay": 0.1,
96 "frames": [
97 {
98 "index": 19
99 }
100 ]
101 },
102 "FlyHorizontally": {
103 "type": "Fly",
104 "frames": [
105 {
106 "index": 3
107 }
108 ]
109 },
110 "Punch": {
111 "type": "Attack",
112 "delay": 0.2,
113 "frames": [
114 {
115 "index": 8
116 },
117 {
118 "index": 9
119 }
120 ]
121 },
122 "StartFiring": {
123 "type": "Attack",
124 "next": "Fire",
125 "delay": 0.1,
126 "frames": [
127 {
128 "index": 0
129 },
130 {
131 "index": 8
132 }
133 ]
134 },
135 "Fire": {
136 "type": "Attack",
137 "delay": 1,
138 "frames": [
139 {
140 "index": 10,
141 "duration": 0.2
142 },
143 {
144 "index": 11,
145 "duration": 0.2
146 }
147 ]
148 },
149 "StopFiring": {
150 "type": "Attack",
151 "next": "Stand",
152 "delay": 0.1,
153 "frames": [
154 {
155 "index": 8
156 },
157 {
158 "index": 0
159 }
160 ]
161 },
162 "KnockedDown": {
163 "type": "Hit",
164 "delay": 0.1,
165 "loop": true,
166 "frames": [
167 {
168 "index": 16
169 },
170 {
171 "index": 15
172 }
173 ]
174 },
175 "Flattened": {
176 "type": "Hit",
177 "delay": 1,
178 "frames": [
179 {
180 "index": 13
181 }
182 ]
183 }
184 }
This page took 0.03505 seconds and 3 git commands to generate.