(fit, ship, context, projectionRange, **kwargs)
| 24689 | |
| 24690 | @staticmethod |
| 24691 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 24692 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), |
| 24693 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusCBC2'), |
| 24694 | skill='Caldari Battlecruiser', **kwargs) |
| 24695 | |
| 24696 | |
| 24697 | class Effect6178(BaseEffect): |
nothing calls this directly
no test coverage detected