diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2022-01-02 15:27:03 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2022-01-02 15:27:03 +0100 |
| commit | 1e718734ee0d0aa8e79352074398179dc2d5d45d (patch) | |
| tree | 7b2fefc401c7820ebdc89a0b895b050aefdd3713 | |
| parent | af8103552bb2de043169a7e8a3f5b4a1ff0cca4e (diff) | |
| download | muhqs-game-1e718734ee0d0aa8e79352074398179dc2d5d45d.tar.gz muhqs-game-1e718734ee0d0aa8e79352074398179dc2d5d45d.zip | |
dolphin: improve english oracle text
| -rw-r--r-- | data/cards/kraken/dolphin.yml | 9 | ||||
| -rw-r--r-- | latex/cards/en/kraken/dolphin.tex | 2 |
2 files changed, 7 insertions, 4 deletions
diff --git a/data/cards/kraken/dolphin.yml b/data/cards/kraken/dolphin.yml index 7d6ab227..35defbb2 100644 --- a/data/cards/kraken/dolphin.yml +++ b/data/cards/kraken/dolphin.yml @@ -4,17 +4,20 @@ name: type: unit ai: en: Target-oriented allied unit - en: Ziel-orientiert verbündete Unit + de: Ziel-orientiert verbündete Unit +latex_ai: + en: "{\\small Target-oriented allied unit}" + de: Ziel-orientiert verbündete Unit health: 2 movement: 2 buy: 5 upkeep: 1 latex_full_action: - en: "\\faRedo: Give random allied adjacent unit a random buff until your next turn. \\\\ \\textit{\\small (+1~Attack, +1~Armor, +2~Movement, +1~Action, +2~Pierce, All~together)}" + en: "\\faRedo: Give adjacent allied unit a random buff until your next turn. \\\\ \\textit{\\small (+1~Attack, +1~Armor, +2~Movement, +1~Action, +2~Pierce, All~together)}" de: "\\faRedo: Gib einer benachbarten verbündeten Unit einen zufälligen Bonus bis zu deinem nächsten Zug. \\\\ \\textit{\\small (+1~Angriff, +1~Rüstung, +2~Bewegung, +1~Aktion, +2~Durchdringen, Alles~zusammen)}" full_action: - en: Give random allied adjacent unit a random buff until your next turn. (+1 Attack, +1 Armor, +2 Movement, +1 Action, +2 Pierce, All together) + en: Give adjacent allied unit a random buff until your next turn. (+1 Attack, +1 Armor, +2 Movement, +1 Action, +2 Pierce, All together) de: Gib einer benachbarten verbündeten Unit einen zufälligen Bonus bis zu deinem nachsten Zug. (+1 Angriff, +1 Rüstung, +2 Bewegung, +1 Aktion, +2 Durchdringen, Alles zusammen) effect: diff --git a/latex/cards/en/kraken/dolphin.tex b/latex/cards/en/kraken/dolphin.tex index 191e95b8..92dc376b 100644 --- a/latex/cards/en/kraken/dolphin.tex +++ b/latex/cards/en/kraken/dolphin.tex @@ -6,7 +6,7 @@ \begin{tikzpicture} \cardtypeUnit{Dolphin} \cardbuycost{5} -\cardsplitcontent{AI: Ziel-orientiert verbündete Unit\\Health: 2\\Movement: 2}{Dolphin is played next to a random allied Unit\\ \vspace{0.2cm} \faRedo: Give random allied adjacent unit a random buff until your next turn. \\ \textit{\small (+1~Attack, +1~Armor, +2~Movement, +1~Action, +2~Pierce, All~together)}} +\cardsplitcontent{AI: {\small Target-oriented allied unit}\\Health: 2\\Movement: 2}{Dolphin is played next to a random allied Unit\\ \vspace{0.2cm} \faRedo: Give adjacent allied unit a random buff until your next turn. \\ \textit{\small (+1~Attack, +1~Armor, +2~Movement, +1~Action, +2~Pierce, All~together)}} \cardplaycost{1} \cardmodule{kraken} \cardborder |
