(fit, src, context, projectionRange, **kwargs)
| 34825 | |
| 34826 | @staticmethod |
| 34827 | def handler(fit, src, context, projectionRange, **kwargs): |
| 34828 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Astrometrics'), 'baseSensorStrength', |
| 34829 | src.getModifiedItemAttr('eliteBonusReconShip2'), skill='Recon Ships', **kwargs) |
| 34830 | |
| 34831 | |
| 34832 | class Effect7117(BaseEffect): |
nothing calls this directly
no test coverage detected