diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2022-01-02 12:55:56 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2022-01-02 12:57:33 +0100 |
| commit | 5eddcbf5e3a3eda9e247f819eddd512886be51a2 (patch) | |
| tree | f8096f06169efd1dd2d4fd8b44277fc6d09d600f | |
| parent | 920b122516104583cc1f15fa725ba0e4be843db0 (diff) | |
| download | muhqs-game-5eddcbf5e3a3eda9e247f819eddd512886be51a2.tar.gz muhqs-game-5eddcbf5e3a3eda9e247f819eddd512886be51a2.zip | |
nerf galley
The galley with 4 health nearly kills the kraken on its own.
And a ranged unit with 4 health and 2 moevement is to strong I think.
| -rw-r--r-- | data/cards/nautics/galley.yml | 2 | ||||
| -rw-r--r-- | latex/cards/de/nautics/galley.tex | 2 | ||||
| -rw-r--r-- | latex/cards/en/nautics/galley.tex | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/data/cards/nautics/galley.yml b/data/cards/nautics/galley.yml index 7d60ef36..7ca3851e 100644 --- a/data/cards/nautics/galley.yml +++ b/data/cards/nautics/galley.yml @@ -2,7 +2,7 @@ name: en: Galley de: Galeere type: unit -health: 4 +health: 3 attack: 1 Range 2 movement: en: 2 swimming diff --git a/latex/cards/de/nautics/galley.tex b/latex/cards/de/nautics/galley.tex index bfbffb08..2bbbdd9c 100644 --- a/latex/cards/de/nautics/galley.tex +++ b/latex/cards/de/nautics/galley.tex @@ -6,7 +6,7 @@ \begin{tikzpicture} \cardtypeUnit{Galeere} \cardbuycost{7} -\cardsplitcontent{Leben: 4\\Bewegung: 2 schwimmend\\Angriff: 1 Range 2}{Bemannen 3} +\cardsplitcontent{Leben: 3\\Bewegung: 2 schwimmend\\Angriff: 1 Range 2}{Bemannen 3} \cardplaycost{2} \cardmodule{nautics} \cardborder diff --git a/latex/cards/en/nautics/galley.tex b/latex/cards/en/nautics/galley.tex index 9c7b6d39..e6bf4693 100644 --- a/latex/cards/en/nautics/galley.tex +++ b/latex/cards/en/nautics/galley.tex @@ -6,7 +6,7 @@ \begin{tikzpicture} \cardtypeUnit{Galley} \cardbuycost{7} -\cardsplitcontent{Health: 4\\Movement: 2 swimming\\Attack: 1 Range 2}{Crew 3} +\cardsplitcontent{Health: 3\\Movement: 2 swimming\\Attack: 1 Range 2}{Crew 3} \cardplaycost{2} \cardmodule{nautics} \cardborder |
