(fit, ship, context, projectionRange, **kwargs)
| 4367 | |
| 4368 | @staticmethod |
| 4369 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 4370 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'ECM', |
| 4371 | 'maxRange', ship.getModifiedItemAttr('shipBonusCB3'), |
| 4372 | skill='Caldari Battleship', **kwargs) |
| 4373 | |
| 4374 | |
| 4375 | class Effect1442(BaseEffect): |
nothing calls this directly
no test coverage detected