(fit, ship, context, projectionRange, **kwargs)
| 16594 | |
| 16595 | @staticmethod |
| 16596 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 16597 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), |
| 16598 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusCF2'), skill='Caldari Frigate', **kwargs) |
| 16599 | |
| 16600 | |
| 16601 | class Effect4945(BaseEffect): |
nothing calls this directly
no test coverage detected