Difference between revisions of "Parts/Aero/airIntakeRadialXM-G50/airIntakeRadialXM-G50.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Page created)
 
(Updated for 0.23)
Line 1: Line 1:
<pre>
+
{{Part config|XM-G50 Radial Air Intake|2=PART
 +
{
 +
 
 
name = airScoop
 
name = airScoop
 
module = Part
 
module = Part
Line 9: Line 11:
 
node_attach = 0.0, 0.3370661, 0.0, 0.0, 1.0, 0.0
 
node_attach = 0.0, 0.3370661, 0.0, 0.0, 1.0, 0.0
  
 +
TechRequired = aerodynamicSystems
 +
entryCost = 4500
 
cost = 1000
 
cost = 1000
 
category = Aero
 
category = Aero
 
subcategory = 0
 
subcategory = 0
 
title = XM-G50 Radial Air Intake
 
title = XM-G50 Radial Air Intake
manufacturer =  
+
manufacturer = Vac-Co Advanced Suction Systems
description =  
+
description = A must-have for air breathing engines, this intake duct will pull in outside air to run turbine engines on, as long as there is any outside air to begin with, of course. Warranty does not cover engine flame-outs or any objects, inanimate or otherwise, sucked in by the intake.
 
attachRules = 0,1,0,0,0
 
attachRules = 0,1,0,0,0
  
 
// --- standard part parameters ---
 
// --- standard part parameters ---
mass = 0.1
+
mass = 0.01
 
dragModelType = default
 
dragModelType = default
 
maximum_drag = 0.2
 
maximum_drag = 0.2
Line 44: Line 48:
 
  maxAmount = 1.0
 
  maxAmount = 1.0
 
}
 
}
</pre>
+
 
 +
}
 +
}}

Revision as of 14:48, 24 January 2014

This is the configuration file for XM-G50 Radial Air Intake.
PART
{

name = airScoop
module = Part
author = NovaSilisko

mesh = model.mu
rescaleFactor = 1

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

TechRequired = aerodynamicSystems
entryCost = 4500
cost = 1000
category = Aero
subcategory = 0
title = XM-G50 Radial Air Intake
manufacturer = Vac-Co Advanced Suction Systems
description = A must-have for air breathing engines, this intake duct will pull in outside air to run turbine engines on, as long as there is any outside air to begin with, of course. Warranty does not cover engine flame-outs or any objects, inanimate or otherwise, sucked in by the intake.
attachRules = 0,1,0,0,0

// --- standard part parameters ---
mass = 0.01
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.004
  intakeSpeed = 10
  intakeTransformName = Intake  
}

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

}