Difference between revisions of "Parts/Aero/wings/connector3.cfg"
From Kerbal Space Program Wiki
< Parts
m (BobBot moved page Parts/SPP/Wings/connector3.cfg to Parts/Aero/wings/connector3.cfg without leaving a redirect: Renamed part configuration file after update.) |
m (*update to 1.0;) |
||
Line 1: | Line 1: | ||
{{Part config|Wing Connector Type C|2=PART | {{Part config|Wing Connector Type C|2=PART | ||
{ | { | ||
− | + | name = wingConnector3 | |
− | name = wingConnector3 | + | module = Part |
− | module = | + | author = Porkjet |
− | author = Porkjet | + | rescaleFactor = 1 |
− | + | node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1 | |
− | + | TechRequired = aerodynamicSystems | |
− | + | entryCost = 4300 | |
− | + | cost = 250 | |
− | + | category = Aero | |
− | + | subcategory = 0 | |
− | + | title = Wing Connector Type C | |
− | rescaleFactor = 1 | + | manufacturer = C7 Aerospace Division |
− | + | description = A vaguely wing shaped board. | |
− | + | attachRules = 0,1,0,1,1 | |
− | node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1 | + | mass = 0.05 |
− | + | thermalMassModifier = 4.0 // the dang things are light, so 3200 kJ/tonne-K | |
− | + | // heatConductivity = 0.06 // half default | |
− | TechRequired = aerodynamicSystems | + | emissiveConstant = 0.95 |
− | entryCost = 4300 | + | dragModelType = none |
− | cost = 250 | + | maximum_drag = 0.02 |
− | category = Aero | + | minimum_drag = 0.02 |
− | subcategory = 0 | + | angularDrag = 2 |
− | title = Wing Connector Type C | + | crashTolerance = 15 |
− | manufacturer = C7 Aerospace Division | + | maxTemp = 2000 // = 3400 |
− | description = A vaguely wing shaped board. | + | explosionPotential = 0.1 |
− | + | fuelCrossFeed = True | |
− | + | bulkheadProfiles = srf | |
− | + | MODEL | |
− | attachRules = 0,1,0,1,1 | + | { |
− | + | model = Squad/Parts/Aero/wings/connector3 | |
− | + | } | |
− | // | + | MODULE |
− | + | { | |
− | dragModelType = | + | name = ModuleLiftingSurface |
− | maximum_drag = 0.02 | + | useInternalDragModel = True |
− | minimum_drag = 0.02 | + | deflectionLiftCoeff = 1 |
− | angularDrag = 2 | + | dragAtMaxAoA = 0.25 |
− | crashTolerance = 15 | + | dragAtMinAoA = 0.0 |
− | maxTemp = 3400 | + | } |
− | explosionPotential = 0.1 | ||
− | fuelCrossFeed = True | ||
− | // | ||
− | // | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
}} | }} |
Revision as of 10:48, 29 April 2015
PART { name = wingConnector3 module = Part author = Porkjet rescaleFactor = 1 node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1 TechRequired = aerodynamicSystems entryCost = 4300 cost = 250 category = Aero subcategory = 0 title = Wing Connector Type C manufacturer = C7 Aerospace Division description = A vaguely wing shaped board. attachRules = 0,1,0,1,1 mass = 0.05 thermalMassModifier = 4.0 // the dang things are light, so 3200 kJ/tonne-K // heatConductivity = 0.06 // half default emissiveConstant = 0.95 dragModelType = none maximum_drag = 0.02 minimum_drag = 0.02 angularDrag = 2 crashTolerance = 15 maxTemp = 2000 // = 3400 explosionPotential = 0.1 fuelCrossFeed = True bulkheadProfiles = srf MODEL { model = Squad/Parts/Aero/wings/connector3 } MODULE { name = ModuleLiftingSurface useInternalDragModel = True deflectionLiftCoeff = 1 dragAtMaxAoA = 0.25 dragAtMinAoA = 0.0 } }