Skip to content
New issue

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

Stats calculator module #3

Open
bno1 opened this issue Mar 10, 2019 · 0 comments
Open

Stats calculator module #3

bno1 opened this issue Mar 10, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@bno1
Copy link
Owner

bno1 commented Mar 10, 2019

Right now, X4FProjector exports very raw data. There are instances where it does some postprocessing of the data before it gets exported but it's very minor. This module will take raw stats and output useful information.

Examples:

  • Missile speed is calculated from missile mass, drag and the thrust that its engine produces. The stats calculator would calculate the missile speed for all missile launchers.
  • Weapon DPS is calculated from the bullet damage, weapon rate of fire and I think ricochet chance. The rate of fire is computed from reload time and bullets amount per shot. There is also the sustainable DPS (takes heating and cooling rate into account). This module would compute all those stats from raw data.
@bno1 bno1 added the enhancement New feature or request label Mar 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant