Difference between revisions of "Parts/Structural/FLAdapters/adapterSmallMiniTall.cfg"
From Kerbal Space Program Wiki
< Parts | Structural
Benjazio xd (talk | contribs) (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....") |
(*using proper layout;) |
||
Line 1: | Line 1: | ||
− | PART { | + | {{Part config|FL-A10 Adapter|2=PART { |
− | + | ||
− | + | name = adapterSmallMiniTall | |
− | + | module = Part | |
− | + | author = Squad | |
− | description = A small parts adapter for FL-T based fuselages. | + | |
− | + | 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 = specializedConstruction | ||
+ | entryCost = 4400 | ||
+ | cost = 150 | ||
+ | category = Structural | ||
+ | subcategory = 0 | ||
+ | title = FL-A10 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.05 | ||
+ | dragModelType = default | ||
+ | maximum_drag = 0.2 | ||
+ | minimum_drag = 0.2 | ||
+ | angularDrag = 2 | ||
+ | crashTolerance = 6 | ||
+ | maxTemp = 2900 | ||
+ | breakingForce = 50 | ||
+ | breakingTorque = 50 | ||
+ | fuelCrossFeed = True | ||
+ | |||
+ | } | ||
+ | }} |
Revision as of 12:45, 14 December 2013
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 = specializedConstruction entryCost = 4400 cost = 150 category = Structural subcategory = 0 title = FL-A10 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.05 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 2 crashTolerance = 6 maxTemp = 2900 breakingForce = 50 breakingTorque = 50 fuelCrossFeed = True }