(fit, ship, context, projectionRange, **kwargs)
| 37250 | |
| 37251 | @staticmethod |
| 37252 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37253 | fit.modules.filteredItemBoost( |
| 37254 | lambda mod: mod.item.requiresSkill('Large Projectile Turret'), |
| 37255 | 'trackingSpeed', ship.getModifiedItemAttr('eliteBonusBlackOps1'), skill='Black Ops', **kwargs) |
| 37256 | |
| 37257 | |
| 37258 | class Effect8156(BaseEffect): |
nothing calls this directly
no test coverage detected