16 lines
262 B
TeX
16 lines
262 B
TeX
\documentclass{iditacard}
|
|
|
|
\cardtype{food}
|
|
\rarity{starting}
|
|
|
|
\begin{document}
|
|
\begin{card}
|
|
\art{breakfast.jpg}
|
|
\health{3}
|
|
\name{Breakfast}
|
|
\text{\draw{3}}
|
|
\flava{The most important meal of the day.}
|
|
\type{food}
|
|
\end{card}
|
|
\end{document}
|