(fit, ship, context, projectionRange, **kwargs)
| 10400 | |
| 10401 | @staticmethod |
| 10402 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10403 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Projectile Turret'), |
| 10404 | 'trackingSpeed', ship.getModifiedItemAttr('eliteBonusViolators1'), skill='Marauders', **kwargs) |
| 10405 | |
| 10406 | |
| 10407 | class Effect3427(BaseEffect): |
nothing calls this directly
no test coverage detected