Infusions
[% for inf in character.infusions %]
[[ inf.name ]]
[% if inf.prerequisite %]
- Prerequisite
- [[ inf.prerequisite ]]
[% endif %]
[% if inf.item %]
- Item
- [[ inf.item ]]
[% endif %]
[[ inf.__doc__ | rst_to_html(top_heading_level=2) ]]
[% endfor %]