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