aboutsummaryrefslogtreecommitdiff
path: root/data/cards/equipments
Commit message (Collapse)AuthorAgeFilesLines
* fix typo in german gear nameFlorian Fischer2025-09-081-1/+1
|
* lower case armor effectFlorian Fischer2025-09-051-1/+1
|
* unify equipment effect wordingFlorian Fischer2025-08-204-8/+8
|
* remove trailing dots from single effect statementsFlorian Fischer2025-08-202-4/+4
|
* use the more intuitive German word Kaufpreis instead of KaufkostenFlorian Fischer2022-02-153-4/+4
|
* rename cash_or_trash to cash_or_trash!Florian Fischer2021-12-081-0/+0
|
* [equipments] add eco piece interacting with artifactsFlorian Fischer2021-12-061-0/+9
|
* [weapon_enthusiast] improve wordingFlorian Fischer2021-11-201-4/+4
|
* Translated AIs and use "adjacent" instead of "in range 1"Florian Fischer2021-09-033-7/+7
|
* add waepon enthusiast to equipmentFlorian Fischer2021-04-031-0/+16
| | | | The idea is to have a voltron like Unit in the set to enabling new strategies
* fix german gear wordingFlorian Fischer2021-04-031-2/+2
|
* fix plate armor and kingFlorian Fischer2021-03-271-1/+1
|
* add german version of cardsFlorian Fischer2021-03-2712-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/marksFlorian Fischer2021-03-251-1/+1
|
* [cards] use effect and full_action as human readable rules textFlorian Fischer2021-03-012-5/+3
|
* rework how cards are defined and generatedFlorian Fischer2021-02-2812-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.