Difference between revisions of "Parts/Structural/strutOcto/strutOcto.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Page created)
 
(Updated for 0.23)
Line 1: Line 1:
<pre>
+
{{Part config|Octagonal Strut|2=PART
 +
{
 
name = strutOcto
 
name = strutOcto
 
module = Part
 
module = Part
Line 13: Line 14:
 
node_stack_bottom = 0.0, -0.1287344, 0.0, 0.0, 1.0, 0.0, 0
 
node_stack_bottom = 0.0, -0.1287344, 0.0, 0.0, 1.0, 0.0, 0
  
cost = 10
+
TechRequired = composites
 +
entryCost = 6400
 +
cost = 600
 
category = Structural
 
category = Structural
 
subcategory = 0
 
subcategory = 0
Line 29: Line 32:
 
crashTolerance = 7
 
crashTolerance = 7
 
maxTemp = 3000
 
maxTemp = 3000
</pre>
+
}
 +
}}

Revision as of 14:45, 24 January 2014

This is the configuration file for Octagonal Strut.
PART
{
name = strutOcto
module = Part
author = NovaSilisko

mesh = model.mu
scale = 1
rescaleFactor = 1

PhysicsSignificance = 1

node_stack_top = 0.0, 0.1287344, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.1287344, 0.0, 0.0, 1.0, 0.0, 0

TechRequired = composites
entryCost = 6400
cost = 600
category = Structural
subcategory = 0
title = Octagonal Strut
manufacturer = StrutCo
description = StrutCo presents: Octagonal struts! Use them to mount stop signs or octopi.
attachRules = 1,0,1,1,0

// --- standard part parameters ---
mass = 0.001
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 7
maxTemp = 3000
}