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
|
@ -6,6 +6,7 @@ name = "your name"
|
|||
sig = False
|
||||
banner = False
|
||||
highpriority = ["deckname","nameofadeck"]
|
||||
lowpriority = ["deckname","nameofadeck"]
|
||||
trademedium = True
|
||||
tradepost = "URL"
|
||||
faves = ["favecard01","favecard02"]
|
||||
|
@ -14,7 +15,7 @@ british = True
|
|||
sketchprize = 1
|
||||
collectthreshold = 2
|
||||
mediumthreshold = 5
|
||||
massmediumthreshold = 1
|
||||
collectingmediumthreshold = 1
|
||||
highthreshold = 10
|
||||
keepsig = True
|
||||
tradestatement = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue