mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-31 09:58:28 +02:00
Added spell list to the epub, and cleaned up dict-list style sheet.
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
[% for mitem in character.magic_items %]
|
||||
<h2 id="magic-items-[[ mitem.name | to_heading_id ]]">[[ mitem.name ]]</h2>
|
||||
|
||||
<dl>
|
||||
<dt>Requires Attunement:</dt>
|
||||
<dl class="magic-item-details details">
|
||||
<dt>Requires Attunement</dt>
|
||||
<dd>[[ mitem.requires_attunement ]]</dd>
|
||||
<dt>Rarity:</dt>
|
||||
<dt>Rarity</dt>
|
||||
<dd>[[ mitem.rarity ]]</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user