objectTypes = {

	pdxmesh = {
		name = "quantum_catapult_stage_1_mesh"
		file = "gfx/models/ships/megastructures/quantum_catapult/quantum_catapult_stage_1.mesh"
	}

	pdxmesh = {
		name = "quantum_catapult_stage_2_mesh"
		file = "gfx/models/ships/megastructures/quantum_catapult/quantum_catapult_stage_2.mesh"

	}

	pdxmesh = {
		name = "quantum_catapult_stage_3_mesh"
		file = "gfx/models/ships/megastructures/quantum_catapult/quantum_catapult_stage_3.mesh"


	}

	pdxmesh = {
		name = "quantum_catapult_01_destroyed_mesh"
		file = "gfx/models/ships/megastructures/quantum_catapult/quantum_catapult_01_destroyed.mesh"


	}

	#### AQUATIC VARIANTS ####

	pdxmesh = {
		name = "aquatic_01_quantum_catapult_stage_1_mesh"
		file = "gfx/models/ships/megastructures/quantum_catapult/aquatic_01_quantum_catapult_stage_1.mesh"
	}

	pdxmesh = {
		name = "aquatic_01_quantum_catapult_stage_2_mesh"
		file = "gfx/models/ships/megastructures/quantum_catapult/aquatic_01_quantum_catapult_stage_2.mesh"

	}

	pdxmesh = {
		name = "aquatic_01_quantum_catapult_stage_3_mesh"
		file = "gfx/models/ships/megastructures/quantum_catapult/aquatic_01_quantum_catapult_stage_3.mesh"
	}
	
	
	### Effect meshes ###
	
	pdxmesh = {
		name = "quantum_catapult_lightning_stage_3_mesh"
		file = "gfx/models/ships/megastructures/quantum_catapult/quantum_catapult_lightning_stage_3.mesh"
			meshsettings = {
			index = 0
			shader = "PdxMeshWPO"
			texture_diffuse = "quantum_catapult_lightning_2.dds"
			texture_normal = "nonormal.dds"
			texture_specular = "nospec.dds"
			texture_wpo = "quantum_catapult_cloud_wpo.dds"
		}
	}
		
	pdxmesh = {
		name = "quantum_catapult_lightning_stage_2_mesh"
		file = "gfx/models/ships/megastructures/quantum_catapult/quantum_catapult_lightning_stage_2.mesh"
			meshsettings = {
			index = 0
			shader = "PdxMeshWPO"
			texture_diffuse = "quantum_catapult_lightning_2.dds"
			texture_normal = "nonormal.dds"
			texture_specular = "nospec.dds"
			texture_wpo = "quantum_catapult_cloud_wpo.dds"
		}
	}

	pdxmesh = {
		name = "quantum_catapult_lightning_stage_1_mesh"
		file = "gfx/models/ships/megastructures/quantum_catapult/quantum_catapult_lightning_stage_1.mesh"
			meshsettings = {
			index = 0
			shader = "PdxMeshWPO"
			texture_diffuse = "quantum_catapult_lightning_2.dds"
			texture_normal = "nonormal.dds"
			texture_specular = "nospec.dds"
			texture_wpo = "quantum_catapult_cloud_wpo.dds"
		}
	}
	
	pdxmesh = {
		name = "quantum_catapult_outer_stage_2_mesh"
		file = "gfx/models/ships/megastructures/quantum_catapult/quantum_catapult_outer_stage_2.mesh"
			meshsettings = {
			index = 0
			shader = "PdxMeshWPO"
			texture_diffuse = "quantum_catapult_lightning.dds"
			texture_normal = "nonormal.dds"
			texture_specular = "nospec.dds"
			texture_wpo = "quantum_catapult_cloud_wpo.dds"
		}
	}
	
	pdxmesh = {
		name = "quantum_catapult_outer_stage_3_cloud_mesh"
		file = "gfx/models/ships/megastructures/quantum_catapult/quantum_catapult_outer_stage_3_cloud.mesh"
			meshsettings = {
			index = 0
			shader = "PdxMeshWPO"
			texture_diffuse = "quantum_catapult_cloud.dds"
			texture_normal = "nonormal.dds"
			texture_specular = "nospec.dds"
			texture_wpo = "quantum_catapult_cloud_wpo.dds"
		}
	}
	
}




