particle={
	name="tox_01_projectile_muzzle"
	subsystem={
		name="glow"
		max_amount=10
		slave_particles=0
		emitter_type="point"
		invert=no
		trail=no
		spritesheet_animation=no
		spritesheet_animation_loop=1.000000
		local_space=yes
		billboard=yes
		hide=no
		texture={
			file="gfx/particles/cloud_low_alpha.dds"
			x=1
			y=1
			shader="ParticleAdditive"
		}
		color={
			x=200
			y=220
			z=20
			alpha=80,alpha_slow
		}
		position={
			x=-0.025
		}
		duration=0.1
		velocity_pitch={ 0 5 }
		velocity_yaw={ 0 5 }
		life=1.1
		emission=200
		size=25,glow_size
		rotation={ 0 180 }
	}
	subsystem={
		name="glow_burst"
		max_amount=5
		slave_particles=0
		emitter_type="point"
		invert=no
		trail=no
		spritesheet_animation=no
		spritesheet_animation_loop=1.000000
		local_space=yes
		billboard=yes
		hide=no
		texture={
			file="gfx/particles/cloud_low_alpha.dds"
			x=1
			y=1
			shader="ParticleAdditive"
		}
		color={
			x=200
			y=230
			z=20
			alpha=255,fade_alpha
		}
		position={
			x=-0.025
		}
		start=0.02
		duration=0.1
		velocity_pitch={ 0 5 }
		velocity_yaw={ 0 5 }
		life=0.1
		emission=500
		size=10
		rotation={ 0 180 }
	}
	subsystem={
		name="pull"
		max_amount=8
		slave_particles=0
		sort="distance"
		emitter_type="point"
		invert=no
		trail=no
		spritesheet_animation=no
		spritesheet_animation_loop=1.000000
		local_space=yes
		billboard=yes
		hide=no
		texture={
			file="gfx/particles/circle_eroded.dds"
			x=1
			y=1
			shader="ParticleAdditive"
		}
		color={
			x=210
			y={ 220 10 }
			z={ 10 15 }
			alpha={ 255,pull_alpha 15 }
		}
		position={
			x=0
			z=0
		}
		duration=0.1
		velocity_pitch=0
		velocity_yaw=0
		velocity=4
		life=0.3
		emission=20
		size={ 8,pull_size 2 }
		rotation={ 0 180 }
	}
	animation={
		name="fade_alpha"
		start=0
		duration=1
		repeat=no
		minValue=0
		maxValue=1
		curve={
			0 0 0.644 0.914 1 0 
		}
		op="MUL"
		time="life"
	}
	animation={
		name="alpha_slow"
		start=0
		duration=1
		repeat=no
		minValue=0
		maxValue=1
		curve={
			0 0.023 0.188 0.852 0.385 0.438 0.612 0.227 1 0 
		}
		op="MUL"
		time="life"
	}
	animation={
		name="glow_size"
		start=0
		duration=1
		repeat=no
		minValue=0
		maxValue=1
		curve={
			0 0.484 0.097 0.891 0.529 0.633 1 0.469 
		}
		op="MUL"
		time="life"
	}
	animation={
		name="pull_size"
		start=0
		duration=1
		repeat=no
		minValue=0
		maxValue=1
		curve={
			0 0 0.41765 0.26563 1 1 
		}
		op="MUL"
		time="life"
	}
	animation={
		name="pull_alpha"
		start=0
		duration=1
		repeat=no
		minValue=0
		maxValue=1
		curve={
			0 0.703 0.044 1 0.77941 0.89844 1 0 
		}
		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
	}
}
