+PART[externalTankToroid]
{
	@name = iamn00b_miniTokamak
	@author = iamn00b
	@title = TMC-56-C "Tokamak" Miniaturized Fusion Reactor
	@description = The latest in clean and high-output fusion technology, the TMC-56-C miniaturized reactor is a portable, compact, and lightweight powerhouse that'll easily fit your energy generation needs.
	@angularDrag = 2.1
	@mass = 1
	@breakingForce = 1000
	@breakingTorque = 1000
	@crashTolerance = 100
	@maxTemp = 500000000
	!fuelCrossFeed
	@TechRequired = experimentalElectrics
	@entryCost = 1500000
	@cost = 750000
	!RESOURCE[LiquidFuel] {}
	!RESOURCE[Oxidizer] {}
	MODULE
	{
		name = ModuleResourceConverter
		ConverterName = Fusion Reactor
		StartActionName = Start Reactor
		StopActionName = Stop Reactor
		ToggleActionName = Toggle Reactor
		AutoShutdown = false
		GeneratesHeat = True
		UseSpecialistBonus = false
		resourceOutputName = EC
		AutoShutdown = false
		TemperatureModifier
		{
			key = 0 50000 0 0
			key = 750 25000 0 0
			key = 1000 5000 0 0
			key = 1250 2500 0 0	
			key = 2000 2500 0 0	
			key = 4000 0 0 0
		}				
		GeneratesHeat = true
//		DefaultShutoffTemp = .8
		ThermalEfficiency 
		{
			key = 0 0 0 0
			key = 1000 0.0 0 0
			key = 2000 0.1 0 0
			key = 4000 0.5 0 0
			key = 5000 0.8 0 0 
			key = 6000 0.9 0 0 
			key = 8000 1.0 0 0 
			key = 9000 0.9 0 0  
			key = 11000 0.0 0 0 
		}

		INPUT_RESOURCE:NEEDS[!CommunityResourcePack]
		{
			ResourceName = LiquidFuel
			Ratio = 0.4
			FlowMode = STACK_PRIORITY_SEARCH
		}
		INPUT_RESOURCE:NEEDS[CryoTanks]
		{
			ResourceName = LqdHydrogen
			Ratio = 0.4
			FlowMode = STACK_PRIORITY_SEARCH
		}
		INPUT_RESOURCE
		{
			ResourceName = ElectricCharge
			Ratio = 0.6
			FlowMode = STAGE_PRIORITY_FLOW
		}
		OUTPUT_RESOURCE
		{
			ResourceName = ElectricCharge
			Ratio = 10
			FlowMode = STAGE_PRIORITY_FLOW
			DumpExcess = false
		}
	}
}