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

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
m (*update to 0.90.0;)
m (*update to 1.0;)
Line 1: Line 1:
 
{{Part config|Pegasus I Mobility Enhancer|2=PART
 
{{Part config|Pegasus I Mobility Enhancer|2=PART
 
{
 
{
// --- general parameters ---
+
name = ladder1
name = ladder1
+
module = Part
module = Part
+
author = NovaSilisko
author = NovaSilisko
+
mesh = model.mu
 
+
PhysicsSignificance = 1
// --- asset parameters ---
+
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0
mesh = model.mu
+
TechRequired = spaceExploration
 
+
entryCost = 500
PhysicsSignificance = 1
+
cost = 100
 
+
category = Utility
// --- node definitions ---
+
subcategory = 0
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
+
title = Pegasus I Mobility Enhancer
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0
+
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.
// --- editor parameters ---
+
attachRules = 0,1,0,0,1
TechRequired = spaceExploration
+
mass = 0.005
entryCost = 500
+
dragModelType = default
cost = 100
+
maximum_drag = 0.2
category = Utility
+
minimum_drag = 0.2
subcategory = 0
+
angularDrag = 1
title = Pegasus I Mobility Enhancer
+
crashTolerance = 8
manufacturer = Rokea Inc
+
maxTemp = 2000 // = 3200
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.
+
PhysicsSignificance = 1
 
+
bulkheadProfiles = srf
// 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
 
 
 
 
}
 
}
  
 
}}
 
}}

Revision as of 18:59, 29 April 2015

This is the configuration file for Pegasus I Mobility Enhancer.
PART
{
	name = ladder1
	module = Part
	author = NovaSilisko
	mesh = model.mu
	PhysicsSignificance = 1
	node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0
	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.
	attachRules = 0,1,0,0,1
	mass = 0.005
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 8
	maxTemp = 2000 // = 3200
	PhysicsSignificance = 1
	bulkheadProfiles = srf
}