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.
 
 
 

15 lines
628 B

{{#if isApex}}
<div class="form-group">
<label>{{localize "PF2E.Actor.Character.Attribute.Apex"}}</label>
<div class="form-fields">
<select name="system.apex.attribute">
{{#select item.system.apex.attribute}}
{{#each attributes as |label slug|}}
<option value="{{slug}}">{{localize label}}</option>
{{/each}}
{{/select}}
</select>
{{#if mandatoryTakeOnce}}<input type="hidden" name="system.maxTakable" value="1" data-dtype="Number" />{{/if}}
</div>
</div>
{{/if}}