Add function for generating art shop requests

This commit is contained in:
mez 2025-04-20 13:14:12 +01:00
parent 654c162105
commit 1cf0d1c0af
3 changed files with 764 additions and 1 deletions

View file

@ -27,6 +27,7 @@ Python scripts to generate a mobile-friendly static site for tracking tcg cards
- =faves=: a list of cards to showcase on the index page
- =headerbackground=: an HTML colour to display behind your header image and set as a theme colour
- =british=: =True= if you want “grey” to display on the site, =False= if you want “gray”
- =sketchprize=: prize you normally want for sketchpads in the art shop (1 or 2)
- =collectthreshold=: minimum number of owned cards for putting a deck in the “collecting” category (all cards in mass decks will be included)
- =mediumthreshold=: minimum number of owned cards for marking a deck as medium priority
- =massmediumthreshold=: minimum number of owned cards for marking a deck in a mass deck medium priority (should normally be lower than =mediumthreshold=)