Difference between revisions of "Parts/Structural/strutOcto/strutOcto.cfg"
From Kerbal Space Program Wiki
< Parts | Structural
m (BobBot moved page Parts/Structural/strutOcto/part.cfg to Parts/Structural/strutOcto/strutOcto.cfg without leaving a redirect: Renamed part configuration file after update.) |
m (*update to 1.0;) |
||
Line 1: | Line 1: | ||
{{Part config|Octagonal Strut|2=PART | {{Part config|Octagonal Strut|2=PART | ||
{ | { | ||
− | name = strutOcto | + | name = strutOcto |
− | module = Part | + | module = Part |
− | author = NovaSilisko | + | author = NovaSilisko |
− | + | mesh = model.mu | |
− | mesh = model.mu | + | scale = 1 |
− | scale = 1 | + | rescaleFactor = 1 |
− | rescaleFactor = 1 | + | PhysicsSignificance = 1 |
− | + | node_stack_top = 0.0, 0.1287344, 0.0, 0.0, 1.0, 0.0, 0 | |
− | PhysicsSignificance = 1 | + | node_stack_bottom = 0.0, -0.1287344, 0.0, 0.0, -1.0, 0.0, 0 |
− | + | TechRequired = precisionEngineering | |
− | node_stack_top = 0.0, 0.1287344, 0.0, 0.0, 1.0, 0.0, 0 | + | entryCost = 6400 |
− | node_stack_bottom = 0.0, -0.1287344, 0.0, 0.0, 1.0, 0.0, 0 | + | cost = 20 |
− | + | category = Structural | |
− | TechRequired = | + | subcategory = 0 |
− | entryCost = 6400 | + | title = Octagonal Strut |
− | cost = 20 | + | manufacturer = StrutCo |
− | category = Structural | + | description = StrutCo presents: Octagonal struts! Use them to mount stop signs or octopi. |
− | subcategory = 0 | + | attachRules = 1,0,1,1,0 |
− | title = Octagonal Strut | + | mass = 0.001 |
− | manufacturer = StrutCo | + | dragModelType = default |
− | description = StrutCo presents: Octagonal struts! Use them to mount stop signs or octopi. | + | maximum_drag = 0.2 |
− | attachRules = 1,0,1,1,0 | + | minimum_drag = 0.2 |
− | + | angularDrag = 2 | |
− | + | crashTolerance = 7 | |
− | mass = 0.001 | + | maxTemp = 2000 // = 3000 |
− | dragModelType = default | + | bulkheadProfiles = size0 |
− | maximum_drag = 0.2 | ||
− | minimum_drag = 0.2 | ||
− | angularDrag = 2 | ||
− | crashTolerance = 7 | ||
− | maxTemp = 3000 | ||
} | } | ||
}} | }} |
Revision as of 10:45, 30 April 2015
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 = precisionEngineering entryCost = 6400 cost = 20 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 mass = 0.001 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 2 crashTolerance = 7 maxTemp = 2000 // = 3000 bulkheadProfiles = size0 }