Difference between revisions of "Parts/Utility/dockingPortJr/dockingPortJr.cfg"

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
(Created page with "<pre> name = dockingPort3 module = Part author = NovaSilisko mesh = model.mu rescaleFactor = 1 node_stack_top = 0.0, 0.1474114, 0.0, 0.0, 1.0, 0.0, 1 node_stack_bottom = 0....")
 
(Updated for 0.23)
Line 1: Line 1:
<pre>
+
{{Part config|Clamp-O-Tron Jr.|2=PART
 +
{
 
name = dockingPort3
 
name = dockingPort3
 
module = Part
 
module = Part
Line 12: Line 13:
 
node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0
 
node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0
  
 +
TechRequired = advMetalworks
 +
entryCost = 7800
 
cost = 200
 
cost = 200
 
category = Utility
 
category = Utility
Line 17: Line 20:
 
title = Clamp-O-Tron Jr.
 
title = Clamp-O-Tron Jr.
  
description = The Clamp-O-Tron Jr. is a small docking port, suitable for small vessels, or connection points that don't require the ability to transfer crew.
+
description = Originally marketed as a child-size version of the normal Clamp-O-Tron, the Clamp-O-Tron Jr. soon found use among hobbyists and professional space agencies alike for its compact profile, lightweight structure, and all-round cuteness. As a result of its small size, it's usable for transferring resources, but not crew.
 
 
 
attachRules = 1,1,1,1,0
 
attachRules = 1,1,1,1,0
  
Line 36: Line 38:
 
nodeType = size0
 
nodeType = size0
 
}
 
}
</pre>
+
}
 +
}}

Revision as of 14:52, 24 January 2014

This is the configuration file for Clamp-O-Tron Jr..
PART
{
name = dockingPort3
module = Part
author = NovaSilisko

mesh = model.mu

rescaleFactor = 1

node_stack_top = 0.0, 0.1474114, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1
node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0

TechRequired = advMetalworks
entryCost = 7800
cost = 200
category = Utility
subcategory = 0
title = Clamp-O-Tron Jr.

description = Originally marketed as a child-size version of the normal Clamp-O-Tron, the Clamp-O-Tron Jr. soon found use among hobbyists and professional space agencies alike for its compact profile, lightweight structure, and all-round cuteness. As a result of its small size, it's usable for transferring resources, but not crew.
attachRules = 1,1,1,1,0

mass = 0.02
dragModelType = default
maximum_drag = 0.25
minimum_drag = 0.25
angularDrag = 0.5
crashTolerance = 10
maxTemp = 3400

//docking module will go here
MODULE
{
	name = ModuleDockingNode
	referenceAttachNode = top
	nodeType = size0	
}
}