(fit, module, context, projectionRange, **kwargs)
| 2904 | |
| 2905 | @staticmethod |
| 2906 | def handler(fit, module, context, projectionRange, **kwargs): |
| 2907 | fit.extraAttributes['cloaked'] = True |
| 2908 | fit.ship.multiplyItemAttr('maxVelocity', module.getModifiedItemAttr('maxVelocityModifier'), **kwargs) |
| 2909 | |
| 2910 | |
| 2911 | class Effect989(BaseEffect): |
nothing calls this directly
no test coverage detected