~ubuntu-branches/ubuntu/utopic/frogatto-data/utopic

1 by Dmitry E. Oboukhov
Import upstream version 1.0
1
[object_type]
2
	id=spark
3
	zorder=20
4
	ignore_collide=true
5
	dies_on_inactive=yes
6
	
7
	on_enter_water="die()"
8
	on_collide="die()"
9
	
10
	on_process="if (1d10 = 1, die())"
11
	
12
	on_create="[set(velocity_x, ((1d2000 - 1000)/3)),
13
				set(velocity_y, (1d500)/2)]"
14
	
15
	[animation]
16
		id=normal
17
		image=effects/powerup-fx.png
18
		rect=132,65,133,66
19
		accel_y=20
20
	[/animation]
21
[/object_type]