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