module Base
{
	model VVA_Vehicles_VVE_SUV_DoorFrontRight
	{
		mesh = vehicles/VVE/SUV/doorF|Door_FrontRight_obj,
		shader = vehicle_multiuv_noreflect,
		static = FALSE,
		scale = 0.004,
		boneWeight = FrontDoor.R 1.0,
	}
	model VVA_Vehicles_VVE_SUV_DoorFrontRight_nr
	{
		mesh = vehicles/VVE/SUV/doorF|Door_FrontRight_obj,
		shader = vehicle_norandom_multiuv_noreflect,
		static = FALSE,
		scale = 0.004,
		boneWeight = FrontDoor.R 1.0,
	}
	model VVA_Vehicles_VVE_SUV_WindowFrontRight
	{
		mesh = vehicles/VVE/SUV/doorF|Window_FrontRight_obj,
		shader = vehicle_multiuv_vva,
		static = FALSE,
		scale = 0.004,
		boneWeight = FrontWindow.R 1.0,
	}

	template vehicle VVA_VVE_SUV_FrontRightShared {
		part WindowFrontRight
        {
			model Default
            {
            	file = VVA_Vehicles_VVE_SUV_WindowFrontRight,
            }
		}
		template! = VVA_WindowFR,
		template! = VVA_DoorFR_Common,
	}

	template vehicle VVA_VVE_SUV_FrontRight {
		part DoorFrontRight
		{
			model Default
			{
				file = VVA_Vehicles_VVE_SUV_DoorFrontRight,
			}
		}
		template! = VVA_VVE_SUV_FrontRightShared,
	}
	template vehicle VVA_VVE_SUV_FrontRight_nr {
		part DoorFrontRight
		{
			model Default
			{
				file = VVA_Vehicles_VVE_SUV_DoorFrontRight_nr,
			}
		}
		template! = VVA_VVE_SUV_FrontRightShared,
	}
}
