RC-29 | Abilities | Editing
This commit is contained in:
parent
07ad74822f
commit
9f0fea1467
5 changed files with 22 additions and 6 deletions
|
|
@ -23,7 +23,11 @@
|
|||
{{!-- * 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">
|
||||
<select
|
||||
class="row-alt"
|
||||
id="{{meta.idp}}-fate-path"
|
||||
name="system.fate"
|
||||
>
|
||||
{{rc-options fate.selected fate.options localize=true}}
|
||||
</select>
|
||||
</div>
|
||||
|
|
@ -40,7 +44,9 @@
|
|||
<input
|
||||
type="number"
|
||||
id="{{@root.meta.idp}}-{{ability.id}}-input"
|
||||
class="value"
|
||||
value="{{ability.value}}"
|
||||
name="system.ability.{{ability.id}}"
|
||||
>
|
||||
{{else}}
|
||||
<span>{{ability.value}}</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue