(fit, ship, context, projectionRange, **kwargs)
| 2395 | |
| 2396 | @staticmethod |
| 2397 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 2398 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), |
| 2399 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusCF'), skill='Caldari Frigate', **kwargs) |
| 2400 | |
| 2401 | |
| 2402 | class Effect757(BaseEffect): |
nothing calls this directly
no test coverage detected