(fit, ship, context, projectionRange, **kwargs)
| 11616 | |
| 11617 | @staticmethod |
| 11618 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 11619 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Projectile Turret'), |
| 11620 | 'trackingSpeed', ship.getModifiedItemAttr('shipBonusMC2'), skill='Minmatar Cruiser', **kwargs) |
| 11621 | |
| 11622 | |
| 11623 | class Effect3726(BaseEffect): |
nothing calls this directly
no test coverage detected