module Base
{
	template vehicle 500FuelTruckTank
	{
		part 500FuelTruckTank
		{
			area = FuelStorage,
			category = gastank,
			itemType = Base.500Tank;,
			mechanicRequireKey = false,
			repairMechanic = true,
			container
			{
				test = Vehicles.ContainerAccess.GasTank,
				contentType = Gasoline Storage,
				conditionAffectsCapacity = true,
			}
			lua
			{
				create = Vehicles.Create.GasTank,
			}

		}
	}
}


