(fit, ship, context, projectionRange, **kwargs)
| 10384 | |
| 10385 | @staticmethod |
| 10386 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10387 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Hybrid Turret'), |
| 10388 | 'trackingSpeed', ship.getModifiedItemAttr('eliteBonusViolators1'), skill='Marauders', **kwargs) |
| 10389 | |
| 10390 | |
| 10391 | class Effect3425(BaseEffect): |
nothing calls this directly
no test coverage detected