SCED/src/arkhamdb/Configuration.ttslua

10 lines
254 B
Plaintext
Raw Normal View History

2024-02-01 16:45:46 -05:00
---@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",
2022-12-30 14:53:49 -05:00
card_bag_guid = "15bb07"
}