19 lines
325 B
TeX
19 lines
325 B
TeX
\documentclass{iditacard}
|
|
|
|
\cardtype{dog}
|
|
\rarity{common}
|
|
\deck{speed}
|
|
|
|
\begin{document}
|
|
\begin{card}
|
|
\art{squirmy_dog.jpg}
|
|
\energy{1}
|
|
\health{1}
|
|
\risk{1}
|
|
\name{Squirmy Dog}
|
|
\text{+2 Speed. Cannot hold attachments.}
|
|
\flava{Just doesn't like to sit still.}
|
|
\type{dog}
|
|
\end{card}
|
|
\end{document}
|