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.

19 lines
1.1 KiB

  1. <fieldset class="token-variants-proto">
  2. <legend>Token Variant Art</legend>
  3. <div class="form-group">
  4. <label for="texture">Default Wildcard Image</label>
  5. <div class="form-fields">
  6. <button type="button" class="file-picker" data-type="imagevideo" data-target="flags.token-variants.randomImgDefault" title="Select Default Image" tabindex="-1">
  7. <i class="fas fa-file-import fa-fw"></i>
  8. </button>
  9. <input class="imagevideo" type="text" name="flags.token-variants.randomImgDefault" placeholder="path/image.png" value="{{defaultImg}}"/>
  10. </div>
  11. <p class="hint">Rather than randomizing the image upon token creation this default image will be used instead.</p>
  12. </div>
  13. <div class="form-group">
  14. <label>Disable HUD Button</label>
  15. <div class="form-fields">
  16. <input type="checkbox" name="flags.token-variants.disableHUDButton" data-dtype="Boolean" {{#if disableHUDButton}}checked{{/if}}>
  17. </div>
  18. <p class="notes">Prevent the display of the Token HUD button..</p>
  19. </div>
  20. </fieldset>