Begin work on the fate path dropdown
This commit is contained in:
parent
edd4e49f62
commit
f6ca694dcc
10 changed files with 82 additions and 21 deletions
|
|
@ -21,6 +21,12 @@
|
|||
<div class="armour"></div>
|
||||
|
||||
{{!-- * Fate & Advancement --}}
|
||||
<div class="fate">
|
||||
<label for="{{meta.idp}}-fate-path" class="col-header">Fate</label>
|
||||
<select class="row-alt" id="{{meta.idp}}-fate-path" name="system.fate">
|
||||
{{rc-options fate.selected fate.options localize=true}}
|
||||
</select>
|
||||
</div>
|
||||
|
||||
{{!-- * Weapons --}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue