15 lines
238 B
TeX
15 lines
238 B
TeX
\documentclass{iditacard}
|
|
|
|
\cardtype{food}
|
|
\rarity{legendary}
|
|
|
|
\begin{document}
|
|
\begin{card}
|
|
\art{waffle.jpg}
|
|
\name{Waffle}
|
|
\text{\draw{2}}
|
|
\flava{Waffles are \textbf{delicious}.}
|
|
\type{food}
|
|
\end{card}
|
|
\end{document}
|