It seems that player cards having an id with a zero in an even-numbered index (0-based) are ignored.


For example, a card with an ID of 1A2B0C3D will be ignored because of the zero at index 4: 1A|2B|0C|3D


Cards with odd-indexed zeros (e.g. A1B2C0D3) are fine.