(fit, beacon, context, projectionRange, **kwargs)
| 12507 | |
| 12508 | @staticmethod |
| 12509 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 12510 | fit.ship.multiplyItemAttr('maxVelocity', beacon.getModifiedItemAttr('maxVelocityMultiplier'), |
| 12511 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 12512 | |
| 12513 | |
| 12514 | class Effect4016(BaseEffect): |
nothing calls this directly
no test coverage detected