(fit, ship, context, projectionRange, **kwargs)
| 8147 | |
| 8148 | @staticmethod |
| 8149 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 8150 | for type in ('Gravimetric', 'Magnetometric', 'Ladar', 'Radar'): |
| 8151 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'ECM', |
| 8152 | 'scan{0}StrengthBonus'.format(type), ship.getModifiedItemAttr('shipBonusCC'), |
| 8153 | skill='Caldari Cruiser', **kwargs) |
| 8154 | |
| 8155 | |
| 8156 | class Effect2757(BaseEffect): |
nothing calls this directly
no test coverage detected