particle_system Orxonox/rocketfire
{
	material PE/glowEffect
	particle_width 2
	particle_height 2
	quota 10000
	cull_each true
	sorted true
	local_space true
	iteration_interval 0.0
	nonvisible_update_timeout 0.0
	billboard_type point
	billboard_origin center
	billboard_rotation_type texcoord
	point_rendering false
	accurate_facing false

	emitter Ellipsoid
	{
		position 0.05 0.0 2.0
		direction 0.0 0.0 1.0
		angle 0
		width 0
		height 0
		depth 0
		emission_rate 1200
		velocity_min 10
		velocity_max 20
		time_to_live_min 0.1
		time_to_live_max 0.1
		duration_min 0
		duration_max 0
		repeat_delay_min 0
		repeat_delay_max 0
		colour_range_start 1 0.333333 0 1
		colour_range_end 1 0 0 1
	}
	emitter Ellipsoid
	{
		position 0.05 0.0 2.0
		direction 0.0 0.0 1.0
		angle 0
		width 0
		height 0
		depth 0
		emission_rate 100
		velocity_min 5
		velocity_max 10
		time_to_live_min 0.1
		time_to_live_max 0.1
		duration_min 0
		duration_max 0
		repeat_delay_min 0
		repeat_delay_max 0
		colour_range_start 0.2 0.5 0.65
		colour_range_end 0.25 0.55 0.7
	}

	affector Scaler
	{
		rate -8
	}
}