Difference between revisions of "Parts/Aero/cones/tailConnectorB.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(+added in 1.0;)
 
m (*update to 1.0.1;)
Line 25: Line 25:
 
crashTolerance = 8
 
crashTolerance = 8
 
maxTemp = 2000 // = 3200
 
maxTemp = 2000 // = 3200
 +
thermalMassModifier = 4.0 // the dang things are light, so 3200 kJ/tonne-K
 +
emissiveConstant = 0.95
 
fuelCrossFeed = True
 
fuelCrossFeed = True
 
bulkheadProfiles = size1
 
bulkheadProfiles = size1

Revision as of 20:48, 1 May 2015

This is the configuration file for Tail Connector B.
PART
{
	name = airplaneTailB
	module = Part
	author = Porkjet
	rescaleFactor = 1
	node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0
	node_attach = 0, -1, -0.625, 0.0, 0.0, 1.0
	CoMOffset = 0.0, -1.5, -0.313
	CoPOffset = 0.0, -1.5, -0.313
	CoLOffset = 0.0, -1.5, -0.313
	cost = 675
	category = Aero
	entryCost = 2800
	TechRequired = aerodynamicSystems
	title = Tail Connector B
	manufacturer = WinterOwl Aircraft Emporium
	description = This raised variant of our popular airplane tail provides a lot of ground clearance during take-off.
	attachRules = 1,1,1,1,0
	mass = 0.2
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 8
	maxTemp = 2000 // = 3200
	thermalMassModifier = 4.0 // the dang things are light, so 3200 kJ/tonne-K
	emissiveConstant = 0.95
	fuelCrossFeed = True
	bulkheadProfiles = size1
	MODEL
	{
		model = Squad/Parts/Aero/cones/TailB
	}
}