module Base
{
	template vehicle GNX87Gunrack
	{
		part GNX87Gunrack
		{
			category = bodywork,
			area = SeatFrontRight,
			itemType = Base.87buickRegalTrunk,
			mechanicRequireKey = true,
			repairMechanic = true,
			container
			{
				conditionAffectsCapacity = false,
				test = GNX87.ContainerAccess.Gunrack,
				capacity = 5,
			}
			lua
			{
				create = Vehicles.Create.Default,
			}
		}

	}

}

