objectTypes = {
	pdxmesh = {
		name = "star_eater_01_mesh"
		file = "gfx/models/ships/megastructures/star_eater/star_eater_01.mesh"

		animation = { id = "idle"		type = "star_eater_01_idle_animation" }
		animation = { id = "open"		type = "star_eater_01_open_animation" }
		animation = { id = "opening"	type = "star_eater_01_opening_animation" }
		animation = { id = "closing"	type = "star_eater_01_closing_animation" }
		animation = { id = "closed_death"	type = "star_eater_01_death_closed_animation" }
		animation = { id = "opened_death"	type = "star_eater_01_death_open_animation" }
	}
}

objectTypes = {
	pdxmesh = {
		name = "star_eater_01_frame_mesh"
		file = "gfx/models/ships/megastructures/star_eater/star_eater_01_frame.mesh"

		animation = { id = "idle"			type = "star_eater_01_frame_idle_animation" }
		animation = { id = "closed_death"	type = "star_eater_01_frame_death_closed_animation" }
		animation = { id = "opened_death"	type = "star_eater_01_frame_death_open_animation" }
	}
}

