(fit, ship, context, projectionRange, **kwargs)
| 3624 | |
| 3625 | @staticmethod |
| 3626 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 3627 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Projectile Turret'), |
| 3628 | 'trackingSpeed', ship.getModifiedItemAttr('shipBonusMF2'), |
| 3629 | skill='Minmatar Frigate', **kwargs) |
| 3630 | |
| 3631 | |
| 3632 | class Effect1176(BaseEffect): |
nothing calls this directly
no test coverage detected