forked from GitHub-Mirrors/foundry-sw5e
Update from 0.98 DND
Current 10-18-20
This commit is contained in:
parent
90fab8d89f
commit
b92edb4200
8 changed files with 34 additions and 14 deletions
|
@ -63,6 +63,16 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{{!-- Ability Target Width --}}
|
||||
{{#if isLine}}
|
||||
<div class="form-group input-select-select">
|
||||
<label>{{ localize "SW5E.TargetWidth" }}</label>
|
||||
<div class="form-fields">
|
||||
<input type="text" name="data.target.width" value="{{data.target.width}}" data-dtype="Number" placeholder="-"/>
|
||||
</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{!-- Ability Range --}}
|
||||
<div class="form-group input-select">
|
||||
<label>{{ localize "SW5E.Range" }}</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue