Skip to content

Non-game cards #262

@distributive

Description

@distributive

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 area
  • lore - Lore inserts
  • information - 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 request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions