(fit, ship, context, projectionRange, **kwargs)
| 5772 | |
| 5773 | @staticmethod |
| 5774 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 5775 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'ECM', |
| 5776 | 'scanGravimetricStrengthBonus', ship.getModifiedItemAttr('eliteBonusReconShip2'), |
| 5777 | skill='Recon Ships', **kwargs) |
| 5778 | |
| 5779 | |
| 5780 | class Effect1912(BaseEffect): |
nothing calls this directly
no test coverage detected