@PARTUPGRADE[ds00_VADistiller]
{
	@description = Installs Wild Blue prospector-based distillation system into select intake parts. Enables in-flight separation of many useful resources from a planet's atmosphere or ocean.
}

@PART[ds00_intmk2,ds00_intrbm]
{
	
	MODULE
	{
		name = ModuleResourceHarvester
		HarvesterType = 3
		Efficiency = 0.8
		ResourceName = Atmosphere
		ConverterName = Atmosphere Edge Filter
		StartActionName = Start Atmosphere Edge Filter
		StopActionName = Stop Atmosphere Edge Filter
		ToggleActionName = Toggle Atmosphere Edge Filter
		intakeTransformName = Intake
		INPUT_RESOURCE
		{
			ResourceName = ElectricCharge
			Ratio = 1
		}
	}
	
	MODULE
	{
		name = WBIProspector
		ConverterName = Atmosphere Processor
		StartActionName = Start Atmosphere Processor
		StopActionName = Stop Atmosphere Processor
		AutoShutdown = false
		GeneratesHeat = false
		guiVisible = true
		harvestTypes = Atmospheric
		outputsGuiName = Show Processor Outputs

		INPUT_RESOURCE
		{
			ResourceName = Atmosphere
			Ratio = 0.1
		}		

		INPUT_RESOURCE
		{
			ResourceName = ElectricCharge
			Ratio = 5
		}
		moduleIsEnabled = false
		showUpgradesInModuleInfo = true
		UPGRADES
		{
			UPGRADE
			{
				name__ = ds00_VADistiller
				description__ = Atmosphere harvester
				techRequired__ = advScienceTech
				moduleIsEnabled = true
			}
		}	
	}
	
	MODULE
	{
		name = WBIProspector
		ConverterName = Liquid Distiller
		StartActionName = Start Liquid Distiller
		StopActionName = Stop Liquid Distiller
		AutoShutdown = false
		GeneratesHeat = false
		guiVisible = true
		harvestTypes = Oceanic
		outputsGuiName = Show Distiller Outputs

		INPUT_RESOURCE
		{
			ResourceName = IntakeLqd
			Ratio = 0.1
		}		

		INPUT_RESOURCE
		{
			ResourceName = ElectricCharge
			Ratio = 5
		}
		moduleIsEnabled = false
		showUpgradesInModuleInfo = true
		UPGRADES
		{
			UPGRADE
			{
				name__ = ds00_VADistiller
				description__ = Ocean harvester
				techRequired__ = advScienceTech
				moduleIsEnabled = true
			}
		}
	}
}