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

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
(Created page with "<pre>PART { // --- general parameters --- name = ladder1 module = Strut author = NovaSilisko // --- asset parameters --- mesh = model.mu PhysicsSignificance = 1 // --- node...")
 
(update to 1.12.2)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<pre>PART
+
{{Part config|Pegasus I Mobility Enhancer|2=PART
 
{
 
{
// --- general parameters ---
+
name = ladder1
name = ladder1
+
module = Part
module = Strut
+
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 = #autoLOC_500864 //#autoLOC_500864 = Pegasus I Mobility Enhancer
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0
+
manufacturer = #autoLOC_501650 //#autoLOC_501650 = Rokea Inc
 
+
description = #autoLOC_500865 //#autoLOC_500865 = 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
cost = 100
+
mass = 0.005
category = Utility
+
dragModelType = default
subcategory = 0
+
maximum_drag = 0.2
title = Pegasus I Mobility Enhancer
+
minimum_drag = 0.2
manufacturer = RÖKEA Inc.
+
angularDrag = 1
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 caffinated rodents.
+
crashTolerance = 8
 
+
maxTemp = 2000 // = 3200
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
emissiveConstant = 0.8
attachRules = 0,1,0,0,1
+
thermalMassModifier = 3
 
+
PhysicsSignificance = 1
// --- standard part parameters ---
+
bulkheadProfiles = srf
mass = 0.005
+
tags = #autoLOC_500866 //#autoLOC_500866 = ascend climb descend ladder rung safe step
dragModelType = default
+
MODULE
maximum_drag = 0.2
+
{
minimum_drag = 0.2
+
name = ModuleCargoPart
angularDrag = 1
+
stackableQuantity = 4
crashTolerance = 8
+
packedVolume = 10
maxTemp = 3200
+
}
 
+
}
}</pre>
+
}}

Latest revision as of 04:22, 29 August 2021

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 = #autoLOC_500864 //#autoLOC_500864 = Pegasus I Mobility Enhancer
	manufacturer = #autoLOC_501650 //#autoLOC_501650 = Rokea Inc
	description = #autoLOC_500865 //#autoLOC_500865 = 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
	emissiveConstant = 0.8
	thermalMassModifier = 3
	PhysicsSignificance = 1
	bulkheadProfiles = srf
	tags = #autoLOC_500866 //#autoLOC_500866 = ascend climb descend ladder rung safe step
	MODULE
	{
		name = ModuleCargoPart
		stackableQuantity = 4
		packedVolume = 10
	}	
}