Difference between revisions of "Parts/Utility/ladderRadial/ladderRadial.cfg"
From Kerbal Space Program Wiki
(Updated for 0.23) |
m (*update to 0.24.2;) |
||
Line 1: | Line 1: | ||
− | {{Part config|Pegasus I Mobility Enhancer|2= | + | {{Part config|Pegasus I Mobility Enhancer|2=PART |
{ | { | ||
// --- general parameters --- | // --- general parameters --- | ||
name = ladder1 | name = ladder1 | ||
− | module = | + | module = Part |
author = NovaSilisko | author = NovaSilisko | ||
Line 22: | Line 22: | ||
subcategory = 0 | subcategory = 0 | ||
title = Pegasus I Mobility Enhancer | title = Pegasus I Mobility Enhancer | ||
− | manufacturer = | + | manufacturer = ROKEA Inc. |
− | description = The Pegasus I Mobility Enhancer, known in some circles as a "ladder", is a state-of-the-art vertical mobility device, allowing your intrepid crew to scamper around the exterior of your ship like highly | + | description = The Pegasus I Mobility Enhancer, known in some circles as a "ladder", is a state-of-the-art vertical mobility device, allowing your intrepid crew to scamper around the exterior of your ship like highly caffeinated rodents. |
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | ||
Line 36: | Line 36: | ||
crashTolerance = 8 | crashTolerance = 8 | ||
maxTemp = 3200 | maxTemp = 3200 | ||
+ | |||
+ | PhysicsSignificance = 1 | ||
} | } | ||
+ | |||
}} | }} |
Revision as of 22:38, 11 August 2014
PART { // --- general parameters --- name = ladder1 module = Part author = NovaSilisko // --- asset parameters --- mesh = model.mu PhysicsSignificance = 1 // --- node definitions --- // definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0 // --- editor parameters --- TechRequired = spaceExploration entryCost = 500 cost = 100 category = Utility subcategory = 0 title = Pegasus I Mobility Enhancer manufacturer = ROKEA Inc. description = The Pegasus I Mobility Enhancer, known in some circles as a "ladder", is a state-of-the-art vertical mobility device, allowing your intrepid crew to scamper around the exterior of your ship like highly caffeinated rodents. // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 0,1,0,0,1 // --- standard part parameters --- mass = 0.005 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 1 crashTolerance = 8 maxTemp = 3200 PhysicsSignificance = 1 }