]> Dogcows Code - chaz/yoink/blob - data/animations/Heroine.json
fixed up video and texture handling
[chaz/yoink] / data / animations / Heroine.json
1 {
2 "Stand":
3 {
4 "type": "Stand",
5 "delay": 1,
6 "frames":
7 [
8 {
9 "index": 1,
10 "duration": 4
11 },
12 {
13 "index": 3,
14 "duration": 0.1
15 },
16 {
17 "index": 1,
18 "duration": 0.1
19 },
20 {
21 "index": 3,
22 "duration": 0.1
23 },
24 {
25 "index": 1,
26 "duration": 2
27 },
28 {
29 "index": 0,
30 "duration": 2
31 },
32 {
33 "index": 1,
34 "duration": 0.1
35 },
36 {
37 "index": 2,
38 "duration": 2
39 },
40 {
41 "index": 1,
42 "duration": 3
43 },
44 {
45 "index": 3,
46 "duration": 0.1
47 },
48 {
49 "index": 1,
50 "duration": 0.1
51 },
52 {
53 "index": 3,
54 "duration": 0.1
55 },
56 {
57 "index": 1,
58 "duration": 2
59 },
60 {
61 "index": 0,
62 "duration": 4
63 },
64 {
65 "index": 1,
66 "duration": 0.1
67 },
68 {
69 "index": 2,
70 "duration": 3
71 },
72 {
73 "index": 1,
74 "duration": 0.1
75 },
76 {
77 "index": 0,
78 "duration": 1
79 },
80 {
81 "index": 1,
82 "duration": 2
83 },
84 {
85 "index": 3,
86 "duration": 0.1
87 },
88 {
89 "index": 1,
90 "duration": 0.1
91 },
92 {
93 "index": 3,
94 "duration": 0.1
95 }
96 ]
97 },
98 "Blink":
99 {
100 "type": "Stand",
101 "next": "Stand",
102 "delay": 0.25,
103 "frames":
104 [
105 {
106 "index": 3,
107 "duration": 0.25
108 }
109 ]
110 },
111 "Run":
112 {
113 "type": "Run",
114 "delay": 0.25,
115 "frames":
116 [
117 {
118 "index": 4
119 },
120 {
121 "index": 5
122 },
123 {
124 "index": 6
125 },
126 {
127 "index": 7
128 }
129 ]
130 },
131 "StopRunning":
132 {
133 "type": "Stand",
134 "next": "Stand",
135 "delay": 10,
136 "loop": true,
137 "frames":
138 [
139 {
140 "index": 8
141 }
142 ]
143 },
144 "Jump":
145 {
146 "type": "Jump",
147 "next": "FlyDiagonallyUp",
148 "delay": 0.25,
149 "frames":
150 [
151 {
152 "index": 9,
153 "duration": 0.25
154 }
155 ]
156 },
157 "Land":
158 {
159 "type": "Stand",
160 "next": "StopRunning",
161 "delay": 0.5,
162 "frames":
163 [
164 {
165 "index": 9,
166 "duration": 0.25
167 }
168 ]
169 },
170 "FlyDiagonallyUp":
171 {
172 "type": "Fly",
173 "delay": 0.1,
174 "frames":
175 [
176 {
177 "index": 10
178 },
179 {
180 "index": 11
181 }
182 ]
183 },
184 "FlyDiagonallyDown":
185 {
186 "type": "Fly",
187 "delay": 0.1,
188 "frames":
189 [
190 {
191 "index": 12
192 },
193 {
194 "index": 13
195 }
196 ]
197 },
198 "FlyStraightUp":
199 {
200 "type": "Fly",
201 "delay": 0.1,
202 "frames":
203 [
204 {
205 "index": 0
206 }
207 ]
208 },
209 "FlyHorizontally":
210 {
211 "type": "Fly",
212 "delay": 0.1,
213 "frames":
214 [
215 {
216 "index": 4
217 },
218 {
219 "index": 14
220 }
221 ]
222 },
223 "KnockedDown":
224 {
225 "type": "Hit",
226 "delay": 0.1,
227 "frames":
228 [
229 {
230 "index": 17
231 },
232 {
233 "index": 18
234 }
235 ]
236 },
237 "Flattened":
238 {
239 "type": "Hit",
240 "delay": 1,
241 "frames":
242 [
243 {
244 "index": 19
245 }
246 ]
247 },
248 "StartCharging":
249 {
250 "type": "Charge",
251 "next": "Charge",
252 "delay": 0.2,
253 "frames":
254 [
255 {
256 "index": 21
257 }
258 ]
259 },
260 "Charge":
261 {
262 "type": "Charge",
263 "delay": 0.2,
264 "loop": true,
265 "frames":
266 [
267 {
268 "index": 22
269 }
270 ]
271 },
272 "FireCharge":
273 {
274 "type": "Charge",
275 "delay": 0.2,
276 "frames":
277 [
278 {
279 "index": 23
280 }
281 ]
282 }
283 }
This page took 0.043824 seconds and 4 git commands to generate.