particle={
	name="necroid_01_ion_cannon_muzzle_windup_effect"
	subsystem={
		name="start_flare"
		max_amount=10
		slave_particles=0
		emitter_type="point"
		invert=no
		trail=no
		local_space=yes
		billboard=yes
		hide=no
		texture={
			file="gfx/particles/polar_swirl_3.dds"
			x=1
			y=1
			shader="ParticleAdditive"
		}
		color={
			x=51
			y=210
			z=200
			alpha=255,start_flare_alpha
		}
		position={
		}
		duration=0.1
		life=0.7
		emission=1000
		size=30,start_flare_size
		particle_yaw=0
		particle_pitch=0
		rotation={ 0 180 }
		rotation_speed=500
	}
	subsystem={
		name="flare"
		max_amount=50
		slave_particles=0
		emitter_type="point"
		invert=no
		trail=no
		local_space=yes
		billboard=yes
		hide=no
		texture={
			file="gfx/particles/glow.dds"
			x=1
			y=1
			shader="ParticleAdditive"
		}
		color={
			x=200
			y=210
			z=200
			alpha=150,fade_alpha
		}
		position={
		}
		duration=-1
		life=0.7
		emission=15
		size=15,grow
		particle_yaw=90
		particle_pitch=90
		rotation={ 90 0 }
	}
	subsystem={
		name="smoke"
		max_amount=10
		slave_particles=0
		emitter_type="point"
		invert=no
		trail=no
		local_space=yes
		billboard=yes
		hide=no
		texture={
			file="gfx/particles/cloud_3.dds"
			x=1
			y=1
			shader="ParticleAdditive"
		}
		color={
			x=90
			y=210
			z=200
			alpha=50,fade_alpha
		}
		position={
		}
		duration=-1
		life=1
		emission=7
		size=40,shrink
		rotation={ 0 180 }
	}
	subsystem={
		name="grains"
		max_amount=10
		slave_particles=0
		emitter_type="point"
		invert=no
		trail=no
		local_space=yes
		billboard=yes
		hide=no
		texture={
			file="gfx/particles/rain.dds"
			x=1
			y=1
			shader="ParticleAdditive"
		}
		color={
			x=120
			y=210
			z=200
			alpha=255,fade_alpha
		}
		position={
		}
		duration=-1
		life=1
		emission=7
		size=20,shrink
		rotation={ 0 180 }
	}
	animation={
		name="fade_alpha"
		start=0
		duration=1
		repeat=no
		minValue=0
		maxValue=1
		curve={
			0 0 0.829 1 1 0 
		}
		op="MUL"
		time="life"
	}
	animation={
		name="grow"
		start=0
		duration=1
		repeat=no
		minValue=0
		maxValue=1
		curve={
			0 0.188 1 1 
		}
		op="MUL"
		time="life"
	}
	animation={
		name="start_flare_alpha"
		start=0
		duration=1
		repeat=no
		minValue=0
		maxValue=1
		curve={
			0 0.023 0.138 1 0.379 1 0.765 0.164 1 0 
		}
		op="MUL"
		time="life"
	}
	animation={
		name="start_flare_size"
		start=0
		duration=1
		repeat=no
		minValue=0
		maxValue=1
		curve={
			0 1 1 0.109 
		}
		op="MUL"
		time="life"
	}
	animation={
		name="shrink"
		start=0
		duration=1
		repeat=no
		minValue=0
		maxValue=1
		curve={
			0 1 1 0.25 
		}
		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
	}
}
