aboutsummaryrefslogtreecommitdiff
path: root/data/cards/magic
Commit message (Collapse)AuthorAgeFilesLines
* implement spell target parsing and magic/no!Florian Fischer2025-09-081-2/+2
|
* lower case some spell effectsFlorian Fischer2025-09-053-3/+3
|
* update wording of distribute eot effect spellsFlorian Fischer2025-08-202-4/+4
|
* make language of appear! more preciseFlorian Fischer2025-08-201-1/+1
|
* make the wording on appear! more preciseFlorian Fischer2025-08-201-2/+2
|
* use the more intuitive German word Kaufpreis instead of KaufkostenFlorian Fischer2022-02-151-1/+1
|
* [magic/appear!] improve english wordingFlorian Fischer2021-11-011-1/+1
|
* [magic] s/verhuellt/verhüllt/ and use correct german imperative 'isoliere'Florian Fischer2021-10-102-4/+4
|
* fix some more internationalization issuesFlorian Fischer2021-03-283-4/+4
|
* fix names for Mine!Florian Fischer2021-03-281-1/+1
|
* add german version of cardsFlorian Fischer2021-03-2720-40/+119
| | | | | | | | | 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>
* s/counters/marksFlorian Fischer2021-03-251-1/+1
|
* rework how cards are defined and generatedFlorian Fischer2021-02-2820-0/+100
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.