diff options
| -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 |
