level stealth_inspection
{
	start
	{
		skybox skybox5
		obj PlayerShip
		{
			type player_ship
			position 0.0 0.0 0.0
		}
		obj Cargo0
		{
			mesh cargo
			type cargo
			position 0.0 0.0 -500.0
			friendly 0
			health 100
			scan_radius 200.0
		}
		obj Cargo1
		{
			mesh cargo
			type cargo
			position 0.0 0.0 -700.0
			friendly 0
			health 100
			scan_radius 200.0
		}
		obj Cargo2
		{
			mesh cargo
			type cargo
			position 0.0 0.0 -900.0
			friendly 0
			health 100
			scan_radius 200.0
		}
	}
	event invasion0
	{
		previous_end_cond
		{
			none
		}
		delay secs 5
		spawn
		{
			obj Attacker0
			{
				mesh ship_alien0
				type fighter_ship
				position -300.0 300.0 -300.0
				orientation 0.0 0.0 0.0 0.0
				speed 0.0 0.0 0.0
				ai 1
				friendly 0
				behavior aggresive
				health 100
				prioritize 1 cargo_ship
			}
			obj Attacker1
			{
				mesh ship_alien0
				type fighter_ship
				position -300.0 400.0 -300.0
				orientation 0.0 0.0 0.0 0.0
				speed 0.0 0.0 0.0
				ai 1
				friendly 0
				behavior aggresive
				health 100
				prioritize 1 cargo_ship
			}
			obj Attacker2
			{
				mesh ship_alien0
				type fighter_ship
				position -300.0 500.0 -300.0
				orientation 0.0 0.0 0.0 0.0
				speed 0.0 0.0 0.0
				ai 1
				friendly 0
				behavior aggresive
				health 100
				prioritize 1 cargo_ship
			}
		}
		end_cond invasion0_end
		{
			type win
			{
				cond win_cond
				{
					type destroyed
					objs 3 Attacker0 Attacker1 Attacker2
				}
			}
			type loss
			{
				cond loss_cond1
				{
					type time_elapsed
					secs 600
				}
			}
		}
	}
	end
	{
		events 1 invasion0
	}
}
