17 lines
294 B
TeX
17 lines
294 B
TeX
\documentclass{iditacard}
|
|
|
|
\cardtype{dog}
|
|
\rarity{rare}
|
|
|
|
\begin{document}
|
|
\begin{card}
|
|
\art{cat.jpg}
|
|
\energy{2}
|
|
\health{1}
|
|
\name{Cat}
|
|
\text{When this dog dies, return it to your hand.}
|
|
\flava{They say a cat has nine lives.}
|
|
\type{fake dog}
|
|
\end{card}
|
|
\end{document}
|