objectTypes = {

	pdxmesh = {

		name = "drone_homebase_mesh"
		file = "gfx/models/ships/guardians/drone_homebase/drone_homebase.mesh"
		
		animation = { id = "idle"			type = "drone_homebase_idle_animation" }
		animation = { id = "death"			type = "drone_homebase_death_animation" }
		
		scale = 1.0
	}
	
	pdxmesh = {

		name = "drone_homebase_turret_mesh"
		file = "gfx/models/ships/guardians/drone_homebase/drone_homebase_turret.mesh"

		scale = 1.0
	}

	pdxmesh = {
		name = "drone_homebase_forcefield_mesh"
		file = "gfx/models/ships/guardians/drone_homebase/drone_homebase_forcefield.mesh"
		scale = 1.0
	}
}