mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-22 21:58:28 +02:00
23 lines
457 B
TeX
23 lines
457 B
TeX
\pdfbookmark[0]{Infusions}{Infusions}
|
|
\section*{Infusions}
|
|
[% for inf in character.infusions %]
|
|
\pdfbookmark[1]{[[ inf.name ]]}{Infusions - [[ inf.name ]]}
|
|
\subsection*{[[ inf.name ]]}
|
|
|
|
[% if inf.prerequisite %]%
|
|
|
|
\noindent
|
|
\textit{Prerequisite: [[ inf.prerequisite ]]}%
|
|
|
|
[% endif %]%
|
|
[% if inf.item %]%
|
|
|
|
\noindent
|
|
\textit{Item: [[ inf.item ]]}%
|
|
|
|
[% endif %]%
|
|
|
|
[[ inf.__doc__ | rst_to_latex(top_heading_level=2) ]]
|
|
|
|
[% endfor %]
|