particle={
	name="aquatic_01_mining_smoke_file"
	subsystem={
		name="smoke"
		max_amount=25
		slave_particles=0
		emitter_type="point"
		invert=no
		trail=no
		local_space=no
		billboard=yes
		hide=no
		texture={
			file="gfx/particles/cloud_6.dds"
			x=1
			y=1
			shader="ParticleAlphaBlend"
		}
		color={
			x=150
			y=160
			z=160
			alpha={ 255,fade_alpha 30 }
		}
		position={
		}
		duration=-1
		velocity_pitch=90
		velocity_yaw=0
		velocity={ 1 0.2 }
		life={ 3 0.2 }
		emission=2
		size={ 7,smoke_size 0.5 }
		particle_yaw={ 90 0 }
		particle_pitch={ 90 180 }
		rotation={ 90 180 }
	}
	subsystem={
		name="glow"
		max_amount=20
		slave_particles=0
		emitter_type="point"
		invert=no
		trail=no
		local_space=no
		billboard=yes
		hide=no
		texture={
			file="gfx/particles/cloud.dds"
			x=1
			y=1
			shader="ParticleAdditive"
		}
		color={
			x=150,R
			y=200,G
			z=255,B
			alpha={ 150,glow_fade 20 }
		}
		position={
		}
		duration=-1
		velocity_pitch=90
		velocity_yaw=0
		velocity={ 1 0.1 }
		life={ 1.5 0.2 }
		emission={ 5 20 }
		size={ 4,smoke_size 0.5 }
		particle_yaw={ 90 0 }
		particle_pitch={ 90 180 }
		rotation={ 90 180 }
	}
	animation={
		name="fade_alpha"
		start=0
		duration=1
		repeat=no
		minValue=0
		maxValue=1
		curve={
			0 0 0.05882 0.57031 0.63235 0.3125 1 0 
		}
		op="MUL"
		time="life"
	}
	animation={
		name="smoke_size"
		start=0
		duration=1
		repeat=no
		minValue=0
		maxValue=1
		curve={
			0 0.22656 0.22647 0.38281 0.57647 0.69531 1 0.875 
		}
		op="MUL"
		time="life"
	}
	animation={
		name="R"
		start=0
		duration=1
		repeat=no
		minValue=0
		maxValue=1
		curve={
			0 1 0.27647 0.8125 1 0.44531 
		}
		op="MUL"
		time="life"
	}
	animation={
		name="G"
		start=0
		duration=1
		repeat=no
		minValue=0
		maxValue=1
		curve={
			0 0.96875 0.30588 0.66406 1 0.44531 
		}
		op="MUL"
		time="life"
	}
	animation={
		name="B"
		start=0
		duration=1
		repeat=no
		minValue=0
		maxValue=1
		curve={
			0 0.91406 0.31176 0.71875 1 0.46875 
		}
		op="MUL"
		time="life"
	}
	animation={
		name="glow_fade"
		start=0
		duration=1
		repeat=no
		minValue=0
		maxValue=1
		curve={
			0 0 0.2 0.92188 0.62353 0.35156 1 0 
		}
		op="MUL"
		time="life"
	}
	force={
		type="planar"
		name="wind"
		position={
			0 0 0 
		}
		direction={
			0 0.5 1 
		}
		local_force=yes
		yaw=0
		division=16
		amount=1.7
	}
}
