New stats view: bombing resistance #2501
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello
This creates a new view in the stats panel that shows the number of bombs required to destroy the current fit.
It displays this information as a table, with damage types as columns and the expected covert ops level of the attacking bomber as rows, as shown below.
One might consider it a niche information, but it is one I have seen many FCs, including myself, use various other tools to compute, including a variety of google sheets and excel files of varying qualities, and all of them had a common point: you had to import the ship statistics from pyfa in some way. I thought I'd give a try at making that information directly available at the source instead.
I'm happy to discuss any change you might require to add that feature, thank you for your time