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.

10 lines
409 B

1 year ago
1 year ago
1 year ago
1 year ago
  1. {{> systems/pf2e/templates/chat/action/header.hbs glyph=action.glyph subtitle=action.subtitle title=action.title}}
  2. {{#if traits}}
  3. <div class="tags" data-tooltip-class="pf2e">
  4. {{#each traits as |trait|}}
  5. <span class="tag" data-slug="{{trait.name}}" data-tooltip="{{trait.description}}">{{localize trait.label}}</span>
  6. {{/each}}
  7. </div>
  8. {{/if}}
  9. <hr class="action-divider" />