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.

14 lines
558 B

  1. {{#if description.full~}}
  2. <div class="description">{{{description.full}}}</div>
  3. {{~else if description.preview~}}
  4. <div class="description">
  5. <a class="preview" data-action="expand-description" data-tooltip="{{localize "PF2E.Action.ExpandDescription"}}">{{description.preview}}</a>
  6. <div class="shadow"></div>
  7. </div>
  8. {{~/if}}
  9. <div class="message-buttons">
  10. <button type="button" data-action="apply-effect" data-targets="{{actor.uuid}}" data-visibility="owner">
  11. {{localize "PF2E.Action.ApplyEffect"}}
  12. </button>
  13. </div>