particle={
	name="nemesis_frontend_gas_outburst_effect"
	subsystem={
		name="outburst_smoke"
		max_amount=100
		slave_particles=0
		sort="age"
		emitter_type="box"
		box_emitter_x={ 0 0 }
		box_emitter_y={ 0 0 }
		box_emitter_z={ 0 0.8 }
		invert=no
		trail=no
		local_space=yes
		billboard=no
		hide=no
		texture={
			file="gfx/particles/cloud.dds"
			x=1
			y=1
			shader="ParticleAdditive"
		}
		color={
			x=180
			y=160
			z=110
			alpha={ 80,alpha_fade 20 }
		}
		position={
			y=0.1
		}
		duration=-1
		velocity_pitch={ 0 45 }
		velocity_yaw=-90
		velocity=0.015
		life={ 10 2 }
		emission=3
		size={ 1,grow 0.2 }
		rotation={ 0 180 }
	}
	animation={
		name="alpha_fade"
		start=0
		duration=1
		repeat=no
		minValue=0
		maxValue=1
		curve={
			0 0 0.33529 0.82813 1 0 
		}
		op="MUL"
		time="life"
	}
	animation={
		name="grow"
		start=0
		duration=1
		repeat=no
		minValue=0
		maxValue=1
		curve={
			0 0.609 1 1 
		}
		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
	}
}
