(fit, module, context, projectionRange, **kwargs)
| 27367 | |
| 27368 | @staticmethod |
| 27369 | def handler(fit, module, context, projectionRange, **kwargs): |
| 27370 | if 'projected' not in context: |
| 27371 | return |
| 27372 | if fit.ship.getModifiedItemAttr('disallowOffensiveModifiers'): |
| 27373 | return |
| 27374 | fit.ship.boostItemAttr('maxVelocity', module.getModifiedItemAttr('speedFactor'), |
| 27375 | stackingPenalties=True, **kwargs) |
| 27376 | |
| 27377 | |
| 27378 | class Effect6477(BaseEffect): |
nothing calls this directly
no test coverage detected