10 lines
254 B
Plaintext
10 lines
254 B
Plaintext
---@type table Contains fields used by the deck importer
|
|
configuration = {
|
|
api_uri = "https://arkhamdb.com/api/public",
|
|
public_deck = "decklist",
|
|
private_deck = "deck",
|
|
cards = "card",
|
|
taboo = "taboos",
|
|
card_bag_guid = "15bb07"
|
|
}
|