diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-10-16 11:59:43 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-10-18 14:32:19 +0200 |
| commit | a221ef53789bf2a4b66bc551deb99ce1b61d05c6 (patch) | |
| tree | a0eb2cc277e89366ebfdeb17d6174ef39c53a1ef | |
| parent | cc0b959d8d51fe156c7798cc78266776de798120 (diff) | |
| download | muhqs-game-a221ef53789bf2a4b66bc551deb99ce1b61d05c6.tar.gz muhqs-game-a221ef53789bf2a4b66bc551deb99ce1b61d05c6.zip | |
add shroud activated ability to king mostly for die! protection
| -rw-r--r-- | data/misc.ini | 2 | ||||
| -rw-r--r-- | latex/cards/king.tex | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/data/misc.ini b/data/misc.ini index f5d922c4..4952493f 100644 --- a/data/misc.ini +++ b/data/misc.ini @@ -1,6 +1,8 @@ [King] token = true type = unit +effect = 5 Resource: +shroud until end of turn +upkeep = 0 [Farmer] type = unit diff --git a/latex/cards/king.tex b/latex/cards/king.tex index 83d528ed..0d9dfca5 100644 --- a/latex/cards/king.tex +++ b/latex/cards/king.tex @@ -10,8 +10,8 @@ \begin{document} \begin{tikzpicture} \cardtypeUnitToken{King} - -\cardmodule{} +\cardsplitcontent{}{5 Resource: +shroud until end of turn} +\cardplaycost{0}\cardmodule{} \cardborder \end{tikzpicture} \end{document} |
