Difference between revisions of "Parts/Aero/intakeRadialLong/intakeRadialLong.cfg"

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

Revision as of 13:14, 29 April 2015

This is the configuration file for Structural Intake.
PART
{

name = IntakeRadialLong
module = Part
author = Porkjet

mesh = model.mu
rescaleFactor = 1

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

TechRequired = highAltitudeFlight
entryCost = 6800
cost = 900
category = Aero
subcategory = 0
title = Structural Intake
manufacturer = C7 Aerospace Division
description = This intake adresses those sometimes absurd contraptions that SSTO engineers designed in an attempt to pump more and more air into their engines.
attachRules = 0,1,0,1,1

// --- standard part parameters ---
mass = 0.008
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 1
crashTolerance = 80
breakingForce = 200
breakingTorque = 200
maxTemp = 5000

MODULE
{
  name = ModuleResourceIntake
  resourceName = IntakeAir
  checkForOxygen = true
  area = 0.0025
  intakeSpeed = 10
  intakeTransformName = Intake  
}

RESOURCE
{
 name = IntakeAir
 amount = 0.5
 maxAmount = 1.0
}
}