All user data for FoundryVTT. Includes worlds, systems, modules, and any asset in the "foundryuserdata" directory. Does NOT include the FoundryVTT installation itself.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
683 B

1 year ago
  1. <form autocomplete="off" onsubmit="event.preventDefault();">
  2. {{> "dnd5e.trait-list" prefix="choices"}}
  3. {{#if customPath}}
  4. <div class="form-group stacked">
  5. <label>{{localize "DND5E.TraitSelectorSpecial"}}</label>
  6. <input type="text" name="{{customPath}}" value="{{custom}}">
  7. </div>
  8. {{/if}}
  9. {{#if bypassesPath}}
  10. <h3>{{localize "DND5E.DamagePhysicalBypass"}}</h3>
  11. <p class="note">{{localize "DND5E.DamagePhysicalBypassHint"}}</p>
  12. {{> "dnd5e.trait-list" choices=bypasses prefix="bypasses"}}
  13. {{/if}}
  14. <button type="submit"><i class="far fa-save"></i> {{localize "DND5E.TraitSave"}}</button>
  15. </form>