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

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

Latest revision as of 10:42, 30 April 2015

This is the configuration file for FL-A10 Adapter.
PART
{
	name = adapterSmallMiniTall
	module = Part
	author = Squad
	mesh = model.mu
	rescaleFactor = 1.0
	node_stack_top = 0.0, 0.3125, 0.0, 0.0, 1.0, 0.0, 0
	node_stack_bottom = 0.0, -0.375, 0.0, 0.0, -1.0, 0.0, 1
	TechRequired = miniaturization
	entryCost = 4400
	cost = 150
	category = Structural
	subcategory = 0
	title = FL-A10 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.05
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 2
	crashTolerance = 6
	maxTemp = 2000 // = 2900
	breakingForce = 50
	breakingTorque = 50
	fuelCrossFeed = True
	bulkheadProfiles = size0, size1
}