adding forage tables

This commit is contained in:
evilchili
2022-08-13 13:17:56 -07:00
parent f7ea255bcd
commit 0bc1eb6a55
7 changed files with 223 additions and 37 deletions
@@ -37,6 +37,7 @@
<dt>Skill Challenges</dt><dd>{{ macros.table(r.skills, ['Skills', 'DC', 'Notes']) }}</dd>
<dt>Encounters (CR {{r.cr}})</dt><dd>{{ macros.table(r.encounters, ['Roll', 'Difficulty']) }}</dd>
<dt>Weather Effects</dt><dd>{{ macros.table(r.weather, ['Roll', None, 'Description', 'Effect']) }}</dd>
<dt>Forage Table</dt><dd>{{ macros.table(r.forage_table, ['Roll', 'Name', 'Description', 'Rarity', 'Value']) }}</dd>
</dl>
</div>
</div>