19 lines
408 B
TeX
19 lines
408 B
TeX
\documentclass{iditacard}
|
|
|
|
\cardtype{personal}
|
|
\rarity{legendary}
|
|
\deck{legendary}
|
|
|
|
\begin{document}
|
|
\begin{card}
|
|
\art{surgery.jpg} % Actual picture of leonid removing his own appendix!
|
|
\energy{1}
|
|
\health{1}
|
|
\risk{1}
|
|
\name{Surgery}
|
|
\text{If you have used another personal card today \destroy{10}{10}}
|
|
\flava{Take a shot, cut it out.}
|
|
\type{personal}
|
|
\end{card}
|
|
\end{document}
|