diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2024-12-26 09:22:54 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2025-08-20 15:57:11 +0200 |
| commit | e4af3c1bee2f4c0b3fc74b1675ae5ba9141b0780 (patch) | |
| tree | f6481fe6ce0f6b92f1a341e611148fa97ab1f97c | |
| parent | e2ab17c14f1a9a448e241eb65ad0590317fe2623 (diff) | |
| download | muhqs-game-e4af3c1bee2f4c0b3fc74b1675ae5ba9141b0780.tar.gz muhqs-game-e4af3c1bee2f4c0b3fc74b1675ae5ba9141b0780.zip | |
add swimming effect to fish trap
| -rw-r--r-- | data/cards/nautics/fish_trap.yml | 16 | ||||
| -rw-r--r-- | latex/cards/de/nautics/fish_trap.tex | 2 | ||||
| -rw-r--r-- | latex/cards/en/nautics/fish_trap.tex | 2 |
3 files changed, 14 insertions, 6 deletions
diff --git a/data/cards/nautics/fish_trap.yml b/data/cards/nautics/fish_trap.yml index 0c6c676c..20abb9d4 100644 --- a/data/cards/nautics/fish_trap.yml +++ b/data/cards/nautics/fish_trap.yml @@ -4,8 +4,16 @@ name: type: artifact token: true effect: - en: "Adjacent Fisher have \"full action: Gain 2 Resource\"" - de: "Angrenzende Fischer haben \"Volle-Aktion: Erhalte 2 Ressource\"" + en: + - "Adjacent Fisher have \"full action: Gain 2 Resource\"" + - "Swimming" + de: + - "Angrenzende Fischer haben \"Volle-Aktion: Erhalte 2 Ressource\"" + - "Schwimmend" latex_effect: - en: "Adjacent Fisher have \\\\ \\enquote{~\\faRedo: Gain 2 Resource}" - de: "Angrenzende Fischer haben \\\\ \\enquote{~\\faRedo: Erhalte 2 Ressource}" + en: + - "Adjacent Fisher have \\\\ \\enquote{~\\faRedo: Gain 2 Resource}\\\\" + - "Swimming" + de: + - "Angrenzende Fischer haben \\\\ \\enquote{~\\faRedo: Erhalte 2 Ressource}\\\\" + - "Schwimmend" diff --git a/latex/cards/de/nautics/fish_trap.tex b/latex/cards/de/nautics/fish_trap.tex index 356e3344..f3113dcb 100644 --- a/latex/cards/de/nautics/fish_trap.tex +++ b/latex/cards/de/nautics/fish_trap.tex @@ -5,7 +5,7 @@ \begin{document} \begin{tikzpicture} \cardtypeArtifactToken{Reuse} -\cardcontent{Angrenzende Fischer haben \\ \enquote{~\faRedo: Erhalte 2 Ressource}} +\cardcontent{Angrenzende Fischer haben \\ \enquote{~\faRedo: Erhalte 2 Ressource}\\Schwimmend} \cardmodule{nautics} \cardborder \end{tikzpicture} diff --git a/latex/cards/en/nautics/fish_trap.tex b/latex/cards/en/nautics/fish_trap.tex index 10072dd7..8f494716 100644 --- a/latex/cards/en/nautics/fish_trap.tex +++ b/latex/cards/en/nautics/fish_trap.tex @@ -5,7 +5,7 @@ \begin{document} \begin{tikzpicture} \cardtypeArtifactToken{Fish Trap} -\cardcontent{Adjacent Fisher have \\ \enquote{~\faRedo: Gain 2 Resource}} +\cardcontent{Adjacent Fisher have \\ \enquote{~\faRedo: Gain 2 Resource}\\Swimming} \cardmodule{nautics} \cardborder \end{tikzpicture} |
