	###### KAIJU ADULT ######


objectTypes = {
	pdxmesh = {
		name = "kaiju_01_adult_mesh"
		file = "gfx/models/ships/guardians/kaiju/kaiju_01_adult.mesh"


		animation = { id = "idle"			type = "kaiju_01_adult_idle_animation" }
		animation = { id = "moving"			type = "kaiju_01_adult_moving_animation" }
		animation = { id = "combat_moving"	type = "kaiju_01_adult_combat_moving_animation" }
		animation = { id = "open"			type = "kaiju_01_adult_open_animation" }
		animation = { id = "opening"		type = "kaiju_01_adult_opening_animation" }
		animation = { id = "closing"		type = "kaiju_01_adult_closing_animation" }

		animation = { id = "rage"		    type = "kaiju_01_adult_rage_animation" }
		animation = { id = "superweapon"    type = "kaiju_01_adult_superweapon_animation" }

		animation = { id = "closed_death"	type = "kaiju_01_adult_death_animation" }
		animation = { id = "opened_death"	type = "kaiju_01_adult_death_animation" }

		meshsettings = {
			name = "g_kaiju_01_adultShape"
			index = 0
			texture_diffuse = "kaiju_01_adult_diffuse.dds"
			texture_normal = "kaiju_01_adult_normal.dds"
			texture_specular = "kaiju_01_adult_specular.dds"
			shader = "PdxMeshShipDiffuseEmissive"
		}
	}
	pdxmesh = {
		name = "kaiju_01_adult_frame_mesh"
		file = "gfx/models/ships/guardians/kaiju/kaiju_01_adult_frame.mesh"

		animation = { id = "idle"			type = "kaiju_01_adult_frame_idle_animation" }
		animation = { id = "closed_death"	type = "kaiju_01_adult_frame_death_animation" }
		animation = { id = "opened_death"	type = "kaiju_01_adult_frame_death_animation" }
	}


	###### KAIJU JUVENILE ######

	pdxmesh = {
		name = "kaiju_01_juvenile_mesh"
		file = "gfx/models/ships/guardians/kaiju/kaiju_01_juvenile.mesh"

		animation = { id = "idle"			type = "kaiju_01_juvenile_idle_animation" }
		animation = { id = "moving"			type = "kaiju_01_juvenile_idle_animation" }
		animation = { id = "death"	        type = "kaiju_01_juvenile_death_animation" }
		animation = { id = "combat_moving"	type = "kaiju_01_juvenile_combat_moving_animation" }

		animation = { id = "rage"		    type = "kaiju_01_juvenile_rage_animation" }

		meshsettings = {
			name = "g_kaiju_01_juvenileShape"
			index = 0
			texture_diffuse = "kaiju_01_juvenile_diffuse.dds"
			texture_normal = "kaiju_01_juvenile_normal.dds"
			texture_specular = "kaiju_01_juvenile_specular.dds"
			shader = "PdxMeshShipDiffuseEmissive"
		}
	}
	pdxmesh = {
		name = "kaiju_01_juvenile_frame_mesh"
		file = "gfx/models/ships/guardians/kaiju/kaiju_01_juvenile_frame.mesh"

		animation = { id = "idle"	type = "kaiju_01_juvenile_frame_idle_animation" }
		animation = { id = "death"	type = "kaiju_01_juvenile_frame_death_animation" }
	}



	###### KAIJU HATCHLING ######

	pdxmesh = {
		name = "kaiju_01_hatchling_mesh"
		file = "gfx/models/ships/guardians/kaiju/kaiju_01_hatchling.mesh"

		animation = { id = "idle"			type = "kaiju_01_hatchling_idle_animation" }
		animation = { id = "moving"			type = "kaiju_01_hatchling_idle_animation" }
		animation = { id = "death"	        type = "kaiju_01_hatchling_death_animation" }
		animation = { id = "rage"		    type = "kaiju_01_hatchling_rage_animation" }
		animation = { id = "combat_moving"	type = "kaiju_01_hatchling_combat_moving_animation" }


		meshsettings = {
			name = "g_kaiju_01_hatchlingShape"
			index = 0
			texture_diffuse = "kaiju_01_hatchling_diffuse.dds"
			texture_normal = "kaiju_01_hatchling_normal.dds"
			texture_specular = "kaiju_01_hatchling_specular.dds"
			shader = "PdxMeshShipDiffuseEmissive"
		}
	}
	pdxmesh = {
		name = "kaiju_01_hatchling_frame_mesh"
		file = "gfx/models/ships/guardians/kaiju/kaiju_01_hatchling_frame.mesh"

		animation = { id = "idle"	type = "kaiju_01_hatchling_frame_idle_animation" }
		animation = { id = "death"	type = "kaiju_01_hatchling_frame_death_animation" }
	}

	###### KAIJU EGG ######

	pdxmesh = {
		name = "kaiju_01_egg_mesh"
		file = "gfx/models/ships/guardians/kaiju/kaiju_01_egg.mesh"

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

		meshsettings = {
			name = "g_kaiju_01_egg_part_1Shape"
			index = 0
			texture_diffuse = "kaiju_01_egg_diffuse.dds"
			texture_normal = "kaiju_01_egg_normal.dds"
			texture_specular = "kaiju_01_egg_specular.dds"
			shader = "PdxMeshShip"
		}
	}

		###### KAIJU EGG DESTROYED ######

	pdxmesh = {
		name = "kaiju_01_egg_destroyed_mesh"
		file = "gfx/models/ships/guardians/kaiju/kaiju_01_egg_destroyed.mesh"

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

		meshsettings = {
			name = "g_kaiju_01_egg_destroyed_part_1Shape"
			index = 0
			texture_diffuse = "kaiju_01_egg_destroyed_diffuse.dds"
			texture_normal = "kaiju_01_egg_destroyed_normal.dds"
			texture_specular = "kaiju_01_egg_destroyed_specular.dds"
			shader = "PdxMeshShip"
		}
	}
}
