aboutsummaryrefslogtreecommitdiff
path: root/data/cards/base/misinformation.yml
Commit message (Collapse)AuthorAgeFilesLines
* change how tokens and especially misinformations are handledFlorian Fischer2022-03-311-1/+0
| | | | | | | | | | | Currently misinformation token are not working as intended, because they could not be part of a players deck because they are tokens. But it is a fundamental part of their design that they delute a players deck. So handle them like other real cards withou buycost like farmers. Specify that tokens can not exists in discard piles or decks and that cards without buy cost can not be part of stores or drafts.
* add german version of cardsFlorian Fischer2021-03-271-2/+6
| | | | | | | | | Translatable properties now have the language as subkey (currently en, de). generate_card.py takes an optional argument to select the language. The latex/Makefile has two new targets de and en each building all cards under latex/cards/<lang> and latex/build/<lang>
* rework how cards are defined and generatedFlorian Fischer2021-02-281-0/+5
Card definitions are now stored in data/cards/ in a subdirectory for each set as YAML files. YAML is still human readable but stricter and better to handle in code than ini. The latex filesystem layout resembles the card definition layout and is created by the Makefile from the YAML card definitions and must not be regenerated each time by hand.