Three On A Match

Full Version: Inventory Template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Inventory Template


A handy html template that you're free to use in your character profile! It will appear as a table, with three sections for the item name, the description, and effect, with keywords or dice (if applicable).

This is for magic items, found by your character, earned in events, or created through ritual magic. You can track mundane items if you wish, but it is not needed.

Code:
<div class="inv-flex">
<div class="inv1">Item Name</div>
<div class="inv2">Dice/Luck</div>
<div class="inv3">Effect</div>
</div>

<div class="inv-flex">
<div class="inv1">...</div>
<div class="inv2">...</div>
<div class="inv3">placeholder</div>
</div>

<div class="inv-flex">
<div class="inv1">...</div>
<div class="inv2">...</div>
<div class="inv3">placeholder</div>
</div>

Adding a New Item

Code:
<div class="inv-flex">
<div class="inv1">...</div>
<div class="inv2">...</div>
<div class="inv3">placeholder</div>
</div>