duxbuse / ninthage-data-analytics

A better way for the project to ingest tournament results
GNU General Public License v3.0
1 stars 0 forks source link

Unit upgrade - full data shows higher count of games then initial display #175

Closed SanderND closed 1 year ago

SanderND commented 1 year ago

Internal Balance: Unit upgrade - full data shows higher count of games then initial display

I think this is when the same unitname takes the same banner in the same army.

SanderND commented 1 year ago

Testcase: Tourney ETC 2022 only. HbE, all units show 12 rending banners. Full data show 30.

SanderND commented 1 year ago

Solved by replacing z_number_of_games metric by z_number_of_unit_upgrades. This metric distinct counts the combination of UnitID+GameID while the number of games only distinct count the GameID.