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

18 lines
683 B

<form autocomplete="off" onsubmit="event.preventDefault();">
{{> "dnd5e.trait-list" prefix="choices"}}
{{#if customPath}}
<div class="form-group stacked">
<label>{{localize "DND5E.TraitSelectorSpecial"}}</label>
<input type="text" name="{{customPath}}" value="{{custom}}">
</div>
{{/if}}
{{#if bypassesPath}}
<h3>{{localize "DND5E.DamagePhysicalBypass"}}</h3>
<p class="note">{{localize "DND5E.DamagePhysicalBypassHint"}}</p>
{{> "dnd5e.trait-list" choices=bypasses prefix="bypasses"}}
{{/if}}
<button type="submit"><i class="far fa-save"></i> {{localize "DND5E.TraitSave"}}</button>
</form>