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