(fit, module, context, projectionRange, **kwargs)
| 19973 | |
| 19974 | @staticmethod |
| 19975 | def handler(fit, module, context, projectionRange, **kwargs): |
| 19976 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Astrometrics'), |
| 19977 | 'baseSensorStrength', module.getModifiedItemAttr('scanStrengthBonusModule'), |
| 19978 | stackingPenalties=True, **kwargs) |
| 19979 | |
| 19980 | |
| 19981 | class Effect5402(BaseEffect): |
nothing calls this directly
no test coverage detected