MOLE:NEEDS[Pathfinder]
{
	name = GlykerolLab
	author = Angel-125
	shortName = Glykerol
	title = Glykerol Lab
	logoPanel = WildBlueIndustries/000WildBlueTools/Decals/Glykerol
	glowPanel = WildBlueIndustries/000WildBlueTools/Decals/GlykerolGlow
	description = This specialized lab is capable of producing glykerol, a substance that's effective at freezing living things.
	mass = 1.375
	TechRequired = advExploration
	requiredResource = Equipment
	requiredAmount = 550
	reconfigureSkill = ConverterSkill
	enableMPLModules = false
	ignoreMaterialModifier = true
	templateTags = moleLab

	MODULE
	{
		name = ModuleResourceConverter
		ConverterName = Glykerol
		StartActionName = Start Glykerol
		StopActionName = Stop Glykerol
		AutoShutdown = false
		GeneratesHeat = false
		UseSpecialistBonus = true
		SpecialistEfficiencyFactor = 0.2
		SpecialistBonusBase = 0.05
		ExperienceEffect = ScienceSkill
		EfficiencyBonus = 1

		 
		INPUT_RESOURCE
		{
			ResourceName = Coolant
			Ratio = 0.5
			FlowMode = STAGE_PRIORITY_FLOW
		}

		INPUT_RESOURCE
		{
			ResourceName = RareMetals
			Ratio = 0.05
			FlowMode = STAGE_PRIORITY_FLOW
		}

		INPUT_RESOURCE
		{
			ResourceName = ExoticMinerals
			Ratio = 0.05
			FlowMode = STAGE_PRIORITY_FLOW
		}

		INPUT_RESOURCE
		{
			ResourceName = ElectricCharge
			Ratio = 30
		}

		OUTPUT_RESOURCE
		{
			ResourceName = Glykerol
			Ratio = 0.125
			DumpExcess = false
			FlowMode = STAGE_PRIORITY_FLOW
		}
	}

	RESOURCE
	{
		name = Glykerol
		amount = 200
		maxAmount = 200
		isTweakable = true
	}
}

MOLE:NEEDS[!Pathfinder]
{
	name = GlykerolLab
	author = Angel-125
	shortName = Glykerol
	title = Glykerol Lab
	logoPanel = WildBlueIndustries/000WildBlueTools/Decals/Glykerol
	glowPanel = WildBlueIndustries/000WildBlueTools/Decals/GlykerolGlow
	description = This specialized lab is capable of producing glykerol, a substance that's effective at freezing living things.
	mass = 0.375
	TechRequired = advExploration
	requiredResource = Equipment
	requiredAmount = 300
	reconfigureSkill = ConverterSkill
	enableMPLModules = false
	ignoreMaterialModifier = true
	templateTags = moleLab

	MODULE
	{
		name = ModuleResourceConverter
		ConverterName = Glykerol
		StartActionName = Start Glykerol
		StopActionName = Stop Glykerol
		AutoShutdown = false
		GeneratesHeat = false
		UseSpecialistBonus = true
		SpecialistEfficiencyFactor = 0.2
		SpecialistBonusBase = 0.05
		ExperienceEffect = ScienceSkill
		EfficiencyBonus = 1
		 
		INPUT_RESOURCE
		{
			ResourceName = Water
			Ratio = 66
			FlowMode = STAGE_PRIORITY_FLOW
		}

		INPUT_RESOURCE
		{
			ResourceName = XenonGas
			Ratio = 30
			FlowMode = STAGE_PRIORITY_FLOW
		}

		INPUT_RESOURCE
		{
			ResourceName = ElectricCharge
			Ratio = 24.4
		}

		OUTPUT_RESOURCE
		{
			ResourceName = Glykerol
			Ratio = 0.03
			DumpExcess = false
			FlowMode = STAGE_PRIORITY_FLOW
		}
	}

	RESOURCE
	{
		name = Glykerol
		amount = 200
		maxAmount = 200
		isTweakable = true
	}
}