Parts/Aero/airlinerWings/ControlSurface.cfg

From Kerbal Space Program Wiki
< Parts
Revision as of 12:13, 27 June 2015 by BobBot (talk | contribs) (*update to 1.0.4;)
Jump to: navigation, search
This is the configuration file for FAT-445 Aeroplane Control Surface.
PART
{
	name = airlinerCtrlSrf
	module = Part
	author = Porkjet
	rescaleFactor = 1
	node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0
	CoLOffset = 0, -0.3730053, 0
	CoPOffset = 0, -0.3730053, 0
	TechRequired = experimentalAerodynamics
	entryCost = 16400
	cost = 800
	category = Aero
	subcategory = 0
	title = FAT-445 Aeroplane Control Surface
	manufacturer = WinterOwl Aircraft Emporium
	description = Large conventional control surface.
	attachRules = 0,1,0,1,1
	mass = 0.17
	thermalMassModifier = 6
	heatConductivity = 0.12
	emissiveConstant = 0.4
	dragModelType = none
	maximum_drag = 0.02
	minimum_drag = 0.02
	angularDrag = 2
	crashTolerance = 15
	maxTemp = 1200 // = 3400
	explosionPotential = 0.1
	fuelCrossFeed = True
	bulkheadProfiles = srf
	MODEL
	{
		model = Squad/Parts/Aero/airlinerWings/ControlSurface
	}
	MODULE
	{
		name = ModuleControlSurface
		useInternalDragModel = True
		dragCoeff = 0.5
		deflectionLiftCoeff = 0.86		// 3.01m^2 *
		ctrlSurfaceRange = 15
		ctrlSurfaceArea = 1
		actuatorSpeed = 15
		transformName = ControlSurface
	}
}