(fit, ship, context, projectionRange, **kwargs)
| 4348 | |
| 4349 | @staticmethod |
| 4350 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 4351 | for sensorType in ('Gravimetric', 'Ladar', 'Magnetometric', 'Radar'): |
| 4352 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Electronic Warfare'), |
| 4353 | 'scan{0}StrengthBonus'.format(sensorType), |
| 4354 | ship.getModifiedItemAttr('shipBonusCB'), |
| 4355 | skill='Caldari Battleship', **kwargs) |
| 4356 | |
| 4357 | |
| 4358 | class Effect1441(BaseEffect): |
nothing calls this directly
no test coverage detected