Difference between revisions of "Parts/Aero/cones/tailConnectorA.cfg"
From Kerbal Space Program Wiki
< Parts
m (BobBot moved page Parts/Aero/tailConnector/tailConnector.cfg to Parts/Aero/cones/tailConnectorA.cfg without leaving a redirect: Renamed part configuration file after update.) |
m (*update to 1.0;) |
||
Line 1: | Line 1: | ||
− | {{Part config|Tail Connector|2=PART | + | {{Part config|Tail Connector A|2=PART |
{ | { | ||
− | + | name = airplaneTail | |
− | + | module = Part | |
− | + | author = C. Jenkins, Porkjet | |
− | + | rescaleFactor = 1 | |
− | + | node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0 | |
− | + | node_attach = 0, -1, -0.313, 0.0, 0.0, 1.0 | |
− | + | CoMOffset = 0.0, -1.0, 0.0 | |
− | + | CoPOffset = 0.0, -1.0, 0.0 | |
− | + | CoLOffset = 0.0, -1.0, 0.0 | |
− | + | cost = 675 | |
− | + | category = Aero | |
− | + | entryCost = 2800 | |
− | name = airplaneTail | + | TechRequired = aviation |
− | module = Part | + | title = Tail Connector A |
− | author = C. Jenkins | + | manufacturer = WinterOwl Aircraft Emporium |
− | + | description = A simple aerodynamic tail for aircraft. Designed to fit onto all standard 1.25m attachments, this part is the embodiment of our "Let's Fly", line of parts. | |
− | + | attachRules = 1,1,1,1,0 | |
− | + | mass = 0.2 | |
− | + | dragModelType = default | |
− | + | maximum_drag = 0.2 | |
− | + | minimum_drag = 0.2 | |
− | + | angularDrag = 1 | |
− | + | crashTolerance = 8 | |
− | + | maxTemp = 2000 // = 3200 | |
− | + | fuelCrossFeed = True | |
− | + | bulkheadProfiles = size1 | |
− | + | MODEL | |
− | + | { | |
− | + | model = Squad/Parts/Aero/cones/TailA | |
− | + | } | |
− | cost = 675 | ||
− | category = Aero | ||
− | |||
− | entryCost = 2800 | ||
− | TechRequired = | ||
− | |||
− | title = Tail Connector | ||
− | manufacturer = WinterOwl Aircraft Emporium | ||
− | description = A simple aerodynamic tail for aircraft. Designed to fit onto all standard | ||
− | |||
− | |||
− | attachRules = 1,1,1,1,0 | ||
− | |||
− | |||
− | mass = 0. | ||
− | dragModelType = default | ||
− | maximum_drag = 0.2 | ||
− | minimum_drag = 0.2 | ||
− | angularDrag = 1 | ||
− | crashTolerance = 8 | ||
− | maxTemp = 3200 | ||
− | fuelCrossFeed = True | ||
− | |||
− | // | ||
− | |||
} | } | ||
}} | }} |
Revision as of 13:19, 29 April 2015
PART { name = airplaneTail module = Part author = C. Jenkins, Porkjet rescaleFactor = 1 node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0 node_attach = 0, -1, -0.313, 0.0, 0.0, 1.0 CoMOffset = 0.0, -1.0, 0.0 CoPOffset = 0.0, -1.0, 0.0 CoLOffset = 0.0, -1.0, 0.0 cost = 675 category = Aero entryCost = 2800 TechRequired = aviation title = Tail Connector A manufacturer = WinterOwl Aircraft Emporium description = A simple aerodynamic tail for aircraft. Designed to fit onto all standard 1.25m attachments, this part is the embodiment of our "Let's Fly", line of parts. attachRules = 1,1,1,1,0 mass = 0.2 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 1 crashTolerance = 8 maxTemp = 2000 // = 3200 fuelCrossFeed = True bulkheadProfiles = size1 MODEL { model = Squad/Parts/Aero/cones/TailA } }