###################################################################################
###																				###
###								Skrand's Talon (Ship)							###
###																				###
###################################################################################
objectTypes = {
	pdxmesh = {
		name = "paragon_01_skrand_ship_01_mesh"
		file = "gfx/models/ships/paragon_01/paragon_01_skrand_ship_01.mesh"
		animation = { id = "idle"			type = "paragon_01_skrand_ship_01_idle_animation" }
		animation = { id = "death"			type = "paragon_01_skrand_ship_01_death_animation" }

		meshsettings = {
			name = "paragon_01_skrand_ship_01|g_body|g_bodyShape"
			index = 0
			texture_diffuse = "paragon_01_skrand_ship_01_diffuse.dds"
			texture_normal = "paragon_01_skrand_ship_01_normal.dds"
			texture_specular = "paragon_01_skrand_ship_01_specular.dds"
			shader = "PdxMeshShip"
		}
	}

	pdxmesh = {
		name = "paragon_01_skrand_ship_01_frame_mesh"
		file = "gfx/models/ships/paragon_01/paragon_01_skrand_ship_01_frame.mesh"
		animation = { id = "idle"			type = "paragon_01_skrand_ship_01_frame_idle_animation" }
		animation = { id = "death"			type = "paragon_01_skrand_ship_01_frame_death_animation" }
	}
}
