| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | improve python scripts and pipenv environment | Florian Fischer | 2025-09-04 | 1 | -1/+1 |
| | | |||||
| * | retrieve draft rates in card listings | Florian Fischer | 2025-08-20 | 1 | -4/+9 |
| | | |||||
| * | introduce new boss type | Florian Fischer | 2025-08-20 | 1 | -1/+1 |
| | | |||||
| * | improve scripts | Florian Fischer | 2022-01-04 | 1 | -4/+7 |
| | | | | | | | | | * move more generic code handling data to data.py * fix markdown generation in generate_deck.py * make gen_hoverable_link more flexible by introducing callbacks to generate the relevant link components. * fix the link targets for hoverable links in the generated card markdown | ||||
| * | generalize hover link creation and use them in card listings | Florian Fischer | 2022-01-03 | 1 | -1/+9 |
| | | |||||
| * | generate_card: use latex fields for unit stats | Florian Fischer | 2022-01-02 | 1 | -1/+1 |
| | | |||||
| * | scripts: improve code quality | Florian Fischer | 2021-12-12 | 1 | -1/+1 |
| | | |||||
| * | generate_card: als print unit stats without effect italic | Florian Fischer | 2021-12-10 | 1 | -1/+1 |
| | | |||||
| * | generate_card.py: fix intension without effect generation | Florian Fischer | 2021-12-10 | 1 | -2/+5 |
| | | |||||
| * | intermeddiate tyrant commit | Florian Fischer | 2021-12-09 | 1 | -0/+9 |
| | | |||||
| * | [html] add decks page and cleanup makefile | Florian Fischer | 2021-12-06 | 1 | -1/+1 |
| | | |||||
| * | generate_card.py: prefix full actions with '\faRedo:' | Florian Fischer | 2021-11-20 | 1 | -1/+1 |
| | | |||||
| * | [generate_card.py] assert against useless use of lists | Florian Fischer | 2021-10-10 | 1 | -0/+2 |
| | | |||||
| * | [generate_card] fix use of not decalred latex_value | Florian Fischer | 2021-10-10 | 1 | -2/+6 |
| | | |||||
| * | [de/rules] use Spiel-/ and Unterhaltskosten for play and upkeep cost | Florian Fischer | 2021-10-10 | 1 | -2/+2 |
| | | |||||
| * | [generate_card] generalize list filed handling, add babel | Florian Fischer | 2021-10-10 | 1 | -29/+50 |
| | | | | | | | | * Use lists wehere appropriate * Fix some typos * Rename thieve to thief * units add \n after upkeep cost | ||||
| * | [scripts/generate_card] fix type hints | Florian Fischer | 2021-10-10 | 1 | -5/+5 |
| | | |||||
| * | [scripts/generate_card] support multiple full_actions | Florian Fischer | 2021-10-10 | 1 | -14/+33 |
| | | |||||
| * | 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. | ||||
| * | [generate_card.py] translate durability | Florian Fischer | 2021-10-07 | 1 | -1/+1 |
| | | |||||
| * | [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 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 |
| | | |||||
| * | rework how cards are defined and generated | Florian Fischer | 2021-02-28 | 1 | -0/+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. | |||||
