Difference between revisions of "Parts/Aero/wings/strake.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(+added in 0.25;)
 
m (BobBot moved page Parts/SPP/Wings/strake.cfg to Parts/Aero/wings/strake.cfg without leaving a redirect: Renamed part configuration file after update.)
(No difference)

Revision as of 10:57, 29 April 2015

This is the configuration file for Wing Strake.
PART
{

name = wingStrake
module = Part
author = Porkjet

MODEL
{
	model = Squad/SPP/Wings/strake
}


rescaleFactor = 1


node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1

// --- editor parameters ---
TechRequired = supersonicFlight
entryCost = 6800
cost = 400
category = Aero
subcategory = 0
title = Wing Strake
manufacturer = C7 Aerospace Division
description = Strakes are like sideburns for your plane. The girls will fall for you!

//Great for adding some lift to the front of your plane while staying streamlined.
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 0,1,0,1,1


// --- standard part parameters ---
mass = 0.025
dragModelType = override
maximum_drag = 0.02
minimum_drag = 0.02
angularDrag = 2
crashTolerance = 15
maxTemp = 3400
explosionPotential = 0.1
fuelCrossFeed = True

MODULE
{
	name = ModuleLiftingSurface
	
	deflectionLiftCoeff = 0.75
	dragAtMaxAoA = 0.2
	dragAtMinAoA = 0.0
}



}