Account for incoming random cards in incomplete trades

This commit is contained in:
mez 2025-09-02 23:11:31 +01:00
parent c7cf249304
commit 6c61a2bcfc
3 changed files with 35 additions and 14 deletions

View file

@ -11,6 +11,7 @@ log = [
"decks":["deck1","deck2","deck3","deck4","deck5","deck6","deck7","deck8"], # only if "event":"portfolio"
"sketch":-1, # for turning in 1 sketchpad
"pend":["card05"], # to mark a card as pending
"unpend":["card06"] # to remove a card from the pending list if a trade is cancelled
"unpend":["card06"], # to remove a card from the pending list if a trade is cancelled
"randomsin":0 # for incomplete trades where you anticipate receiving a specified number of random cards
}
]