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

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
m (*update to 0.24.2;)
m (BobBot moved page Parts/Utility/telescopicLadderBay/part.cfg to Parts/Utility/ladderTelescopicBay/ladderTelescopicBay.cfg without leaving a redirect: Renamed part configuration file after update.)
(No difference)

Revision as of 09:32, 8 October 2014

This is the configuration file for Telus-LV Bay Mobility Enhancer.
PART
{
// --- general parameters ---
name = telescopicLadderBay
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 ---

TechRequired = advExploration
entryCost = 4000
cost = 440
category = Utility
subcategory = 0
title = Telus-LV Bay Mobility Enhancer
manufacturer = ROKEA Inc.
description = The Telus-LV Mobility Enhancer Bay comes equipped with advanced telescopic extension technology. Recommended load 1.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

PhysicsSignificance = 1

MODULE
{
	name = RetractableLadder
	
	ladderAnimationRootName = Telescopic ladder
	ladderColliderName = ladderCollider
	ladderRetractAnimationName = Retract
}
}