Parts/Utility/ladderTelescopic/ladderTelescopic.cfg

From Kerbal Space Program Wiki
< Parts‎ | Utility
Revision as of 19:38, 6 May 2013 by Dgelessus (talk | contribs) (Created page with "<pre> // --- general parameters --- name = telescopicLadder module = Part author = C. Jenkins // --- asset parameters --- mesh = model.mu rescaleFactor = 1.0 PhysicsSignific...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
// --- general parameters ---
name = telescopicLadder
module = Part
author = C. Jenkins

// --- asset parameters ---
mesh = model.mu
rescaleFactor = 1.0

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 ---
cost = 100
category = Utility
subcategory = 0
title = Telus Mobility Enhancer
manufacturer = RÖKEA Inc.
description = The Telus Mobility Enhancer comes equipped with advanced telescopic extension technology. Recommended load 0.5 kerbals.
// 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

MODULE
{
	name = RetractableLadder
	
	ladderAnimationRootName = TelusBay
	ladderColliderName = ladderCollider
	ladderRetractAnimationName = Retract
}