(fit, module, context, projectionRange, **kwargs)
| 14249 | |
| 14250 | @staticmethod |
| 14251 | def handler(fit, module, context, projectionRange, **kwargs): |
| 14252 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Projectile Turret'), |
| 14253 | 'trackingSpeed', module.getModifiedItemAttr('subsystemBonusMinmatarOffensive3'), |
| 14254 | skill='Minmatar Offensive Systems', **kwargs) |
| 14255 | |
| 14256 | |
| 14257 | class Effect4358(BaseEffect): |
nothing calls this directly
no test coverage detected