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

From Kerbal Space Program Wiki
Jump to: navigation, search
(Updated to 0.23.5)
m (*update to 1.0;)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Part config|FL-A5 Adapter|2=PART {
+
{{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.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
 +
}
  
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 = specializedConstruction
 
entryCost = 4800
 
cost = 100
 
category = Structural
 
subcategory = 0
 
title = FL-A5 Adapter
 
manufacturer = Jebediah Kerman's Junkyard and Spaceship 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 = 2900
 
breakingForce = 50
 
breakingTorque = 50
 
fuelCrossFeed = True
 
 
PhysicsSignificance = 1
 
 
}
 
 
}}
 
}}

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
}