(fit, mod, context, projectionRange, **kwargs)
| 27333 | |
| 27334 | @staticmethod |
| 27335 | def handler(fit, mod, context, projectionRange, **kwargs): |
| 27336 | fit.ship.boostItemAttr('maxVelocity', mod.getModifiedItemAttr('speedFactor'), stackingPenalties=True, **kwargs) |
| 27337 | fit.ship.increaseItemAttr('warpScrambleStatus', mod.getModifiedItemAttr('siegeModeWarpStatus'), **kwargs) |
| 27338 | |
| 27339 | |
| 27340 | class Effect6475(BaseEffect): |
nothing calls this directly
no test coverage detected