(fit, ship, context, projectionRange, **kwargs)
| 14322 | |
| 14323 | @staticmethod |
| 14324 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 14325 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), |
| 14326 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusCC2'), skill='Caldari Cruiser', **kwargs) |
| 14327 | |
| 14328 | |
| 14329 | class Effect4370(BaseEffect): |
nothing calls this directly
no test coverage detected