diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2024-12-26 09:22:54 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2025-01-27 16:43:56 +0100 |
| commit | c310483be65c4031ae3ac298ef730d9919c77a67 (patch) | |
| tree | 54d26f6d4d6ce0a0f816f7d60521e554ebff09c7 | |
| parent | f07763982ff09e49876b810c3d1952d9f0cfedd0 (diff) | |
| download | muhqs-game-c310483be65c4031ae3ac298ef730d9919c77a67.tar.gz muhqs-game-c310483be65c4031ae3ac298ef730d9919c77a67.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} |
