(fit, ship, context, projectionRange, **kwargs)
| 14355 | |
| 14356 | @staticmethod |
| 14357 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 14358 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'ECM', |
| 14359 | 'falloffEffectiveness', ship.getModifiedItemAttr('shipBonusCB3'), |
| 14360 | skill='Caldari Battleship', **kwargs) |
| 14361 | |
| 14362 | |
| 14363 | class Effect4373(BaseEffect): |
nothing calls this directly
no test coverage detected