Added party XP thresholds to GM sheets.

This commit is contained in:
Mark Wolfman
2021-09-30 21:10:34 -05:00
parent 1d67463566
commit 5b8ef004c7
14 changed files with 152 additions and 20 deletions
@@ -84,7 +84,7 @@
<td>[[ ability.name | capitalize ]]</td>
<td>[[ ability.modifier | mod_str ]] ([[ ability.value ]])</td>
<td>[% if ability.name in character.saving_throw_proficiencies %]✓[% endif %]</td>
<td>[[ character.strength.saving_throw | mod_str ]]</td>
<td>[[ ability.saving_throw | mod_str ]]</td>
</tr>
[% endfor %]
</table>