particle_system countermeasure_system
{
	material countermeasure_mat
	particle_width 6
	particle_height	6
	cull_each false
	quota 10
	billboard_type point
	emitter Point
	{
		angle 1 10
		emission_rate 1 10
        	time_to_live_min 1 5
        	time_to_live_max 1 50
        	
        	velocity 1 50        	
		duration 1 2
	}
	affector ColourFader
	{
		red 1 -0.04
		green 1 -0.1
		blue 1 -0.1
	}
	
}
