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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 1.0.1;)
m (*update to 1.0.4;)
 
Line 24: Line 24:
 
angularDrag = 1
 
angularDrag = 1
 
crashTolerance = 8
 
crashTolerance = 8
maxTemp = 2000 // = 3200
+
maxTemp = 2200 // = 3200
thermalMassModifier = 4.0 // the dang things are light, so 3200 kJ/tonne-K
+
thermalMassModifier = 6.0
 
emissiveConstant = 0.95
 
emissiveConstant = 0.95
 
fuelCrossFeed = True
 
fuelCrossFeed = True
Line 32: Line 32:
 
{
 
{
 
model = Squad/Parts/Aero/cones/TailB
 
model = Squad/Parts/Aero/cones/TailB
 +
}
 +
MODULE
 +
{
 +
name = ModuleAnimateHeat
 +
ThermalAnim = Cone_Heat
 
}
 
}
 
}
 
}
  
 
}}
 
}}

Latest revision as of 12:13, 27 June 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 = 2200 // = 3200
	thermalMassModifier = 6.0
	emissiveConstant = 0.95
	fuelCrossFeed = True
	bulkheadProfiles = size1
	MODEL
	{
		model = Squad/Parts/Aero/cones/TailB
	}
	MODULE
	{
		name = ModuleAnimateHeat
		ThermalAnim = Cone_Heat
	}
}