objectTypes = {
	pdxmesh = {
		name = "reptilian_01_titan_frame_mesh"
		file = "gfx/models/ships/titans/reptilian_01/reptilian_01_titan_frame.mesh"
		
		animation = { id = "idle"						type = "arthropoid_01_titan_frame_idle_animation" }
		animation = { id = "death"						type = "arthropoid_01_titan_frame_death_animation" }
		
	}
	
	pdxmesh = {
		name = "reptilian_01_titan_bow_mesh"
		file = "gfx/models/ships/titans/reptilian_01/reptilian_01_titan_bow.mesh"

		meshsettings = {
			name = "Reptilian_titan_bow_LPShape"
			index = 0
			texture_diffuse = "reptilian_01_titan_diffuse.dds"
			texture_normal = "reptilian_01_titan_normal.dds"
			texture_specular = "reptilian_01_titan_specular.dds"
			shader = "PdxMeshShip"
		}
	}
	
	pdxmesh = {
		name = "reptilian_01_titan_mid_mesh"
		file = "gfx/models/ships/titans/reptilian_01/reptilian_01_titan_mid.mesh"

		meshsettings = {
			name = "Reptilian_titan_mid_LPShape"
			index = 0
			texture_diffuse = "reptilian_01_titan_diffuse.dds"
			texture_normal = "reptilian_01_titan_normal.dds"
			texture_specular = "reptilian_01_titan_specular.dds"
			shader = "PdxMeshShip"
		}
	}
	
	pdxmesh = {
		name = "reptilian_01_titan_stern_mesh"
		file = "gfx/models/ships/titans/reptilian_01/reptilian_01_titan_stern.mesh"

		meshsettings = {
			name = "Reptilian_titan_stern_LPShape"
			index = 0
			texture_diffuse = "reptilian_01_titan_diffuse.dds"
			texture_normal = "reptilian_01_titan_normal.dds"
			texture_specular = "reptilian_01_titan_specular.dds"
			shader = "PdxMeshShip"
		}
	}

	pdxmesh = {
		name = "reptilian_01_titan_weapon_effect_mesh"
		file = "gfx/models/ships/titans/reptilian_01/reptilian_01_titan_weapon_effect.mesh"

		meshsettings = {
			name = "reptilian_01_titan_weapon_effectShape"
			index = 0
			texture_diffuse = "reptilian_01_titan_effect.dds"
			texture_normal = "nonormal.dds"
			texture_specular = "nospec.dds"
			shader = "PdxMeshAlphaAdditiveAnimateUV"
		}
	}
}
