blob: cc67d724d566a5bae4cf1b59073e96c5fc267c4d (
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{Angriff!}
\cardbuycost{5}
\cardcontent{Verteile zweimal "+1 Angriff diesen Zug" auf bis zu zwei Ziel-Units}
\cardplaycost{2}
\cardmodule{magic}
\cardborder
\end{tikzpicture}
\end{document}
|