(fit, module, context, projectionRange, **kwargs)
| 27560 | |
| 27561 | @staticmethod |
| 27562 | def handler(fit, module, context, projectionRange, **kwargs): |
| 27563 | for scanType in ('Gravimetric', 'Magnetometric', 'Radar', 'Ladar'): |
| 27564 | module.boostItemAttr('scan{}StrengthPercent'.format(scanType), |
| 27565 | module.getModifiedChargeAttr('sensorStrengthBonusBonus'), **kwargs) |
| 27566 | |
| 27567 | |
| 27568 | class Effect6501(BaseEffect): |
nothing calls this directly
no test coverage detected