diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2021-03-01 11:16:10 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2021-03-01 11:16:10 +0100 |
| commit | 2a072b9e393ca10ccfd315087d76dfc1833d7a88 (patch) | |
| tree | 068ff2cb5bb3e5decb55e5493f093b152ecd242b | |
| parent | 68849813ac5b85973daef1edbdb04b6b68f071cd (diff) | |
| download | muhqs-game-2a072b9e393ca10ccfd315087d76dfc1833d7a88.tar.gz muhqs-game-2a072b9e393ca10ccfd315087d76dfc1833d7a88.zip | |
bump latex cards
| -rw-r--r-- | latex/cards/equipments/smith.tex | 2 | ||||
| -rw-r--r-- | latex/cards/equipments/spear.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/latex/cards/equipments/smith.tex b/latex/cards/equipments/smith.tex index 92b7cb12..85f4618f 100644 --- a/latex/cards/equipments/smith.tex +++ b/latex/cards/equipments/smith.tex @@ -5,7 +5,7 @@ \begin{tikzpicture} \cardtypeUnit{Smith} \cardbuycost{10} -\cardsplitcontent{Health: 1\\Movement: 2}{\faRedo, X: Create Copy of artifact with buy cost = X in range 1 on empty tile in range 1} +\cardsplitcontent{Health: 1\\Movement: 2}{\faRedo, X: Create Copy of artifact with buy cost X in Range 1 on empty tile in Range 1} \cardplaycost{2}\cardmodule{equipments} \cardborder \end{tikzpicture} diff --git a/latex/cards/equipments/spear.tex b/latex/cards/equipments/spear.tex index cc2f81bc..ab2ad750 100644 --- a/latex/cards/equipments/spear.tex +++ b/latex/cards/equipments/spear.tex @@ -5,7 +5,7 @@ \begin{tikzpicture} \cardtypeEquipment{Spear} \cardbuycost{2} -\cardsplitcontent{Durability: 3}{Equipped unit gains +1 Attack and Range 2 against unit with M >= 3} +\cardsplitcontent{Durability: 3}{Equipped unit gains +1 Attack and Range 2 against unit with Movement >= 3} \cardplaycost{7} \cardmodule{equipments} \cardborder |
