Difference between revisions of "Parts/Aero/wings/delta.cfg"
From Kerbal Space Program Wiki
< Parts
m (BobBot moved page Parts/Aero/deltaWing/part.cfg to Parts/SPP/Wings/delta.cfg without leaving a redirect: Renamed part configuration file after update.) |
m (*update to 0.25;) |
||
Line 1: | Line 1: | ||
{{Part config|Delta Wing|2=PART | {{Part config|Delta Wing|2=PART | ||
{ | { | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
name = deltaWing | name = deltaWing | ||
module = Winglet | module = Winglet | ||
− | author = | + | author = Porkjet |
+ | |||
+ | MODEL | ||
+ | { | ||
+ | model = Squad/SPP/Wings/delta | ||
+ | } | ||
+ | |||
+ | |||
+ | rescaleFactor = 1 | ||
− | + | ||
− | + | node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1 | |
− | |||
// --- editor parameters --- | // --- editor parameters --- | ||
TechRequired = supersonicFlight | TechRequired = supersonicFlight | ||
− | entryCost = | + | entryCost = 6400 |
− | cost = | + | cost = 600 |
category = Aero | category = Aero | ||
subcategory = 0 | subcategory = 0 | ||
Line 33: | Line 29: | ||
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | ||
attachRules = 0,1,0,1,1 | attachRules = 0,1,0,1,1 | ||
− | |||
− | |||
− | |||
− | |||
// --- standard part parameters --- | // --- standard part parameters --- | ||
− | mass = 0. | + | mass = 0.1 |
dragModelType = override | dragModelType = override | ||
maximum_drag = 0.02 | maximum_drag = 0.02 | ||
Line 52: | Line 44: | ||
// dragCoeff will override the maximum_drag value | // dragCoeff will override the maximum_drag value | ||
dragCoeff = 0.6 | dragCoeff = 0.6 | ||
− | deflectionLiftCoeff = | + | deflectionLiftCoeff = 2.0 |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
}} | }} |
Revision as of 02:09, 9 October 2014
PART { name = deltaWing module = Winglet author = Porkjet MODEL { model = Squad/SPP/Wings/delta } rescaleFactor = 1 node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1 // --- editor parameters --- TechRequired = supersonicFlight entryCost = 6400 cost = 600 category = Aero subcategory = 0 title = Delta Wing manufacturer = C7 Aerospace Division description = Standard Delta configuration wings. These wings provide high lift and a stable center of gravity for your everyday lifting needs. // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 0,1,0,1,1 // --- standard part parameters --- mass = 0.1 dragModelType = override maximum_drag = 0.02 minimum_drag = 0.02 angularDrag = 2 crashTolerance = 15 maxTemp = 3400 explosionPotential = 0.1 fuelCrossFeed = True // --- winglet parameters --- // dragCoeff will override the maximum_drag value dragCoeff = 0.6 deflectionLiftCoeff = 2.0 }