1// character animations
2// frames_in_ufoai = frames_in_blender-1
3
4// Bloodspider info: xxxx0-xxx3 are always the same.
5// TODO: except for the "death" and "dead" sequences in the future
6
7// name				start	end	fps
8
9walk0				0	32	50
10walk1				0	32	50
11walk2				0	32	50
12walk3				0	32	50
13cwalk0				0	32	50
14cwalk1				0	32	50
15cwalk2				0	32	50
16cwalk3				0	32	50
17
18panic0				33	34	1
19
20stand0				33	34	1
21stand1				33	34	1
22stand2				33	34	1
23stand3				33	34	1
24cstand0				33	34	1
25cstand1				33	34	1
26cstand2				33	34	1
27cstand3				33	34	1
28
29stand_still			33	34	1
30stand_menu			33	34	1
31
32shoot_melee			34	55	22
33move_melee			0	32	22
34
35death1				56	83	22
36death2				84	95	22
37death3				56	83	22
38
39dead1				83	83	0
40dead2				95	95	0
41dead3				83	83	0
42