(fit, module, context, projectionRange, **kwargs)
| 9706 | |
| 9707 | @staticmethod |
| 9708 | def handler(fit, module, context, projectionRange, **kwargs): |
| 9709 | for scanType in ('Gravimetric', 'Magnetometric', 'Radar', 'Ladar'): |
| 9710 | module.boostItemAttr('scan{0}StrengthBonus'.format(scanType), |
| 9711 | module.getModifiedItemAttr('overloadECMStrengthBonus'), |
| 9712 | stackingPenalties=True, **kwargs) |
| 9713 | |
| 9714 | |
| 9715 | class Effect3196(BaseEffect): |
nothing calls this directly
no test coverage detected