particle={
	name="necroid_01_perdition_beam_muzzle"
	subsystem={
		name="glow"
		max_amount=5
		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,R
			y=225,G
			z=225,B
			alpha=200,fade_alpha
		}
		position={
			x=-1
		}
		duration=0.1
		velocity_pitch={ 0 0 }
		velocity_yaw={ 0 0 }
		life=4
		emission=200
		size=6
		rotation={ 0 180 }
	}
	subsystem={
		name="shockwave"
		max_amount=1
		slave_particles=0
		emitter_type="point"
		invert=no
		trail=no
		local_space=yes
		billboard=yes
		hide=no
		texture={
			file="gfx/particles/bubble.dds"
			x=1
			y=1
			shader="ParticleAdditive"
		}
		color={
			x=200,R
			y=225,G
			z=225,B
			alpha=25,fade_alpha
		}
		position={
			x=-1
		}
		duration=0.1
		velocity_pitch={ 0 0 }
		velocity_yaw={ 0 0 }
		life=0.5
		emission=200
		size=50,grow
		rotation={ 0 180 }
	}
	animation={
		name="fade_alpha"
		start=0
		duration=1
		repeat=no
		minValue=0
		maxValue=1
		curve={
			0 0 0.109 1 0.644 0.914 0.874 0.148 1 0 
		}
		op="MUL"
		time="life"
	}
	animation={
		name="grow"
		start=0
		duration=1
		repeat=no
		minValue=0
		maxValue=1
		curve={
			0 0 1 1 
		}
		op="MUL"
		time="life"
	}
	animation={
		name="R"
		start=0
		duration=1
		repeat=no
		minValue=0
		maxValue=1
		curve={
			0 1 0.15 0.38281 1 0.24219 
		}
		op="MUL"
		time="life"
	}
	animation={
		name="G"
		start=0
		duration=1
		repeat=no
		minValue=0
		maxValue=1
		curve={
			0 1 0.19412 0.79688 1 0.64844 
		}
		op="MUL"
		time="life"
	}
	animation={
		name="B"
		start=0
		duration=1
		repeat=no
		minValue=0
		maxValue=1
		curve={
			0 1 0.22647 0.69531 1 0.53125 
		}
		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
	}
}
