blob: 8e3c7d9712ee0c00abe534c2282ed748f38102d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
\documentclass{standalone}
\usepackage[ngerman]{babel}
\input{common.tex}
\begin{document}
\begin{tikzpicture}
\cardtypeSpell{Eile!}
\cardbuycost{5}
\cardcontent{Verteile zweimal "+ 2 Bewegung diesen Zug" auf bis zu zwei Ziel-Units}
\cardplaycost{2}
\cardmodule{magic}
\cardborder
\end{tikzpicture}
\end{document}
|