From 73d389eb254c790338fb398214c4de9caf57559e Mon Sep 17 00:00:00 2001 From: RedAV8R Date: Tue, 22 Sep 2015 13:50:40 -0500 Subject: [PATCH] No good reason for edits to be ':FINAL' --- GameData/RealSolarSystem/Compatibility/SCANsat.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/GameData/RealSolarSystem/Compatibility/SCANsat.cfg b/GameData/RealSolarSystem/Compatibility/SCANsat.cfg index 7162cb99..9aea33f3 100644 --- a/GameData/RealSolarSystem/Compatibility/SCANsat.cfg +++ b/GameData/RealSolarSystem/Compatibility/SCANsat.cfg @@ -8,7 +8,7 @@ // ============================================================================ // SCANSat // ---------------------------------------------------------------------------- SCANsat_Scanner -@PART[SCANsat_Scanner]:Final +@PART[SCANsat_Scanner] { @description = The Scientific Committee on Advanced Navigation brings you this high performance RADAR altimetry sensor. Min Alt: 10km, Max Alt: 500km, Best Alt: 10km, FOV: 5 @@ -22,7 +22,7 @@ } // ---------------------------------------------------------------------------- SCANsat_Scanner2 -@PART[SCANsat_Scanner2]:Final +@PART[SCANsat_Scanner2] { @description = This Synthetic Aperture RADAR sensor uses its flight path to simulate a much larger antenna. This makes it possible to detect terrain elevation at much higher resolution. The downside is that its field of view is comparatively small, and it works better at higher altitudes. Min Alt: 10km, Max Alt: 8000km, Best Alt: 7500km, FOV: 2 @@ -36,7 +36,7 @@ } // ---------------------------------------------------------------------------- SCANsat_Scanner24 -@PART[SCANsat_Scanner24]:Final +@PART[SCANsat_Scanner24] { @description = This multichannel sensor detects radiation across several infrared, visible light, and RADAR bands. This gives it the capability to differentiate between terrain types and biomes. It can also detect anomalies such as structures on the ground. Min Alt: 10km, Max Alt: 5000km, Best Alt: 2500km, FOV: 4 @@ -50,7 +50,7 @@ } // ---------------------------------------------------------------------------- SCANsat_Scanner32 -@PART[SCANsat_Scanner32]:Final +@PART[SCANsat_Scanner32] { @description = This small sensor can automatically identify nearby anomalies. Since it only works over very short distances and at very low altitudes, it's primarily useful to track identified anomalies that have been visited. Min Alt: 0, Max Alt: 5km, Best Alt: 0, FOV: 1 @@ -61,4 +61,4 @@ @best_alt = 0 @power = 0.001 } -} \ No newline at end of file +}