Difference between revisions of "Parts/Resources/SurfaceScanner/SurfaceScanner.cfg"
From Kerbal Space Program Wiki
< Parts
m (Update part config) |
m (Update config) |
||
Line 16: | Line 16: | ||
category = Science | category = Science | ||
subcategory = 0 | subcategory = 0 | ||
− | title = Surface Scanning Module | + | title = #autoLOC_500676 //#autoLOC_500676 = Surface Scanning Module |
− | manufacturer = Experimental Engineering Group | + | manufacturer = #autoLOC_501644 //#autoLOC_501644 = Experimental Engineering Group |
− | description = A small module that includes soil, atmospheric, and oceanic sampling tools. When used while landed on a planet or moon, the sample data gathered can be used to increase the accuracy of orbital survey scanners. | + | description = #autoLOC_500677 //#autoLOC_500677 = A small module that includes soil, atmospheric, and oceanic sampling tools. When used while landed on a planet or moon, the sample data gathered can be used to increase the accuracy of orbital survey scanners. |
attachRules = 0,1,0,0,0 | attachRules = 0,1,0,0,0 | ||
Line 30: | Line 30: | ||
maxTemp = 2000 // = 3000 | maxTemp = 2000 // = 3000 | ||
bulkheadProfiles = srf | bulkheadProfiles = srf | ||
− | tags = isru mine )mining (ore prospect resource scanner sensor | + | tags = #autoLOC_500678 //#autoLOC_500678 = isru mine )mining (ore prospect resource scanner sensor |
MODULE | MODULE | ||
{ | { | ||
Line 53: | Line 53: | ||
{ | { | ||
name=ModuleAsteroidAnalysis | name=ModuleAsteroidAnalysis | ||
+ | } | ||
+ | MODULE | ||
+ | { | ||
+ | name=ModuleCometAnalysis | ||
} | } | ||
Line 61: | Line 65: | ||
} | } | ||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleCargoPart | ||
+ | packedVolume = 65 | ||
} | } | ||
+ | } | ||
}} | }} |
Latest revision as of 08:07, 15 October 2024
PART { name = SurfaceScanner module = Part author = RoverDude mesh = SampleKit.mu scale = 1 rescaleFactor = 1 node_attach = 0.0, 0.0, 0.1, 0.0, 0.0, -1, 0 TechRequired = scienceTech entryCost = 2400 cost = 800 category = Science subcategory = 0 title = #autoLOC_500676 //#autoLOC_500676 = Surface Scanning Module manufacturer = #autoLOC_501644 //#autoLOC_501644 = Experimental Engineering Group description = #autoLOC_500677 //#autoLOC_500677 = A small module that includes soil, atmospheric, and oceanic sampling tools. When used while landed on a planet or moon, the sample data gathered can be used to increase the accuracy of orbital survey scanners. attachRules = 0,1,0,0,0 // --- standard part parameters --- mass = 0.005 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 2 crashTolerance = 7 maxTemp = 2000 // = 3000 bulkheadProfiles = srf tags = #autoLOC_500678 //#autoLOC_500678 = isru mine )mining (ore prospect resource scanner sensor MODULE { name = ModuleGPS } MODULE { name = ModuleResourceScanner ScannerType = 0 ResourceName = Ore MaxAbundanceAltitude = 1000 RequiresUnlock = false } MODULE { name=ModuleBiomeScanner } MODULE { name=ModuleAsteroidAnalysis } MODULE { name=ModuleCometAnalysis } MODULE { name=ModuleAnalysisResource resourceName = Ore } MODULE { name = ModuleCargoPart packedVolume = 65 } }