| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix typo in german gear name | Florian Fischer | 2025-09-08 | 1 | -1/+1 |
| | | |||||
| * | lower case armor effect | Florian Fischer | 2025-09-05 | 1 | -1/+1 |
| | | |||||
| * | unify equipment effect wording | Florian Fischer | 2025-08-20 | 4 | -8/+8 |
| | | |||||
| * | remove trailing dots from single effect statements | Florian Fischer | 2025-08-20 | 2 | -4/+4 |
| | | |||||
| * | use the more intuitive German word Kaufpreis instead of Kaufkosten | Florian Fischer | 2022-02-15 | 3 | -4/+4 |
| | | |||||
| * | rename cash_or_trash to cash_or_trash! | Florian Fischer | 2021-12-08 | 1 | -0/+0 |
| | | |||||
| * | [equipments] add eco piece interacting with artifacts | Florian Fischer | 2021-12-06 | 1 | -0/+9 |
| | | |||||
| * | [weapon_enthusiast] improve wording | Florian Fischer | 2021-11-20 | 1 | -4/+4 |
| | | |||||
| * | Translated AIs and use "adjacent" instead of "in range 1" | Florian Fischer | 2021-09-03 | 3 | -7/+7 |
| | | |||||
| * | add waepon enthusiast to equipment | Florian Fischer | 2021-04-03 | 1 | -0/+16 |
| | | | | | The idea is to have a voltron like Unit in the set to enabling new strategies | ||||
| * | fix german gear wording | Florian Fischer | 2021-04-03 | 1 | -2/+2 |
| | | |||||
| * | fix plate armor and king | Florian Fischer | 2021-03-27 | 1 | -1/+1 |
| | | |||||
| * | add german version of cards | Florian Fischer | 2021-03-27 | 12 | -24/+73 |
| | | | | | | | | | | 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/marks | Florian Fischer | 2021-03-25 | 1 | -1/+1 |
| | | |||||
| * | [cards] use effect and full_action as human readable rules text | Florian Fischer | 2021-03-01 | 2 | -5/+3 |
| | | |||||
| * | rework how cards are defined and generated | Florian Fischer | 2021-02-28 | 12 | -0/+73 |
| 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. | |||||
