objectTypes = {


	########## Arc Crucible Stage 1 ##########
	pdxmesh = {
		name = "arc_crucible_stage_1_mesh"
		file = "gfx/models/ships/superstructures/arc_crucible/arc_crucible_stage_1.mesh"

		animation = { id = "idle"			type = "arc_crucible_idle_animation" }

		meshsettings = {
			name = "arc_crucible_stage_1Shape"
			index = 0
			texture_diffuse = "arc_crucible_diffuse.dds"
			texture_normal = "arc_crucible_normal.dds"
			texture_specular = "arc_crucible_specular.dds"
			shader = "PdxMeshShipDiffuseEmissive"
		}

		meshsettings = {
			name = "arc_crucible_stage_1Shape"
			index = 1
			texture_diffuse = "arc_crucible_planet_diffuse.dds"
			texture_normal = "arc_crucible_planet_normal.dds"
			texture_specular = "molten_02_specular.dds"
			shader = "PdxMeshShipFlowEmissiveMask"
		}
	}

	########## Arc Crucible Stage 2 ##########

	pdxmesh = {
		name = "arc_crucible_stage_2_mesh"
		file = "gfx/models/ships/superstructures/arc_crucible/arc_crucible_stage_2.mesh"

		animation = { id = "idle"			type = "arc_crucible_idle_animation" }

		meshsettings = {
			name = "arc_crucible_stage_2Shape"
			index = 0
			texture_diffuse = "arc_crucible_diffuse.dds"
			texture_normal = "arc_crucible_normal.dds"
			texture_specular = "arc_crucible_specular.dds"
			shader = "PdxMeshShipDiffuseEmissive"
		}

		meshsettings = {
			name = "arc_crucible_stage_2Shape"
			index = 1
			texture_diffuse = "arc_crucible_planet_diffuse.dds"
			texture_normal = "arc_crucible_planet_normal.dds"
			texture_specular = "molten_02_specular.dds"
			shader = "PdxMeshShipFlowEmissiveMask"
		}
	}

	########## Arc Crucible Stage 3 ##########

	pdxmesh = {
		name = "arc_crucible_stage_3_mesh"
		file = "gfx/models/ships/superstructures/arc_crucible/arc_crucible_stage_3.mesh"

		animation = { id = "idle"			type = "arc_crucible_idle_animation" }

		meshsettings = {
			name = "arc_crucible_stage_3Shape"
			index = 0
			texture_diffuse = "arc_crucible_diffuse.dds"
			texture_normal = "arc_crucible_normal.dds"
			texture_specular = "arc_crucible_specular.dds"
			shader = "PdxMeshShipDiffuseEmissive"
		}

		meshsettings = {
			name = "arc_crucible_stage_3Shape"
			index = 1
			texture_diffuse = "arc_crucible_planet_diffuse.dds"
			texture_normal = "arc_crucible_planet_normal.dds"
			texture_specular = "molten_02_specular.dds"
			shader = "PdxMeshShipFlowEmissiveMask"
		}
	}

	########## Arc Crucible Stage 4 ##########

		pdxmesh = {
		name = "arc_crucible_stage_4_mesh"
		file = "gfx/models/ships/superstructures/arc_crucible/arc_crucible_stage_4.mesh"
		
		animation = { id = "idle"			type = "arc_crucible_idle_animation" }

		meshsettings = {
			name = "arc_crucible_stage_4Shape"
			index = 0
			texture_diffuse = "arc_crucible_diffuse.dds"
			texture_normal = "arc_crucible_normal.dds"
			texture_specular = "arc_crucible_specular.dds"
			shader = "PdxMeshShipDiffuseEmissive"
		}

		meshsettings = {
			name = "arc_crucible_stage_4Shape"
			index = 1
			texture_diffuse = "arc_crucible_planet_diffuse.dds"
			texture_normal = "arc_crucible_planet_normal.dds"
			texture_specular = "molten_02_specular.dds"
			shader = "PdxMeshShipFlowEmissiveMask"
		}
		
	}

	########## Destroyed Arc Crucible ##########

	pdxmesh = {
		name = "arc_crucible_destroyed_mesh"
		file = "gfx/models/ships/superstructures/arc_crucible/arc_crucible_destroyed.mesh"

		meshsettings = {
			name = "arc_crucible_destroyedShape"
			index = 0
			texture_diffuse = "arc_crucible_destroyed_diffuse.dds"
			texture_normal = "arc_crucible_destroyed_normal.dds"
			texture_specular = "arc_crucible_destroyed_specular.dds"
			shader = "PdxMeshShipDiffuseEmissive"
		}

		meshsettings = {
			name = "arc_crucible_destroyedShape"
			index = 1
			texture_diffuse = "arc_crucible_planet_diffuse.dds"
			texture_normal = "arc_crucible_planet_normal.dds"
			texture_specular = "molten_02_specular.dds"
			shader = "PdxMeshShipFlowEmissiveMask"
		}
	}
}
