Parts/Aero/basicFin/basicFin.cfg

From Kerbal Space Program Wiki
< Parts
Revision as of 12:13, 27 June 2015 by BobBot (talk | contribs) (*update to 1.0.4;)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This is the configuration file for Basic Fin.
PART
{
	name = basicFin
	module = Part
	author = Porkjet
	mesh = basicFin.mu
	rescaleFactor = 1
	node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1
	CoLOffset = -0.1696656, -0.05, 0
	CoPOffset = -0.1696656, -0.05, 0
	TechRequired = start
	entryCost = 0
	cost = 25
	category = Aero
	subcategory = 0
	title = Basic Fin
	manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
	description = This simple bolt-on aluminum fin may not be the cutting edge of aerospace engineering but it's dirt cheap and will make your rocket slightly less unstable.
	attachRules = 0,1,0,1,1
	mass = 0.01
	//thermalMassModifier = 1
	//heatConductivity = 0.12
	emissiveConstant = 0.95
	dragModelType = none
	maximum_drag = 0.02
	minimum_drag = 0.02
	angularDrag = 2
	crashTolerance = 4
	maxTemp = 934 // Aluminum melting point
	explosionPotential = 0.1
	fuelCrossFeed = True
	bulkheadProfiles = srf

	MODULE
	{
		name = ModuleLiftingSurface
		useInternalDragModel = True
		deflectionLiftCoeff = 0.12		//0.42m^2
//		dragAtMaxAoA = 0.10
//		dragAtMinAoA = 0.00
	}
}