aboutsummaryrefslogtreecommitdiff
path: root/data/cards/kraken
Commit message (Collapse)AuthorAgeFilesLines
* introduce new boss typeFlorian Fischer2025-08-201-1/+4
|
* kraken: add health to drowned sailorFlorian Fischer2024-03-261-0/+1
|
* kraken: fix not swimming dolphinFlorian Fischer2023-01-261-1/+1
|
* kraken: fix angry_squid and sailfishFlorian Fischer2023-01-252-2/+2
|
* use the more intuitive German word Kaufpreis instead of KaufkostenFlorian Fischer2022-02-151-1/+1
|
* fix invariant that a cards file name is its english nameFlorian Fischer2022-01-035-0/+0
|
* dolphin: improve english oracle textFlorian Fischer2022-01-021-3/+6
|
* [frost_pylon] fix yamlFlorian Fischer2021-10-101-2/+2
|
* [generate_card] generalize list filed handling, add babelFlorian Fischer2021-10-104-9/+31
| | | | | | | * Use lists wehere appropriate * Fix some typos * Rename thieve to thief * units add \n after upkeep cost
* Translated AIs and use "adjacent" instead of "in range 1"Florian Fischer2021-09-037-15/+26
|
* fix some more internationalization issuesFlorian Fischer2021-03-283-4/+4
|
* add german version of cardsFlorian Fischer2021-03-2718-37/+112
| | | | | | | | | 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-252-4/+4
|
* [kraken] improve some wordingsFlorian Fischer2021-03-183-5/+5
|
* [kraken] place dolphin randomly next to a allied unitFlorian Fischer2021-03-181-1/+3
| | | | | | This change prevents the dolphin from sitting the whole game next to the kraken doing nothing most of the time and costing upkeep resource
* [kraken] improve Tentacle Slap if player have no cards in handFlorian Fischer2021-03-181-1/+1
|
* [kraken] reduce upkeep of kraken units and improve kraken' attackFlorian Fischer2021-03-074-4/+4
| | | | | Incremental killing The Kraken with any ranged unit seams stupid and boring.
* [kraken] reduce cost of units, specify dolphin buffs and introduce new cardsFlorian Fischer2021-03-0715-12/+38
|
* [cards] use effect and full_action as human readable rules textFlorian Fischer2021-03-012-2/+2
|
* rework how cards are defined and generatedFlorian Fischer2021-02-2813-0/+76
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.