Parts/Aero/wings/elevon5.cfg

From Kerbal Space Program Wiki
< Parts
Revision as of 02:10, 9 October 2014 by BobBot (talk | contribs) (+added in 0.25;)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This is the configuration file for Elevon 5.
PART
{

name = elevon5
module = Part
author = Porkjet

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


rescaleFactor = 1


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

// --- editor parameters ---
TechRequired = hypersonicFlight
entryCost = 4800
cost = 800
category = Aero
subcategory = 0
title = Elevon 5
manufacturer = C7 Aerospace Division
description = Just another one of these elevon things... wait, this one is swept! Wow!

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 0,1,0,0,0


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

MODULE
{
	name = ModuleControlSurface
	dragCoeff = 0.6
	deflectionLiftCoeff = 0.6
	ctrlSurfaceRange = 20
	ctrlSurfaceArea = 0.95
	transformName = Elevon5
}


}