Difference between revisions of "Parts/Aero/wingletAV-T1/wingletAV-T1.cfg"
From Kerbal Space Program Wiki
< Parts
m (*update to 0.90.0;) |
m (*update to 1.0;) |
||
Line 1: | Line 1: | ||
{{Part config|AV-T1 Winglet|2=PART | {{Part config|AV-T1 Winglet|2=PART | ||
{ | { | ||
− | + | name = winglet | |
− | + | module = Part | |
− | + | author = HarvesteR | |
− | + | mesh = model.mu | |
− | + | scale = 0.1 | |
− | + | TechRequired = stability | |
− | + | entryCost = 1500 | |
− | + | cost = 500 | |
− | + | category = Aero | |
− | + | subcategory = 0 | |
− | + | title = AV-T1 Winglet | |
− | + | description = | |
− | name = winglet | + | attachRules = 0,1,0,0,1 |
− | module = | + | node_attach = 5.10736, -0.589634, 0.0, 1.0, 0.0, 0.0 |
− | author = HarvesteR | + | mass = 0.019 |
− | + | thermalMassModifier = 4.0 // the dang things are light, so 3200 kJ/tonne-K | |
− | + | // heatConductivity = 0.06 // half default | |
− | mesh = model.mu | + | emissiveConstant = 0.95 |
− | scale = 0.1 | + | dragModelType = none |
− | + | maximum_drag = 0.02 | |
− | + | minimum_drag = 0.02 | |
− | + | angularDrag = 5 | |
− | TechRequired = stability | + | crashTolerance = 12 |
− | entryCost = 1500 | + | maxTemp = 2000 // = 3400 |
− | cost = 500 | + | explosionPotential = 0.1 |
− | category = Aero | + | mirrorRefAxis = 0, 0, -1 |
− | subcategory = 0 | + | bulkheadProfiles = srf |
− | title = AV-T1 Winglet | + | MODULE |
− | + | { | |
− | description = | + | name = ModuleLiftingSurface |
− | + | useInternalDragModel = True | |
− | attachRules = 0,1,0,0,1 | + | deflectionLiftCoeff = 0.37 |
− | + | dragAtMaxAoA = 0.3 | |
− | + | } | |
− | |||
− | node_attach = 5.10736, -0.589634, 0.0, 1.0, 0.0, 0.0 | ||
− | |||
− | |||
− | // | ||
− | |||
− | dragModelType = | ||
− | maximum_drag = 0.02 | ||
− | minimum_drag = 0.02 | ||
− | angularDrag = 5 | ||
− | crashTolerance = 12 | ||
− | maxTemp = 3400 | ||
− | explosionPotential = 0.1 | ||
− | |||
− | mirrorRefAxis = 0, 0, -1 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
}} | }} |
Revision as of 13:12, 29 April 2015
PART { name = winglet module = Part author = HarvesteR mesh = model.mu scale = 0.1 TechRequired = stability entryCost = 1500 cost = 500 category = Aero subcategory = 0 title = AV-T1 Winglet description = attachRules = 0,1,0,0,1 node_attach = 5.10736, -0.589634, 0.0, 1.0, 0.0, 0.0 mass = 0.019 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 = 5 crashTolerance = 12 maxTemp = 2000 // = 3400 explosionPotential = 0.1 mirrorRefAxis = 0, 0, -1 bulkheadProfiles = srf MODULE { name = ModuleLiftingSurface useInternalDragModel = True deflectionLiftCoeff = 0.37 dragAtMaxAoA = 0.3 } }