(fit, src, context, projectionRange, **kwargs)
| 32232 | |
| 32233 | @staticmethod |
| 32234 | def handler(fit, src, context, projectionRange, **kwargs): |
| 32235 | fit.ship.boostItemAttr('warpSpeedMultiplier', src.getModifiedItemAttr('eliteBonusBlackOps1'), stackingPenalties=True, skill='Black Ops', **kwargs) |
| 32236 | |
| 32237 | |
| 32238 | class Effect6878(BaseEffect): |
nothing calls this directly
no test coverage detected