blob: bb22a8261695951529a0c8703afa7ace1e3850e3 (
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{Selektieren!}
\cardbuycost{7}
\cardcontent{Ziehe eine Karte. Exiliere bis zu einer Karte von deiner Hand}
\cardplaycost{1}
\cardmodule{magic}
\cardborder
\end{tikzpicture}
\end{document}
|