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.
 
 
 

22 lines
974 B

<section class="tab feats feats-pane" data-group="primary" data-tab="feats">
{{#each feats as |section|}}
<section class="feat-section major" data-group-id="{{section.id}}">
<header>
{{localize section.label}}
<button
type="button"
data-action="browse-feats"
data-type="feat"
data-filter="{{section.featFilter}},conjunction-or"
>
<i class="fa-solid fa-fw fa-search"></i>{{localize "PF2E.BrowseLabel"}}
</button>
</header>
<ol class="actions-list directory-list" data-foundry-list>
{{#each section.feats as |featSlot|}}
{{> "systems/pf2e/templates/actors/character/partials/feat-slot.hbs" featSlot=featSlot featFilter=section.featFilter}}
{{/each}}
</ol>
</section>
{{/each}}
</section>