Parts/Resources/OrbitalScanner/OrbitalScanner.cfg

From Kerbal Space Program Wiki
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
bulkheadProfiles = size0, srf
tags = isru mine )mining (ore prospect resource sensor
MODULE
{
	name = ModuleGPS
}

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

MODULE
{
	name = ModuleKerbNetAccess
	EnhancedSituationMask = 7
	EnhancedMinimumFoV = 175
	EnhancedMaximumFoV = 179.5
	MinimumFoV = 5
	MaximumFoV = 90
	AnomalyDetection = 0
	RequiresAnimation = True
	DISPLAY_MODES
	{
		Mode = Resources
	}
}

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


}