Compendiums and small fixes

This commit is contained in:
2022-08-24 20:24:22 +02:00
parent 75614e3b8e
commit c5a742dd13
25 changed files with 557 additions and 140 deletions

View File

@@ -3,8 +3,9 @@
{{/if}}
{{#if all}}
<option value="all">All</option>
<option value="special">Special</option>
{{/if}}
{{#if all}}
{{#if special}}
<option value="special">Special</option>
{{/if}}
<option value="agi">AGI</option>
@@ -35,3 +36,7 @@
<option value="ad">A/D</option>
<option value="ts">TS</option>
{{/if}}
{{#if power}}
<option value="powerroll">Power roll</option>
<option value="powerdmgroll">Power DMG roll</option>
{{/if}}