29 lines
542 B
TeX
29 lines
542 B
TeX
\documentclass{iditacard}
|
|
|
|
\cardtype{«.type»}
|
|
\rarity{«.rarity»}
|
|
\deck{«.deck»}
|
|
|
|
\begin{document}
|
|
\begin{card}
|
|
\art{«.image»}
|
|
«- if gt .costs.energy 0»
|
|
\energy{«.costs.energy»}
|
|
«- end»
|
|
«- if gt .costs.health 0»
|
|
\health{«.costs.health»}
|
|
«- end»
|
|
«- if gt .costs.risk 0»
|
|
\risk{«.costs.risk»}
|
|
«- end»
|
|
\name{«.name»}
|
|
\text{
|
|
«- range $effect, $amount := .effects -»
|
|
\«- $effect -»{«- $amount -»}
|
|
«- end -»
|
|
}
|
|
\flava{«.flavour»}
|
|
\type{«.type»}
|
|
\end{card}
|
|
\end{document}
|