(fit, skill, context, projectionRange, **kwargs)
| 4679 | |
| 4680 | @staticmethod |
| 4681 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 4682 | fit.ship.boostItemAttr('jumpDriveRange', skill.getModifiedItemAttr('jumpDriveRangeBonus') * skill.level, **kwargs) |
| 4683 | |
| 4684 | |
| 4685 | class Effect1585(BaseEffect): |
nothing calls this directly
no test coverage detected