17 lines
259 B
TeX
17 lines
259 B
TeX
\documentclass{iditacard}
|
|
|
|
\cardtype{dog}
|
|
\rarity{epic}
|
|
|
|
\begin{document}
|
|
\begin{card}
|
|
\energy{1}
|
|
\health{1}
|
|
\risk{1}
|
|
\name{Chihuahua}
|
|
\text{Your other dogs have +1 speed.}
|
|
\flava{OMG shut up!}
|
|
\type{dog}
|
|
\end{card}
|
|
\end{document}
|