module Base
{
	template vehicle LTD91Gunrack
	{
		part LTD91Gunrack
		{
			category = bodywork,
			area = SeatFrontRight,
			itemType = Base.91fordLTDTrunk,
			mechanicRequireKey = true,
			repairMechanic = true,
			container
			{
				conditionAffectsCapacity = false,
				test = LTD91.ContainerAccess.Gunrack,
				capacity = 5,
			}
			lua
			{
				create = Vehicles.Create.Default,
			}
		}

	}

}

