This would be an extremely useful addition. Not sure what else to say.
It would add that extra point of detail to my app that it doesn't have right now.
Moderator: Tech Team

runewake2 wrote:I just want a number, not the actual cards. As the number is publicly available this should not violate anything.
Simply knowing the number of cards a player owns can drastically effect my strategy, so it would be nice to be able to view this.
Edit: I take back what I just said, it turns out spoil numbers are not publicly available.
Code: Select all
<players>
<player state="Waiting">
567199
</player>
<player state="Waiting">
427135
</player>
<player state="Lost">
577500
</player>
<player state="Waiting">
591399
</player>
<player state="Waiting">
577281
</player>
<player state="Ready">
582395
</player>
</players>Code: Select all
<players>
<player state="Waiting" spoils="4">
567199
</player>
<player state="Waiting" spoils="5">
427135
</player>
<player state="Lost" spoils="0">
577500
</player>
<player state="Waiting" spoils="3">
591399
</player>
<player state="Waiting" spoils="2">
577281
</player>
<player state="Ready" spoils="3">
582395
</player>
</players>