Upgrade templates: PP, AP as string.

This commit is contained in:
Michael Stein
2023-04-18 23:54:58 +02:00
parent 5de5e043ae
commit f91c64f91f
4 changed files with 67 additions and 54 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
<td>{{localize "midgard5.bonus"}}</td>
<td><input name="data.bonus" type="text" value="{{data.bonus}}" data-dtype="Number" /></td>
<td>{{localize "midgard5.actor-ap"}}</td>
<td><input name="data.ap" type="text" value="{{data.ap}}" data-dtype="Number" /></td>
<td><input name="data.ap" type="text" value="{{data.ap}}" data-dtype="String" /></td>
</tr>
<tr>
<td>{{localize "midgard5.spell-castDuration"}}</td>