(fit, ship, context, projectionRange, **kwargs)
| 17831 | |
| 17832 | @staticmethod |
| 17833 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17834 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), |
| 17835 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusCC'), skill='Caldari Cruiser', **kwargs) |
| 17836 | |
| 17837 | |
| 17838 | class Effect5136(BaseEffect): |
nothing calls this directly
no test coverage detected