Fix level calculation, allow collecting decks outside mass decks
This commit is contained in:
parent
5c3f54d280
commit
03c3cedb6b
3 changed files with 27 additions and 7 deletions
|
@ -25,6 +25,7 @@ Python scripts to generate a mobile-friendly static site for tracking tcg cards
|
|||
- =sig=: set to =True= when you have a signature card
|
||||
- =banner=: set to =True= when you have a player banner, and save this in =build/assets/= as =banner.png=
|
||||
- =highpriority=: a list of high priority decks you’re collecting
|
||||
- =lowpriority=: a list of decks you’re collecting that aren’t in mass decks
|
||||
- =trademedium=: whether to allow trading medium-priority cards away in exchange for high-priority cards (special cards will not be listed as tradeable)
|
||||
- =tradepost=: URL of your trade post on Dreamwidth
|
||||
- =faves=: a list of cards to showcase on the index page
|
||||
|
@ -33,7 +34,7 @@ Python scripts to generate a mobile-friendly static site for tracking tcg cards
|
|||
- =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=)
|
||||
- =collectingmediumthreshold=: minimum number of owned cards for marking a deck being collected as medium priority (should normally be lower than =mediumthreshold=)
|
||||
- =highthreshold=: minimum number of owned cards for marking a deck as high priority
|
||||
- =keepsig=: =True= if you always want to keep one copy of your signature, =False= if you want to make them all available for trading
|
||||
- =tradestatement=: statement to place on your trading page
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue