(fit, container, context, projectionRange, **kwargs)
| 2565 | |
| 2566 | @staticmethod |
| 2567 | def handler(fit, container, context, projectionRange, **kwargs): |
| 2568 | penalized = False if 'skill' in context or 'implant' in context or 'booster' in context else True |
| 2569 | fit.ship.boostItemAttr('warpSpeedMultiplier', container.getModifiedItemAttr('WarpSBonus'), |
| 2570 | stackingPenalties=penalized, **kwargs) |
| 2571 | |
| 2572 | |
| 2573 | class Effect882(BaseEffect): |
nothing calls this directly
no test coverage detected