forked from GitHub-Mirrors/foundry-sw5e
DND5e Core 1.3.5
DND5e Core 1.3.5 modded to SW5e System Combining with DND5e Core 1.3.2 to see one big commit since last core update DND5e Core 1.3.2 modded to SW5e System
This commit is contained in:
parent
c208552f70
commit
b56a074697
147 changed files with 3615 additions and 1875 deletions
|
@ -2,6 +2,15 @@
|
|||
<section class="form-body">
|
||||
<p class="notes">{{localize 'SW5E.FlagsInstructions'}}</p>
|
||||
|
||||
<h3 class="form-header">{{localize "SW5E.ItemTypeClass"}}</h3>
|
||||
<div class="form-group">
|
||||
<label>{{localize "SW5E.ClassMakeOriginal"}}</label>
|
||||
<select name="data.details.originalClass" data-dtype="String">
|
||||
{{selectOptions classes selected=actor.data.data.details.originalClass}}
|
||||
</select>
|
||||
<p class="notes">{{localize "SW5E.ClassMakeOriginalHint"}}</p>
|
||||
</div>
|
||||
|
||||
{{#each flags as |fs section|}}
|
||||
<h3 class="form-header">{{localize section}}</h3>
|
||||
{{#each fs as |flag key|}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue