-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or request
Description
An endpoint for non-game cards, with a link to an image/set of images.
Suggested schema:
title [string],
text [string],
images: {
large [string]
medium[string]
small[string]
tiny [string]
},
type [MetaCardType]
}
MetaCardType = [ gameAid, lore, information, art ]
Examples of each card type:
gameAid- Basic action cards, mark cards, tag tracking arealore- Lore insertsinformation- Making a Run, Factions & Influence (any non-game card that explains something about the game)art- The first card in each set that contains an art from within the set (couldn't think of a better name)
We don't need every non-game card, but some (notably the basic action cards and the mark cards) would be good for people to be able to proxy.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request