To illustrate the issue - this perfectly legal deck is flagged as invalid due to a bug in the client-side deck validation engine (the backend counterpart handles this correctly)
The issue here is over-processing of cards - only cards included the draw deck should be custom-validated here. For the plot deck, the default deck building rules should be validated against.
Frontend bug only, reported via GOT Discord.
To illustrate the issue - this perfectly legal deck is flagged as invalid due to a bug in the client-side deck validation engine (the backend counterpart handles this correctly)
The issue here is over-processing of cards - only cards included the draw deck should be custom-validated here. For the plot deck, the default deck building rules should be validated against.