All user data for FoundryVTT. Includes worlds, systems, modules, and any asset in the "foundryuserdata" directory. Does NOT include the FoundryVTT installation itself.
 
 
 

16 lines
750 B

<table class="skill-variants">
<caption>Situational Skill Rolls</caption>
<tr>
<th>Label</th>
<th>Roll Options</th>
<th>&nbsp;</th>
</tr>
{{#each data.variants as |variant idx|}}
<tr>
<td><input name="system.variants.{{idx}}.label" value="{{variant.label}}"></td>
<td><input name="system.variants.{{idx}}.options" value="{{variant.options}}" placeholder="separated by comma"></td>
<td><div class="remove-skill-variant" data-skill-variant-index="{{idx}}" title="{{localize "PF2E.ItemRemoveRuleElement"}}"><i class="fas fa-trash"></i></div></td>
</tr>
{{/each}}
</table>
<div class="add-skill-variant"><i class="fas fa-plus"></i> {{localize "PF2E.ItemNewSkillVariant"}}</div>