S-C-A-N / SCANsat

Real Scanning, Real Science, at Warp Speed!
216 stars 96 forks source link

SCANsat and ModuleSCANresourceScanner VAB/SPH info update #336

Closed MaximeBrean closed 4 years ago

MaximeBrean commented 5 years ago

Some part packs integrate SCANsat support but part description are not always clear about which scan the part can conduct.

So this PR add the Scan type (Radar, SAR, multi, ...) of the module into the part description.

I added dedicated function for altitude, scan type and scan resource type details. This would avoid the need to redo the logic for the presentation if someone want to inherit from theses modules. I also used this to move the EC consumption at the end of the description of the ModuleSCANresourceScanner module.

I also updated the english localization. I added the line feed to FOV to be consistent with altitudes. Other change are just personal taste.

DMagic1 commented 4 years ago

More or less implemented in version 20. The methods aren't implemented as virtual methods for ModuleSCANResourceScanner, but that module isn't used much for the new version.

The scanner type info is included in part tooltip now.