-
Notifications
You must be signed in to change notification settings - Fork 11
Output Files
There are two types of output files: .xls and .json files. The most information is contained in the .json file. The .xls format provides a compact version of most of the data. I'll go over both of the output file types to show what they contain. For some examples, see the example output files.
The .xls file (example) has one tab with an overview of all fights, containing the same data as the fights overview in the .txt file: For each fight, it shows the fight number, date, start and end time, duration in seconds, whether it was skipped in the top stats computation (due to too few allies/enemies or duration), number of allies and enemies, number of kills, and, if it was not skipped, the total values for all stats for each fight. At the bottom, the sum / average of the stats where it makes sense is given. There are separate tabs for each of the stats. Each tab contains the character names of those that get a total stat award, professions, number of fights attended, overall duration of fights attended, number of fights where top stats were achieved, percentage of fights in which top stats were achieved, total stat, and average stat. Distance to tag is sorted by percentage, damage taken is sorted by average, all other stats are sorted by total value.
The .json file has all computed information (example). It contains the overall squad stats, the fights overview with all stats for fights that were not skipped, a list of all players with their account name, character name, profession, the percentage and duration of fights they were present, the duration they were active (= alive or downed), the duration they were in combat (= time of first damage taken/done until death, iterate), whether they swapped build, their stats for each fight, total stats, average stats, how often they achieved top stats, and the portion of fights in which they achieved top stats. It also contains for each award type for each stat a list of the indices in the player list, indicating those players that get this award (see Award Types).