diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2023-12-08 21:10:01 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2024-03-26 09:55:14 +0100 |
| commit | a9ea92146f5dcbb0d2bf385d2a7d1b02b5249d92 (patch) | |
| tree | eaac08a6dcbf59f4d76c52c72995f7cbdefbaae6 | |
| parent | 3161a187b9957cc9959d2275679556899f776887 (diff) | |
| download | muhqs-game-a9ea92146f5dcbb0d2bf385d2a7d1b02b5249d92.tar.gz muhqs-game-a9ea92146f5dcbb0d2bf385d2a7d1b02b5249d92.zip | |
kraken: add health to drowned sailor
| -rw-r--r-- | data/cards/kraken/drowned_sailor.yml | 1 | ||||
| -rw-r--r-- | latex/cards/de/kraken/drowned_sailor.tex | 2 | ||||
| -rw-r--r-- | latex/cards/en/kraken/drowned_sailor.tex | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/data/cards/kraken/drowned_sailor.yml b/data/cards/kraken/drowned_sailor.yml index dcec5bb8..28c73f61 100644 --- a/data/cards/kraken/drowned_sailor.yml +++ b/data/cards/kraken/drowned_sailor.yml @@ -3,6 +3,7 @@ name: de: Ertrunkener Matrose type: unit token: true +health: 1 attack: 1 effect: en: diff --git a/latex/cards/de/kraken/drowned_sailor.tex b/latex/cards/de/kraken/drowned_sailor.tex index 4fa6b890..322ee878 100644 --- a/latex/cards/de/kraken/drowned_sailor.tex +++ b/latex/cards/de/kraken/drowned_sailor.tex @@ -5,7 +5,7 @@ \begin{document} \begin{tikzpicture} \cardtypeUnitToken{Ertrunkener Matrose} -\cardsplitcontent{Angriff: 1}{Eine bemannte Unit hat +1 Bewegung solange sie schwimmt.\\ Zerstöre den Ertrunkenen Matrosen falls er fallen gelassen wird} +\cardsplitcontent{Leben: 1\\Angriff: 1}{Eine bemannte Unit hat +1 Bewegung solange sie schwimmt.\\ Zerstöre den Ertrunkenen Matrosen falls er fallen gelassen wird} \cardmodule{kraken} \cardborder \end{tikzpicture} diff --git a/latex/cards/en/kraken/drowned_sailor.tex b/latex/cards/en/kraken/drowned_sailor.tex index 77261c69..2600f80c 100644 --- a/latex/cards/en/kraken/drowned_sailor.tex +++ b/latex/cards/en/kraken/drowned_sailor.tex @@ -5,7 +5,7 @@ \begin{document} \begin{tikzpicture} \cardtypeUnitToken{Drowned Sailor} -\cardsplitcontent{Attack: 1}{A crewed unit gets +1 movement while swimming.\\ If Drowned Sailor is dropped destroy it} +\cardsplitcontent{Health: 1\\Attack: 1}{A crewed unit gets +1 movement while swimming.\\ If Drowned Sailor is dropped destroy it} \cardmodule{kraken} \cardborder \end{tikzpicture} |
