(fit, ship, context, projectionRange, **kwargs)
| 4384 | |
| 4385 | @staticmethod |
| 4386 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 4387 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'ECM', |
| 4388 | 'maxRange', ship.getModifiedItemAttr('shipBonusCC2'), skill='Caldari Cruiser', **kwargs) |
| 4389 | |
| 4390 | |
| 4391 | class Effect1443(BaseEffect): |
nothing calls this directly
no test coverage detected