particle={
	name="nemesis_frontend_ship_light_effect"
	subsystem={
		name="dust"
		max_amount=10
		slave_particles=0
		sort="depth"
		emitter_type="point"
		invert=no
		trail=no
		local_space=yes
		billboard=no
		hide=no
		texture={
			file="gfx/particles/flare_wide.dds"
			x=1
			y=1
			shader="ParticleAdditive"
		}
		color={
			x=180
			y=160
			z=120
			alpha=255,alpha_fade
		}
		position={
			x=0
			y=0
			z=0
		}
		start=0
		duration=-1
		emitter_yaw={ 0 0 }
		emitter_pitch={ 0 0 }
		life=0.9
		emission=0.1
		size=0.08,grow
		rotation=0
	}
	subsystem={
		name="glow"
		max_amount=10
		slave_particles=0
		sort="depth"
		emitter_type="point"
		invert=no
		trail=no
		local_space=yes
		billboard=no
		hide=no
		texture={
			file="gfx/particles/flare.dds"
			x=1
			y=1
			shader="ParticleAdditive"
		}
		color={
			x=180
			y=160
			z=120
			alpha=255,alpha_fade
		}
		position={
			x=0
			y=0
			z=0
		}
		start=0
		duration=-1
		emitter_yaw={ 0 0 }
		emitter_pitch={ 0 0 }
		life=1
		emission=0.1
		size=0.2,grow
		rotation=90
	}
	animation={
		name="alpha_fade"
		start=0
		duration=1
		repeat=no
		minValue=0
		maxValue=1
		curve={
			0 0 0.088 1 0.67059 0.40625 1 0 
		}
		op="MUL"
		time="life"
	}
	animation={
		name="grow"
		start=0
		duration=1
		repeat=no
		minValue=0
		maxValue=1
		curve={
			0 0.57031 0.35882 0.84375 0.76765 0.89844 1 0.61719 
		}
		op="MUL"
		time="life"
	}
	force={
		type="planar"
		name="force0"
		position={
			0 0 0 
		}
		direction={
			0 1 0 
		}
		local_force=yes
		yaw=0
		division=16
		amount=5
	}
}
