1{
2id: "powerup_reflexes",
3prototype: ["powerup"],
4consts: {
5	powerup_type: "powerup_reflexes",
6},
7animation: {
8	id: "normal",
9	image: "props/items.png",
10	rect: [57,201,74,218],
11	pad: 3,
12	frames: 8,
13	frames_per_row: 4,
14	duration: 4,
15	item_area: "all",
16	solid_area: [4,4,8,8],
17	accel_y: 20,
18},
19}