Difference between revisions of "Parts/Aero/protectiveRocketNoseMk7/protectiveRocketNoseMk7.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 1.0.1;)
m (*update to 1.0.4;)
 
Line 23: Line 23:
 
angularDrag = 0.5
 
angularDrag = 0.5
 
crashTolerance = 10
 
crashTolerance = 10
maxTemp = 2000 // = 3400
+
maxTemp = 2400
thermalMassModifier = 3.0 // the dang things are light, so 2400 kJ/tonne-K
+
thermalMassModifier = 6.0
 
emissiveConstant = 0.7
 
emissiveConstant = 0.7
 
fuelCrossFeed = False
 
fuelCrossFeed = False

Latest revision as of 12:08, 27 June 2015

This is the configuration file for Protective Rocket Nose Cone Mk7.
PART
{
	name = rocketNoseCone
	module = Part
	author = NovaSilisko
	mesh = model.mu
	scale = 1
	rescaleFactor = 1
	node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 2
	TechRequired = advConstruction
	entryCost = 6500
	cost = 450
	category = Aero
	subcategory = 0
	title = Protective Rocket Nose Cone Mk7
	manufacturer = Goliath National Products
	description = A large nose cone for covering up exposed areas of big rockets.
	attachRules = 1,0,1,1,0
	mass = 0.2
	dragModelType = default
	maximum_drag = 0.1
	minimum_drag = 0.1
	angularDrag = 0.5
	crashTolerance = 10
	maxTemp = 2400
	thermalMassModifier = 6.0
	emissiveConstant = 0.7
	fuelCrossFeed = False
	bulkheadProfiles = size2
}