Track coupons

This commit is contained in:
mez 2024-12-07 13:40:50 +00:00
parent bcab0d3a2a
commit c5984b53d2
7 changed files with 53 additions and 5 deletions

View file

@ -6,7 +6,8 @@ log = [
"url":"link to comment",
"received":["card01","card02"],
"lost":["card03","card04"],
"crayons":{"red":1,"orange":2,"yellow":-3}
"crayons":{"red":1,"orange":2,"yellow":-3},
"coupons":{"01":5},
"decks":["deck1","deck2","deck3","deck4","deck5","deck6","deck7","deck8"] # only if "event":"portfolio"
}
]