(fit, src, context, projectionRange, **kwargs)
| 14846 | |
| 14847 | @staticmethod |
| 14848 | def handler(fit, src, context, projectionRange, **kwargs): |
| 14849 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Projectile Turret'), 'speed', |
| 14850 | src.getModifiedItemAttr('shipBonusMF'), stackingPenalties=True, skill='Minmatar Frigate', **kwargs) |
| 14851 | |
| 14852 | |
| 14853 | class Effect4471(BaseEffect): |
nothing calls this directly
no test coverage detected