BOW
{
	author = Angel-125
	name = TinkerShop
	title = Tinker Shop
	shortName = Tinker Shop
	description = The Tinker Shop is dedicated to making equipment needed to outfit modules on orbit.
	mass = 5
	requiredResource = Equipment
	requiredAmount = 2000
	reconfigureSkill = ConverterSkill
	logoPanel = WildBlueIndustries/000WildBlueTools/Decals/Factory_IronWorks
	glowPanel = WildBlueIndustries/000WildBlueTools/Decals/Factory_IronWorksGlow
	toolTip = If you're tired of hauling rocket parts around, why not build them out of the local resources?
	toolTipTitle = Your First Tinker Shop

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

		INPUT_RESOURCE
		{
			ResourceName = Ore
			Ratio = 2
		}

		INPUT_RESOURCE
		{
			ResourceName = RareMetals
			Ratio = 0.4
		}

		INPUT_RESOURCE
		{
			ResourceName = ExoticMinerals
			Ratio = 0.4
		}

		INPUT_RESOURCE
		{
			ResourceName = ElectricCharge
			Ratio = 4.5
		}

		OUTPUT_RESOURCE
		{
			ResourceName = Equipment
			Ratio = 4.0
			DumpExcess = false
		}
	}

	RESOURCE
	{
		name = Equipment
		amount = 750
		maxAmount = 750
	}
}