particle={
	name="hyper_relay_connector_file"
	subsystem={
		name="spinning_ring"
		max_amount=1
		slave_particles=0
		sort="depth"
		emitter_type="point"
		invert=no
		trail=no
		local_space=yes
		billboard=yes
		hide=no
		texture={
			file="gfx/particles/flare.dds"
			x=1
			y=1
			shader="ParticleAlphaBlend"
		}
		color={
			x=120
			y=200
			z=255
			alpha=100
		}
		position={
			x=0
			y=5
			z=0
		}
		start=0
		duration=-1
		emitter_yaw={ 0 0 }
		emitter_pitch={ 0 0 }
		velocity_pitch={ 0 5 }
		velocity_yaw={ 0 5 }
		velocity={ 0 0 }
		life={ 6 0 }
		emission=100
		size={ 90 0 }
		rotation={ 45 0 }
	}
	subsystem={
		name="smoke"
		max_amount=10
		slave_particles=0
		sort="depth"
		emitter_type="box"
		box_emitter_x={ 0 2 }
		box_emitter_y={ 0 1 }
		invert=no
		trail=no
		local_space=yes
		billboard=yes
		hide=no
		texture={
			file="gfx/particles/fire03_des.dds"
			x=1
			y=1
			shader="ParticleAdditive"
		}
		color={
			x=40
			y=100
			z=180
			alpha=255,warp_tunnel
		}
		position={
			x=0
			y=0
			z=0
		}
		start=0
		duration=-1
		emitter_yaw={ 0 0 }
		emitter_pitch={ 0 0 }
		velocity_pitch={ 90 5 }
		velocity_yaw={ 0 5 }
		velocity={ 8 0 }
		life={ 3 0.2 }
		emission=2
		size={ 20,black_grow 0 }
		rotation={ 0 0 }
		rotation_speed={ 50 5 }
	}
	subsystem={
		name="sparks"
		max_amount=20
		slave_particles=0
		sort="depth"
		emitter_type="sphere"
		sphere_emitter_radius={ 3 1 }
		sphere_emitter_yaw={ 0 180 }
		sphere_emitter_pitch={ 0 180 }
		invert=no
		trail=no
		local_space=yes
		billboard=yes
		hide=no
		texture={
			file="gfx/particles/flare.dds"
			x=1
			y=1
			shader="ParticlePreAlphaBlend"
		}
		color={
			x={ 255 15 }
			y={ 255 15 }
			z=255
			alpha=255
		}
		position={
			x=0
			y=10
			z=0
		}
		start=0
		duration=-1
		emitter_yaw={ 0 0 }
		emitter_pitch={ 0 0 }
		velocity_pitch={ 90 90 }
		velocity_yaw={ -90 90 }
		velocity={ 10 3 }
		life={ 2 0 }
		emission=5
		size={ 1,sparks_fade 0 }
		rotation={ 0 0 }
		rotation_speed={ 0 0 }
		mass={ 2 0.5 }
		force=spin,turb
	}
	animation={
		name="warp_tunnel"
		start=0
		duration=1
		repeat=no
		minValue=0
		maxValue=1
		curve={
			0 0 0.08824 1 1 0 
		}
		op="MUL"
		time="life"
	}
	animation={
		name="black_grow"
		start=0
		duration=1
		repeat=no
		minValue=0
		maxValue=1
		curve={
			0 0.75 0.51471 0.89844 1 0.33594 
		}
		op="MUL"
		time="life"
	}
	animation={
		name="sparks_fade"
		start=0
		duration=1
		repeat=no
		minValue=0
		maxValue=1
		curve={
			0 1 0.706 0.828 1 0.008 
		}
		op="MUL"
		time="life"
	}
	force={
		type="spin"
		name="spin"
		position={
			0 0 0 
		}
		direction={
			0 0 -1 
		}
		local_force=yes
		yaw=0
		division=16
		amount=0.5
	}
	force={
		type="turbulence"
		name="turb"
		position={
			0 0 0 
		}
		direction={
			0 1 0 
		}
		local_force=yes
		yaw=0
		division=16
		amount=500
	}
}
