(fit, ship, context, projectionRange, **kwargs)
| 5829 | |
| 5830 | @staticmethod |
| 5831 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 5832 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'ECM', |
| 5833 | 'scanLadarStrengthBonus', ship.getModifiedItemAttr('eliteBonusReconShip2'), |
| 5834 | skill='Recon Ships', **kwargs) |
| 5835 | |
| 5836 | |
| 5837 | class Effect1921(BaseEffect): |
nothing calls this directly
no test coverage detected