Difference between revisions of "Parts/Structural/adapterSmallMiniShort/adapterSmallMiniShort.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "{{Part config|FL-A5 Adapter|2=PART { name = adapterSmallMiniShort module = Part author = Squad mesh = model.mu rescaleFactor = 1.0 node_stack_top = 0.0, 0.1875, 0.0, 0.0, 1...")
 
m (*update to 1.0;)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Part config|FL-A5 Adapter|2=PART {
+
{{Part config|FL-A5 Adapter|2=PART
 
+
{
name = adapterSmallMiniShort
+
name = adapterSmallMiniShort
module = Part
+
module = Part
author = Squad
+
author = Squad
 
+
mesh = model.mu
mesh = model.mu
+
rescaleFactor = 1.0
rescaleFactor = 1.0
+
node_stack_top = 0.0, 0.1875, 0.0, 0.0, 1.0, 0.0, 0
 
+
node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 1
node_stack_top = 0.0, 0.1875, 0.0, 0.0, 1.0, 0.0, 0
+
TechRequired = miniaturization
node_stack_bottom = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1
+
entryCost = 4800
 
+
cost = 100
TechRequired = specializedConstruction
+
category = Structural
entryCost = 4800
+
subcategory = 0
cost = 100
+
title = FL-A5 Adapter
category = Structural
+
manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
subcategory = 0
+
description = A small parts adapter for FL-T based fuselages.
title = FL-A5 Adapter
+
attachRules = 1,0,1,1,0
manufacturer = Jebediah Kerman's Junkyard and Spaceship Parts Co.
+
mass = 0.04
description = A small parts adapter for FL-T based fuselages.  
+
dragModelType = default
 
+
maximum_drag = 0.2
attachRules = 1,0,1,1,0
+
minimum_drag = 0.2
 
+
angularDrag = 2
mass = 0.04
+
crashTolerance = 6
dragModelType = default
+
maxTemp = 2000 // = 2900
maximum_drag = 0.2
+
breakingForce = 50
minimum_drag = 0.2
+
breakingTorque = 50
angularDrag = 2
+
fuelCrossFeed = True
crashTolerance = 6
+
PhysicsSignificance = 1
maxTemp = 2900
+
bulkheadProfiles = size0, size1
breakingForce = 50
+
}
breakingTorque = 50
 
fuelCrossFeed = True
 
  
}
 
 
}}
 
}}

Latest revision as of 10:43, 30 April 2015

This is the configuration file for FL-A5 Adapter.
PART
{
	name = adapterSmallMiniShort
	module = Part
	author = Squad
	mesh = model.mu
	rescaleFactor = 1.0
	node_stack_top = 0.0, 0.1875, 0.0, 0.0, 1.0, 0.0, 0
	node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 1
	TechRequired = miniaturization
	entryCost = 4800
	cost = 100
	category = Structural
	subcategory = 0
	title = FL-A5 Adapter
	manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
	description = A small parts adapter for FL-T based fuselages.
	attachRules = 1,0,1,1,0
	mass = 0.04
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 2
	crashTolerance = 6
	maxTemp = 2000 // = 2900
	breakingForce = 50
	breakingTorque = 50
	fuelCrossFeed = True
	PhysicsSignificance = 1
	bulkheadProfiles = size0, size1
}