Parts/Utility/mk2DockingPort/mk2DockingPort.cfg

From Kerbal Space Program Wiki
< Parts‎ | Utility
Revision as of 19:20, 29 April 2015 by BobBot (talk | contribs) (*update to 1.0;)
Jump to: navigation, search
This is the configuration file for Mk2 Clamp-O-Tron.
PART
{
	name = mk2DockingPort
	module = Part
	author = Porkjet
	mesh = model.mu
	rescaleFactor = 1
	node_stack_top = 0.0, 0.625, 0.0, 0.0, 1.0, 0.0, 1
	node_stack_bottom = 0.0, -0.625, 0.0, 0.0, -1.0, 0.0, 1
	TechRequired = advAerodynamics
	entryCost = 11000
	cost = 850
	category = Utility
	subcategory = 0
	title = Mk2 Clamp-O-Tron
	manufacturer = C7 Aerospace Division
	description = The new Clamp-O-Tron brand docking port comes complete with integrated monopropellant tanks for all your docking needs.
	attachRules = 1,0,1,1,1
	mass = 0.30
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 1
	crashTolerance = 50
	breakingForce = 50
	breakingTorque = 50
	maxTemp = 2000 // = 3000
	fuelCrossFeed = True
	bulkheadProfiles = size1, mk2
	RESOURCE
	{
		name = MonoPropellant
		amount = 75
		maxAmount = 75
	}
	MODULE
	{
		name = ModuleDockingNode
		deployAnimationController = 1
		nodeType = size1
		nodeTransformName = dockingNode
		controlTransformName = controlNode
	}
	MODULE
	{
		name = ModuleAnimateGeneric
		animationName = dockingPortDeploy
	}
	MODULE
	{
		name = ModuleLiftingSurface
		useInternalDragModel = False
		deflectionLiftCoeff = 0.24
		dragAtMaxAoA = 0.3
		dragAtMinAoA = 0.1
	}
}