(fit, beacon, context, projectionRange, **kwargs)
| 24529 | |
| 24530 | @staticmethod |
| 24531 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 24532 | fit.ship.boostItemAttr('maxVelocity', beacon.getModifiedItemAttr('speedFactor'), stackingPenalties=True, **kwargs) |
| 24533 | |
| 24534 | |
| 24535 | class Effect6166(BaseEffect): |
nothing calls this directly
no test coverage detected