18 lines
314 B
TeX
18 lines
314 B
TeX
\documentclass{iditacard}
|
|
|
|
\cardtype{dog}
|
|
\rarity{legendary}
|
|
\deck{legendary}
|
|
|
|
\begin{document}
|
|
\begin{card}
|
|
\art{puppy.jpg}
|
|
\energy{2}
|
|
\health{2}
|
|
\name{Puppy}
|
|
\text{All {\color{personal}personal} cards destroy +1 of +1.}
|
|
\flava{Cute, but naughty.}
|
|
\type{dog}
|
|
\end{card}
|
|
\end{document}
|