module Base
{
	template vehicle JP84Gunrack
	{
		part DAMNGunrack
		{
			category = bodywork,
			area = SeatFrontRight,
			itemType = damnCraft.Trunk,
			mechanicRequireKey = true,
			repairMechanic = true,
			container
			{
				conditionAffectsCapacity = false,
				test = DAMN.ContainerAccess.Gunrack,
				capacity = 5,
			}
			lua
			{
				create = Vehicles.Create.Default,
			}
		}

	}

}

