]> Dogcows Code - chaz/yoink/blob - share/animation/RobotTrooper.json
ed68a9b2337c7175d93539c3090b0c3428d123bd
[chaz/yoink] / share / animation / RobotTrooper.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": 4
30 },
31 {
32 "index": 5
33 },
34 {
35 "index": 6
36 },
37 {
38 "index": 7
39 }
40 ]
41 },
42 "StopRunning": {
43 "type": "Stand",
44 "next": "Stand",
45 "delay": 10,
46 "loop": true,
47 "frames": [
48 {
49 "index": 5
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": 19,
71 "duration": 0.25
72 },
73 {
74 "index": 14,
75 "duration": 0.25
76 }
77 ]
78 },
79 "FlyDiagonallyUp": {
80 "type": "Fly",
81 "delay": 0.1,
82 "frames": [
83 {
84 "index": 18
85 }
86 ]
87 },
88 "FlyDiagonallyDown": {
89 "type": "Fly",
90 "delay": 0.1,
91 "frames": [
92 {
93 "index": 18
94 }
95 ]
96 },
97 "FlyStraightUp": {
98 "type": "Fly",
99 "delay": 0.1,
100 "frames": [
101 {
102 "index": 18
103 }
104 ]
105 },
106 "FlyHorizontally": {
107 "type": "Fly",
108 "frames": [
109 {
110 "index": 18
111 }
112 ]
113 },
114 "Punch": {
115 "type": "Attack",
116 "next": "Stand",
117 "delay": 0.05,
118 "frames": [
119 {
120 "index": 8
121 },
122 {
123 "index": 9
124 },
125 {
126 "index": 10
127 },
128 {
129 "index": 11
130 },
131 {
132 "index": 12
133 },
134 {
135 "index": 13
136 }
137 ]
138 },
139 "StartFiring": {
140 "type": "Attack",
141 "next": "Fire",
142 "delay": 0.1,
143 "frames": [
144 {
145 "index": 14
146 },
147 {
148 "index": 15
149 },
150 {
151 "index": 16
152 }
153 ]
154 },
155 "Fire": {
156 "type": "Attack",
157 "delay": 1,
158 "frames": [
159 {
160 "index": 17,
161 "duration": 0.2
162 },
163 {
164 "index": 16,
165 "duration": 0.2
166 }
167 ]
168 },
169 "StopFiring": {
170 "type": "Attack",
171 "next": "Stand",
172 "delay": 0.1,
173 "frames": [
174 {
175 "index": 16
176 },
177 {
178 "index": 15
179 },
180 {
181 "index": 14
182 }
183 ]
184 },
185 "KnockedDown": {
186 "type": "Hit",
187 "delay": 1,
188 "frames": [
189 {
190 "index": 18
191 }
192 ]
193 },
194 "Flattened": {
195 "type": "Hit",
196 "delay": 1,
197 "frames": [
198 {
199 "index": 19
200 }
201 ]
202 }
203 }
This page took 0.037191 seconds and 3 git commands to generate.