18 lines
307 B
TeX
18 lines
307 B
TeX
\documentclass{iditacard}
|
|
|
|
\cardtype{dog}
|
|
\rarity{legendary}
|
|
\deck{legendary}
|
|
|
|
\begin{document}
|
|
\begin{card}
|
|
\art{robodog.jpg}
|
|
\energy{2}
|
|
\health{2}
|
|
\name{Robodog}
|
|
\text{All {\color{sled}sled} cards take +1 of +1.}
|
|
\flava{Smarter than meat.}
|
|
\type{dog}
|
|
\end{card}
|
|
\end{document}
|