(fit, beacon, context, projectionRange, **kwargs)
| 35636 | |
| 35637 | @staticmethod |
| 35638 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 35639 | fit.ship.boostItemAttr('warpSpeedMultiplier', beacon.getModifiedItemAttr('warpSpeedBonus'), |
| 35640 | stackingPenalties=True, **kwargs) |
| 35641 | |
| 35642 | |
| 35643 | class Effect7238(BaseEffect): |
nothing calls this directly
no test coverage detected