(fit, module, context, projectionRange, **kwargs)
| 23168 | |
| 23169 | @staticmethod |
| 23170 | def handler(fit, module, context, projectionRange, **kwargs): |
| 23171 | fit.ship.boostItemAttr('warpSpeedMultiplier', module.getModifiedItemAttr('drawback'), stackingPenalties=True, **kwargs) |
| 23172 | |
| 23173 | |
| 23174 | class Effect5956(BaseEffect): |
nothing calls this directly
no test coverage detected