(fit, ship, context, projectionRange, **kwargs)
| 5810 | |
| 5811 | @staticmethod |
| 5812 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 5813 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'ECM', |
| 5814 | 'scanRadarStrengthBonus', ship.getModifiedItemAttr('eliteBonusReconShip2'), |
| 5815 | skill='Recon Ships', **kwargs) |
| 5816 | |
| 5817 | |
| 5818 | class Effect1914(BaseEffect): |
nothing calls this directly
no test coverage detected