particle={
	name="deluge_planet_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/fire05.dds"
			x=2
			y=2
			shader="ParticleAdditive"
		}
		color={
			x=75
			y=200
			z=255
			alpha=50,start_flare_alpha
		}
		position={
		}
		duration=-1
		life={ 1.5 0.5 }
		emission=2
		size={ 25,start_flare_size 5 }
		particle_yaw=0
		particle_pitch=0
		rotation={ 0 180 }
		rotation_speed=25
	}
	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=100
			y=210
			z=255
			alpha=150,fade_alpha
		}
		position={
		}
		duration=-1
		life=1
		emission=5
		size={ 15,grow 2 }
		particle_yaw=90
		particle_pitch=90
		rotation={ 90 0 }
	}
	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/star_zoom.dds"
			x=1
			y=1
			shader="ParticlePreAlphaBlend"
		}
		color={
			x=150
			y=200
			z=255
			alpha=255,fade_alpha
		}
		position={
		}
		duration=-1
		life=1
		emission=8
		size=35,shrink
		rotation={ 0 180 }
	}
	subsystem={
		name="rays"
		max_amount=10
		slave_particles=0
		emitter_type="point"
		invert=no
		trail=no
		local_space=yes
		billboard=yes
		hide=no
		texture={
			file="gfx/particles/flare_wide.dds"
			x=1
			y=1
			shader="ParticleAdditive"
		}
		color={
			x=75
			y=200
			z=255
			alpha=50,fade_alpha
		}
		position={
		}
		duration=-1
		life=1
		emission=7
		size=40,grow
		rotation={ 0 180 }
	}
	animation={
		name="fade_alpha"
		start=0
		duration=1
		repeat=no
		minValue=0
		maxValue=1
		curve={
			0 0 0.494 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.529 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.477 
		}
		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
	}
}
