(fit, module, context, projectionRange, **kwargs)
| 6732 | |
| 6733 | @staticmethod |
| 6734 | def handler(fit, module, context, projectionRange, **kwargs): |
| 6735 | for type in ('Gravimetric', 'Magnetometric', 'Radar', 'Ladar'): |
| 6736 | fit.ship.boostItemAttr('scan%sStrength' % type, |
| 6737 | module.getModifiedItemAttr('scan%sStrengthPercent' % type), |
| 6738 | stackingPenalties=True, **kwargs) |
| 6739 | |
| 6740 | |
| 6741 | class Effect2249(BaseEffect): |
nothing calls this directly
no test coverage detected