-
Notifications
You must be signed in to change notification settings - Fork 11
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
Meddle winning decks bug on player profile #75
Comments
The original thought behind grouping by name is that I wanted to make it I don't know if splitting by unique deck hash will be the desirable result
|
Yeah requiring a certain number if cards in common us a good solution. For
|
The player profile groups deck by name instead of deck contents. This makes it possible for players to give two completely different decks the same name and have the combined record show incorrectly. Many players have figured this out and use this knowledge to "pump up" the record of their meddle winning decks. And sometimes when they play a deck in the past that has meddled, if it doesn't do well in the current tournament, they give it a different name so it doesn't weaken the record of their meddle winning deck.
Another reason to group by deck contents is so you can use Gatherling to track the success of new cards, as gatherling would then split out decks with different card selection on the player profile page.
The text was updated successfully, but these errors were encountered: