We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be great to display the number of jumps made for "Travelled (total)" and "Travelled (session)".
And maybe you could "estimate" the number of jumps to the goals as well (either the ship's jump range or a user-set value).
Maybe something like:
Distance (Goal 1): 2,567.35 ly (~ 62 J) Travelled (total): 13,715.54 ly (327 J) Travelled (session): 42.15 ly (1 J)
To do an estimation, there are multiple approaches possible:
For the "Travelled" jumps, well, it's simply an integer you increment each time you get a jump event.
The text was updated successfully, but these errors were encountered:
Nice idea but I think the multiplier for the distance should be user configurable. Something like 100%, 80%, 60% or so.
Sorry, something went wrong.
No branches or pull requests
It would be great to display the number of jumps made for "Travelled (total)" and "Travelled (session)".
And maybe you could "estimate" the number of jumps to the goals as well (either the ship's jump range or a user-set value).
Maybe something like:
To do an estimation, there are multiple approaches possible:
For the "Travelled" jumps, well, it's simply an integer you increment each time you get a jump event.
The text was updated successfully, but these errors were encountered: