(fit, mod, context, projectionRange, **kwargs)
| 11440 | |
| 11441 | @staticmethod |
| 11442 | def handler(fit, mod, context, projectionRange, **kwargs): |
| 11443 | fit.ship.boostItemAttr('maxVelocity', mod.getModifiedItemAttr('speedFactor'), stackingPenalties=True, **kwargs) |
| 11444 | fit.ship.increaseItemAttr('warpScrambleStatus', mod.getModifiedItemAttr('siegeModeWarpStatus'), **kwargs) |
| 11445 | |
| 11446 | |
| 11447 | class Effect3677(BaseEffect): |
nothing calls this directly
no test coverage detected