particle={
	name="nemesis_frontend_station_light_effect"
	subsystem={
		name="flare"
		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=4
		duration=-1
		emitter_yaw={ 0 0 }
		emitter_pitch={ 0 0 }
		life=0.9
		emission={ 0.1 0.05 }
		size=0.6,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=210
			y=160
			z=100
			alpha={ 255,alpha_fade 30 }
		}
		position={
			x=0
			y=0
			z=0
		}
		start=0
		duration=-1
		emitter_yaw={ 0 0 }
		emitter_pitch={ 0 0 }
		life=3
		emission=1
		size=0.7,grow
		rotation=90
	}
	subsystem={
		name="dark"
		max_amount=30
		slave_particles=0
		sort="depth"
		emitter_type="box"
		box_emitter_z={ 0 0.05 }
		invert=no
		trail=no
		local_space=yes
		billboard=no
		hide=yes
		texture={
			file="gfx/particles/glow.dds"
			x=1
			y=1
			shader="ParticleAlphaBlend"
		}
		color={
			x=200
			y=200
			z=200
			alpha=100,alpha_fade
		}
		position={
			x=0
			y=0.05
			z=0
		}
		start=0
		duration=-1
		emitter_yaw={ 0 0 }
		emitter_pitch={ 0 0 }
		life=5
		emission=3
		size=0.2
		rotation=90
	}
	animation={
		name="alpha_fade"
		start=0
		duration=1
		repeat=no
		minValue=0
		maxValue=1
		curve={
			0 0 0.46765 1 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
	}
}
