blob: 2b3797327838f17d9a7ca6effff6e14d1ea37a9b (
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{Stirb!}
\cardbuycost{10}
\cardcontent{Zerstöre eine Ziel-Unit}
\cardplaycost{6}
\cardmodule{magic}
\cardborder
\end{tikzpicture}
\end{document}
|