forked from GitHub-Mirrors/foundry-sw5e
Integrate changes from the Prof
Received as-is changes from the Prof.
This commit is contained in:
parent
cacc43740e
commit
b3344ba8b9
19 changed files with 490 additions and 30 deletions
|
@ -24,6 +24,10 @@
|
|||
<label>{{localize "SW5E.MovementRoll"}}</label>
|
||||
<input name="data.attributes.movement.roll" type="number" step="0.1" value="{{movement.roll}}"/>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>{{localize "SW5E.MovementSpace"}}</label>
|
||||
<input name="data.attributes.movement.space" type="number" step="0.1" value="{{movement.space}}"/>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>{{localize "SW5E.MovementSwim"}}</label>
|
||||
<input name="data.attributes.movement.swim" type="number" step="0.1" value="{{movement.swim}}"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue