diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2025-08-20 12:52:38 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2025-08-20 15:57:41 +0200 |
| commit | fd5897caacefa0b02aba2ca8a8e09199837d4363 (patch) | |
| tree | 76701e88a4dd8bb3a4fb162afb9bd9599f10f24f | |
| parent | bc1b8ff624ad4cbc578f5c0d4b771048fdbe0b2d (diff) | |
| download | muhqs-game-fd5897caacefa0b02aba2ca8a8e09199837d4363.tar.gz muhqs-game-fd5897caacefa0b02aba2ca8a8e09199837d4363.zip | |
clarify fighter's additional action effect
| -rw-r--r-- | data/cards/base/fighter.yml | 4 | ||||
| -rw-r--r-- | latex/cards/de/base/fighter.tex | 2 | ||||
| -rw-r--r-- | latex/cards/en/base/fighter.tex | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/data/cards/base/fighter.yml b/data/cards/base/fighter.yml index b0850962..132caa1d 100644 --- a/data/cards/base/fighter.yml +++ b/data/cards/base/fighter.yml @@ -8,5 +8,5 @@ movement: 2 buy: 7 upkeep: 1 effect: - en: One additional attack action - de: Eine zusätzliche Angriffs-Aktion + en: Fighter has one additional attack action + de: Kämpfer hat eine zusätzliche Angriffs-Aktion diff --git a/latex/cards/de/base/fighter.tex b/latex/cards/de/base/fighter.tex index aa977e25..b2be0734 100644 --- a/latex/cards/de/base/fighter.tex +++ b/latex/cards/de/base/fighter.tex @@ -6,7 +6,7 @@ \begin{tikzpicture} \cardtypeUnit{Kämpfer} \cardbuycost{7} -\cardsplitcontent{Leben: 2\\Bewegung: 2\\Angriff: 1}{Eine zusätzliche Angriffs-Aktion} +\cardsplitcontent{Leben: 2\\Bewegung: 2\\Angriff: 1}{Kämpfer hat eine zusätzliche Angriffs-Aktion} \cardplaycost{1} \cardmodule{base} \cardborder diff --git a/latex/cards/en/base/fighter.tex b/latex/cards/en/base/fighter.tex index d2352edc..72329eaf 100644 --- a/latex/cards/en/base/fighter.tex +++ b/latex/cards/en/base/fighter.tex @@ -6,7 +6,7 @@ \begin{tikzpicture} \cardtypeUnit{Fighter} \cardbuycost{7} -\cardsplitcontent{Health: 2\\Movement: 2\\Attack: 1}{One additional attack action} +\cardsplitcontent{Health: 2\\Movement: 2\\Attack: 1}{Fighter has one additional attack action} \cardplaycost{1} \cardmodule{base} \cardborder |
