(fit, ship, context, projectionRange, **kwargs)
| 10320 | |
| 10321 | @staticmethod |
| 10322 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10323 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Energy Turret'), |
| 10324 | 'trackingSpeed', ship.getModifiedItemAttr('eliteBonusBlackOps1'), skill='Black Ops', **kwargs) |
| 10325 | |
| 10326 | |
| 10327 | class Effect3415(BaseEffect): |
nothing calls this directly
no test coverage detected