website
website copied to clipboard
Several issues in the generated "crew.csv" file
Hello. I would like to report some "issues" regarding the "crew.csv" file generated by DataCore.
- I noticed that the "Charge phases" column is incorrectly generated for some crew (e.g. Senator Cretak, Mirror Intendant Kira). Incorrect charge phases often contain the "undefined" string. It's like the algorithm assumes that charge phases always relate to the bonus ability but they are more complex in real. However, charge phases in crew detail on the web seem to be correct.
- Column "Amount" contains always a value of the boost amount that is valid for fully fused fully equiped character (TO-BE state). I could expect it will contain a value that corresponds to current rarity of the character (AS-IS state). But there can be some reason to set the value just like that and it's not a bug.
- Similar situation is with the "Accuracy", "Crit Bonus", "Crit Rating" and "Evasion" columns. They, again, contain values that correspond to fully leveled character. "Incomplete" characters have these values lower. Again, it can be an intended feature rather than a bug.
Cases 2 and 3 can be easily fixed because correct values can be obtained from the JSON game data. Case 1 needs an update of algorithm that parses the data structure of charge phases in JSON game data.