(fit, src, context, projectionRange, **kwargs)
| 34846 | |
| 34847 | @staticmethod |
| 34848 | def handler(fit, src, context, projectionRange, **kwargs): |
| 34849 | fit.ship.boostItemAttr('warpSpeedMultiplier', src.getModifiedItemAttr('shipRoleBonusWarpSpeed'), **kwargs) |
| 34850 | |
| 34851 | |
| 34852 | class Effect7118(BaseEffect): |
nothing calls this directly
no test coverage detected