Skip to content
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

Title set file has incorrect total? #535

Open
ThuGie opened this issue Jun 27, 2024 · 1 comment
Open

Title set file has incorrect total? #535

ThuGie opened this issue Jun 27, 2024 · 1 comment

Comments

@ThuGie
Copy link

ThuGie commented Jun 27, 2024

I might have it wrong but total is the amount with the extra's ?
"id": "swshp",
"name": "SWSH Black Star Promos",
"series": "Sword & Shield",
"printedTotal": 307,
"total": 304,

And

"id": "svp",
"name": "Scarlet & Violet Black Star Promos",
"series": "Scarlet & Violet",
"printedTotal": 102,
"total": 75,

So total should never be lower then printedTotal right ?
At least it seems to far all the others, so i would assume these 2 are incorrect ?

@Cealgair
Copy link
Contributor

Cealgair commented Jun 27, 2024

With promo sets, there isn't really a total printed on the card, so printedTotal refers to highest number that's printed on any card from that set, which in the case of swshp is higher than the actual total because some numbers were skipped, namely SWSH299, SWSH300 and SWSH301.

With svp in particular, since it's a set that is gradually getting new cards, sometimes when adding new cards we forget to update the total and printedTotal, so those are out of date at the moment (and a few cards are missing alltogether)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants