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

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
m (XZise moved page Parts/stackPoint1/part.cfg to Parts/Utility/stackPoint1/part.cfg without leaving a redirect: manually move because target already exists)
(Undo revision 31758 by XZise (talk))
Line 1: Line 1:
<pre>
+
{{Part config|BZ-52 Radial Attachment Point|2=PART
 +
{
 
name = stackPoint1
 
name = stackPoint1
 
module = Part
 
module = Part
Line 11: Line 12:
 
node_attach = 0.0, -0.08, 0.0, 0.0, -1.0, 0.0
 
node_attach = 0.0, -0.08, 0.0, 0.0, -1.0, 0.0
  
 
+
TechRequired = advMetalworks
cost = 250
+
entryCost = 8200
 +
cost = 1250
 
category = Structural
 
category = Structural
 
subcategory = 0
 
subcategory = 0
Line 28: Line 30:
 
crashTolerance = 10
 
crashTolerance = 10
 
maxTemp = 3400
 
maxTemp = 3400
</pre>
+
}
 +
}}

Revision as of 16:36, 27 January 2014

This is the configuration file for BZ-52 Radial Attachment Point.
PART
{
name = stackPoint1
module = Part
author = NovaSilisko

mesh = model.mu

rescaleFactor = 1

node_stack_top = 0.0, 0.04688377, 0.0, 0.0, 1.0, 0.0, 1
node_attach = 0.0, -0.08, 0.0, 0.0, -1.0, 0.0

TechRequired = advMetalworks
entryCost = 8200
cost = 1250
category = Structural
subcategory = 0
title = BZ-52 Radial Attachment Point
manufacturer = Found behind the Clamp-O-Tron factory
description = Originally a defective Clamp-O-Tron docking port, engineers soon discovered it had great potential as a structural element.

attachRules = 1,1,1,1,1

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