module Base
{
	template vehicle CVPI92Gunrack
	{
		part CVPI92Gunrack
		{
			category = bodywork,
			area = SeatFrontRight,
			itemType = Base.92fordCVPITrunk,
			mechanicRequireKey = true,
			repairMechanic = true,
			container
			{
				conditionAffectsCapacity = false,
				test = CVPI92.ContainerAccess.Gunrack,
				capacity = 5,
			}
			lua
			{
				create = Vehicles.Create.Default,
			}
		}

	}

}

