| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | add unfinished potions set | Florian Fischer | 2021-10-08 | 1 | -1/+9 | |
| | | | | | | | | | | | | Potions are designed as a different on field resource to diversify game play. Potions may be used offensively or defensively. They are a on field equivalent to spells with harder timing restrictions, public information but artifact synergies and thus should be cheaper than their spell equivalent. In particular because unused spells can be used to generate resource by discarding two cards. Played potions are "dead" until they are used. | |||||
| * | [scripts/Makefile] improve check-pylint and add check-mypy | Florian Fischer | 2021-10-07 | 1 | -2/+5 | |
| | | ||||||
| * | [generate_card.py] translate durability | Florian Fischer | 2021-10-07 | 1 | -1/+1 | |
| | | ||||||
| * | [maps] add new tyrant map, tiles and improve map generation script | Florian Fischer | 2021-09-13 | 1 | -51/+154 | |
| | | ||||||
| * | [generate_card] add latex_name support | Florian Fischer | 2021-04-28 | 1 | -1/+1 | |
| | | ||||||
| * | fix some more internationalization issues | Florian Fischer | 2021-03-28 | 1 | -1/+2 | |
| | | ||||||
| * | [generate_card] fix links in markdown cards | Florian Fischer | 2021-03-27 | 1 | -3/+4 | |
| | | | | | | * use always englisch name as file name * adjust links because we are now under build/<lang>/ | |||||
| * | add en and de card listings to web page | Florian Fischer | 2021-03-27 | 1 | -3/+6 | |
| | | ||||||
| * | add german version of cards | Florian Fischer | 2021-03-27 | 1 | -75/+116 | |
| | | | | | | | | | | 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> | |||||
| * | add script Makefile, python tooling and run yapf in generate_map_img.py | Florian Fischer | 2021-03-27 | 4 | -9/+636 | |
| | | ||||||
| * | add exp1 | Florian Fischer | 2021-03-25 | 1 | -1/+2 | |
| | | | | | | | | Featured mechanics: * marks * discard * discard pile | |||||
| * | add YAML links to cards html page | Florian Fischer | 2021-03-25 | 1 | -1/+2 | |
| | | ||||||
| * | [generate_card.py] remove useless debug print | Florian Fischer | 2021-03-07 | 1 | -1/+0 | |
| | | ||||||
| * | [html] generate cards listing | Florian Fischer | 2021-03-01 | 1 | -4/+23 | |
| | | ||||||
| * | convert map definition to YAML | Florian Fischer | 2021-02-28 | 1 | -36/+11 | |
| | | | | | | We don't use our own map definition syntax which was not documented and fragile. YAML is more common and is easier to parse. | |||||
| * | rework how cards are defined and generated | Florian Fischer | 2021-02-28 | 2 | -194/+165 | |
| | | | | | | | | | | | | 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. | |||||
| * | add material for cooperative "The Kraken" game mode | Florian Fischer | 2021-02-20 | 1 | -1/+6 | |
| | | ||||||
| * | introduce seperate assets subdirectory | Florian Fischer | 2021-01-03 | 2 | -4/+4 | |
| | | ||||||
| * | add map Makefile and don't show generated maps by default | Florian Fischer | 2021-01-02 | 1 | -2/+8 | |
| | | ||||||
| * | add script to generate images from map files and tile assets | Florian Fischer | 2021-01-02 | 1 | -0/+143 | |
| | | ||||||
| * | remove "Effekt: " suffix from unit effects | Florian Fischer | 2020-10-18 | 1 | -2/+2 | |
| | | ||||||
| * | add ability to generate all cards defined in a data dir and build sets | Florian Fischer | 2020-10-18 | 1 | -31/+45 | |
| | | ||||||
| * | add tokens to tikzcards and add recruiting action to recruiter | Florian Fischer | 2020-10-18 | 1 | -3/+4 | |
| | | | | | | | | Tokens have a unique background color and are marked as TOKEN on the card. The latex commands to generate cards now takes the card title as argument. Card names or TOKEN is printed on the left type strip to make cards easier recognizable when hold in hands. | |||||
| * | add some spacing between effect and full_action of units | Florian Fischer | 2020-10-18 | 1 | -1/+1 | |
| | | ||||||
| * | fix and use cardmodule command | Florian Fischer | 2020-10-18 | 1 | -4/+14 | |
| | | ||||||
| * | use fontawesome5 instead of fontawesome | Florian Fischer | 2020-10-18 | 1 | -2/+2 | |
| | | ||||||
| * | improve how card content is drawn | Florian Fischer | 2020-10-18 | 1 | -10/+6 | |
| | | | | | | | | * Card content is always bottom aligned at \contentBottom * Only use one node instead of two to draw \splitcontent * Draw content background relative to the content size * Remove now obsolete \contentsplit variants | |||||
| * | introduce new splitcontent commands for single and two lines | Florian Fischer | 2020-10-18 | 1 | -7/+13 | |
| | | ||||||
| * | add assets support for png and jpg | Florian Fischer | 2020-10-18 | 1 | -8/+30 | |
| | | ||||||
| * | add python script to generate latex from card data | Florian Fischer | 2020-09-15 | 1 | -0/+140 | |
