MOBL
{
	author = Angel-125
	name = BotanyLab
	title = Mark One Botany Lab
	shortName = Botany Lab
	mass = 1.375
	requiredResource = Equipment
	requiredAmount = 550
	reconfigureSkill = ConverterSkill
	logoPanel = WildBlueIndustries/000WildBlueTools/Decals/Greenhouse
	glowPanel = WildBlueIndustries/000WildBlueTools/Decals/GreenhouseGlow
	description = The Botany Lab is a fuel tank converted into an orbiting experimental garden to study plant growth in space. The designers originally wanted to call it the Botany Bay, but crews expressed concerns about the bay secretly holding cryopods full of genetically engineered, highly intelligent, BadS super kerbals capable of simultaneously being pilots, engineers, and scientists that would take over the space station. After numerous failed attempts to show that no secret cryopods existed, engineers relented and renamed the converted tank to the Botany Lab.
	toolTip = The MOBL is a vital component of the Botanical Research Experiment.
	toolTipTitle = Your First Botany Lab
	ignoreMaterialModifier = true
	CrewCapacity = 2
	templateTags = moleLab

	MODULE
	{
		name = WBIModuleGreenhouse
		ConverterName = Botany Lab
		StartActionName = Start Botany Lab
		StopActionName = Stop Botany Lab
		AutoShutdown = false
		GeneratesHeat = false
		UseSpecialistBonus = true
		SpecialistEfficiencyFactor = 0.2
		ExperienceEffect = ScienceSkill
		EfficiencyBonus = 1
		hoursPerCycle = 168 //Number of hours to grow crops
		minimumSuccess = 45
		criticalSuccess = 95
		criticalFail = 20
		cropResource = Plants
		cropYield = 84
		criticalSuccessBonus = 0.25
		failureLoss = 0.5
		repairSkill = ScienceSkill
		repairResource = RocketParts
		repairAmount = 50

		INPUT_RESOURCE
		{
			ResourceName = Water
			Ratio = 0.000109375
		}

		INPUT_RESOURCE
		{
			ResourceName = Fertilizer
			Ratio = 0.000036458
		}

		INPUT_RESOURCE
		{
			ResourceName = ElectricCharge
			Ratio = 6
		}
	}

	RESOURCE
	{
		name = Water
		amount = 250
		maxAmount = 250
		isTweakable = true
	}

	RESOURCE
	{
		name = Fertilizer
		amount = 250
		maxAmount = 250
		isTweakable = true
	}
}