module Base
{
	template vehicle 89actytruck_Seats
	{
		template = Seat/part/SeatFrontLeft,
		template = Seat/part/SeatFrontRight,

		part SeatFrontRight
		{

			model leftfrontseat
			{
				file = 89actytruck_SeatFrontLeft,
			}

			area = SeatFrontLeft,
		}

		part SeatFrontLeft
		{

			model rightfrontseat
			{
				file = 89actytruck_SeatFrontRight,
			}
			area = SeatFrontRight,
		}

		part Seat*
		{
			category = seat,
			container
			{
				capacity = 20,
			}

			table install
			{
				skills = Mechanics:1,
			}

			table uninstall
			{
				skills = Mechanics:1,
			}
		}
	}
}