particle_system Orxonox/engineglow
{
	material PE/glowEffect
	particle_width 100.0
	particle_height 100.0
	quota 2000
	cull_each false
	sorted false
	local_space false
	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 Ring
	{
		position 0.0 0.0 0.0
		direction 0.0 0.0 1.0
		angle 0
		width 150
		height 150
		depth 1
		inner_width 0.99
		inner_height 0.99
		emission_rate 30
		velocity_min 20
		velocity_max 20
		time_to_live_min 5
		time_to_live_max 5
		duration_min 0
		duration_max 0
		repeat_delay_min 0
		repeat_delay_max 0
		colour_range_start 0.666667 1 0 1
		colour_range_end 0 1 0 1
	}

	emitter Ring
	{
		position 0.0 0.0 0.0
		direction 0.0 0.0 1.0
		angle 0
		width 130
		height 130
		depth 0
		inner_width 0.99
		inner_height 0.99
		emission_rate 10
		velocity_min 200
		velocity_max 200
		time_to_live_min 0.75
		time_to_live_max 0.75
		duration_min 0
		duration_max 0
		repeat_delay_min 0
		repeat_delay_max 0
		colour_range_start 1 1 0 1
		colour_range_end 1 1 0.498039 1
	}

	emitter Ring
	{
		position 0.0 0.0 0.0
		direction 0.0 0.0 1.0
		angle 0
		width 80
		height 80
		depth 0
		inner_width 0.99
		inner_height 0.99
		emission_rate 57.89
		velocity_min 250
		velocity_max 250
		time_to_live_min 1
		time_to_live_max 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.333333 0 1
	}

	emitter Ring
	{
		position 0.0 0.0 0.0
		direction 0.0 0.0 1.0
		angle 0
		width 50
		height 50
		depth 0
		inner_width 0.01
		inner_height 0.5
		emission_rate 37.89
		velocity_min 300
		velocity_max 300
		time_to_live_min 1.5
		time_to_live_max 1.5
		duration_min 0
		duration_max 0
		repeat_delay_min 0
		repeat_delay_max 0
		colour_range_start 1 0 0 1
		colour_range_end 1 0 0 1
	}

	affector Scaler
	{
		rate -20
	}
}