(fit, ship, context, projectionRange, **kwargs)
| 21697 | |
| 21698 | @staticmethod |
| 21699 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21700 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Astrometrics'), |
| 21701 | 'baseSensorStrength', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 21702 | |
| 21703 | |
| 21704 | class Effect5738(BaseEffect): |
nothing calls this directly
no test coverage detected