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

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
(*update to 0.23;)
m (*update to 0.24.2;)
Line 25: Line 25:
 
subcategory = 0
 
subcategory = 0
 
title = Telus Mobility Enhancer
 
title = Telus Mobility Enhancer
manufacturer = R�KEA Inc.
+
manufacturer = ROKEA Inc.
 
description = The Telus Mobility Enhancer comes equipped with advanced telescopic extension technology. Recommended load 0.5 kerbals.
 
description = The Telus Mobility Enhancer comes equipped with advanced telescopic extension technology. Recommended load 0.5 kerbals.
 
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
 
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
Line 38: Line 38:
 
crashTolerance = 8
 
crashTolerance = 8
 
maxTemp = 3200
 
maxTemp = 3200
 +
 +
PhysicsSignificance = 1
  
 
MODULE
 
MODULE
Line 48: Line 50:
 
}
 
}
 
}
 
}
 +
 
}}
 
}}

Revision as of 01:20, 12 August 2014

This is the configuration file for Telus Mobility Enhancer.
PART
{
// --- 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 ---

TechRequired = advExploration
entryCost = 3100

cost = 350
category = Utility
subcategory = 0
title = Telus Mobility Enhancer
manufacturer = ROKEA 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

PhysicsSignificance = 1

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