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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 1.0;)
m (*update to 1.0.4;)
 
(One intermediate revision by the same user not shown)
Line 16: Line 16:
 
description = This intake adresses those sometimes absurd contraptions that SSTO engineers designed in an attempt to pump more and more air into their engines.
 
description = This intake adresses those sometimes absurd contraptions that SSTO engineers designed in an attempt to pump more and more air into their engines.
 
attachRules = 0,1,0,1,1
 
attachRules = 0,1,0,1,1
mass = 0.008
+
mass = 0.004
thermalMassModifier = 4.0 // the dang things are light, so 3200 kJ/tonne-K
+
thermalMassModifier = 12.0
 
// heatConductivity = 0.06 // half default
 
// heatConductivity = 0.06 // half default
emissiveConstant = 0.55
+
emissiveConstant = 0.7
 
dragModelType = default
 
dragModelType = default
 
maximum_drag = 0.2
 
maximum_drag = 0.2
Line 27: Line 27:
 
breakingForce = 200
 
breakingForce = 200
 
breakingTorque = 200
 
breakingTorque = 200
maxTemp = 2000 // = 5000
+
maxTemp = 2400
 
bulkheadProfiles = srf
 
bulkheadProfiles = srf
 
MODULE
 
MODULE

Latest revision as of 12:13, 27 June 2015

This is the configuration file for Structural Intake.
PART
{
	name = IntakeRadialLong
	module = Part
	author = Porkjet
	mesh = model.mu
	rescaleFactor = 1
	node_attach = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0
	TechRequired = highAltitudeFlight
	entryCost = 6800
	cost = 900
	category = Aero
	subcategory = 0
	title = Structural Intake
	manufacturer = C7 Aerospace Division
	description = This intake adresses those sometimes absurd contraptions that SSTO engineers designed in an attempt to pump more and more air into their engines.
	attachRules = 0,1,0,1,1
	mass = 0.004
	thermalMassModifier = 12.0
	// heatConductivity = 0.06 // half default
	emissiveConstant = 0.7
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 7
	breakingForce = 200
	breakingTorque = 200
	maxTemp = 2400
	bulkheadProfiles = srf
	MODULE
	{
		name = ModuleResourceIntake
		resourceName = IntakeAir
		checkForOxygen = true
		area = 0.00082
		intakeSpeed = 10
		intakeTransformName = Intake
	}
	RESOURCE
	{
		name = IntakeAir
		amount = 0.082
		maxAmount = 0.082
	}
}