Parts/Resources/OrbitalScanner/OrbitalScanner.cfg

From Kerbal Space Program Wiki
< Parts
Revision as of 21:00, 1 May 2015 by BobBot (talk | contribs) (*update to 1.0.1;)
Jump to: navigation, search
This is the configuration file for M4435 Narrow-Band Scanner.
PART
{
name = OrbitalScanner
module = Part
author = RoverDude

mesh = OrbitalScanner.mu
scale = 1
rescaleFactor = 1

node_stack_bottom = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 1
node_attach = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 1

TechRequired = experimentalScience
entryCost = 3000
cost = 1000
category = Science
subcategory = 0
title = M4435 Narrow-Band Scanner
manufacturer = Experimental Engineering Group
description = Ideal for surveying potential landing sites, this scanner provides detailed information about the planet or moon that it orbits, though this data is limited to the spot directly below the scanner.
attachRules = 1,1,0,0,0

// --- standard part parameters ---
mass = 0.1
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 7
maxTemp = 2000 // = 3000

MODULE
{
	name = ModuleGPS
}

MODULE
{
	name = ModuleResourceScanner
	MaxAbundanceAltitude = 500000
	RequiresUnlock = true
	ScannerType = 0
	ResourceName = Ore
}

MODULE
{
	name = ModuleHighDefCamera
}

MODULE
{
	name = ModuleAnimationGroup
	deployAnimationName = 
	activeAnimationName = miniscanner
	deployActionName = Activate
	retractActionName = Deactivate
	moduleType = Scanner
}


}