(fit, ship, context, projectionRange, **kwargs)
| 19592 | |
| 19593 | @staticmethod |
| 19594 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19595 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Hybrid Turret'), |
| 19596 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusCBC2'), |
| 19597 | skill='Caldari Battlecruiser', **kwargs) |
| 19598 | |
| 19599 | |
| 19600 | class Effect5358(BaseEffect): |
nothing calls this directly
no test coverage detected