Parts/Resources/SurveyScanner/SurveyScanner.cfg

From Kerbal Space Program Wiki
< Parts
Revision as of 18:10, 30 April 2015 by BobBot (talk | contribs) (+added in 1.0;)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This is the configuration file for M700 Survey Scanner.
PART
{
name = SurveyScanner
module = Part
author = RoverDude

mesh = SurveyScanner.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 = scienceTech
entryCost = 4500
cost = 1500
category = Science
subcategory = 0
title = M700 Survey Scanner
manufacturer = Experimental Engineering Group
description = This orbital survey scanner uses a combination of advanced sensor technology and witchcraft to provide information on a planet or moons natural resources.  These images can be viewed either in flight, or in relative safety and comfort back at the KSC.  Be sure to bring an antenna capable of transmitting the information back, and sufficient power.
attachRules = 1,1,1,0,0

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

MODULE
{
	name = ModuleOrbitalSurveyor
	ScanTime = 5
	SciBonus = 10
}

MODULE
{
	name = ModuleOrbitalScanner
	CheckForLock = true
}

MODULE
{
	name = ModuleAnimationGroup
	deployAnimationName = deploy
	activeAnimationName = 
	moduleType = Scanner
}


}