Changed attributes
This commit is contained in:
parent
4de123ae81
commit
486f3f5b3c
|
|
@ -48,10 +48,10 @@
|
|||
<td class="attribute-value roll-attribute-button" data-attribute="git" data-value="{{data.attributes.git.value}}">{{localize "midgard5.actor-git"}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: center"><input class="attribute-footer-value" name="data.attributes.{{attributeId}}.value" type="text" value="{{data.attributes.st.value}}" data-dtype="Number" />
|
||||
<td style="text-align: center"><input class="attribute-footer-value" name="data.attributes.{{attributeId}}.value" type="text" value="{{data.attributes.gs.value}}" data-dtype="Number" />
|
||||
<td style="text-align: center"><input class="attribute-footer-value" name="data.attributes.{{attributeId}}.value" type="text" value="{{data.attributes.gw.value}}" data-dtype="Number" />
|
||||
<td style="text-align: center"><input class="attribute-footer-value" name="data.attributes.{{attributeId}}.valu type="text" value="{{data.attributes.ko.value}}" data-dtype="Number" />
|
||||
<td style="text-align: center"><input class="attribute-footer-value" name="system.attributes.{{attributeId}}.value" type="text" value="{{system.attributes.st.value}}" data-dtype="Number" />
|
||||
<td style="text-align: center"><input class="attribute-footer-value" name="system.attributes.{{attributeId}}.value" type="text" value="{{system.attributes.gs.value}}" data-dtype="Number" />
|
||||
<td style="text-align: center"><input class="attribute-footer-value" name="system.attributes.{{attributeId}}.value" type="text" value="{{system.attributes.gw.value}}" data-dtype="Number" />
|
||||
<td style="text-align: center"><input class="attribute-footer-value" name="system.attributes.{{attributeId}}.value" type="text" value="{{system.attributes.ko.value}}" data-dtype="Number" />
|
||||
<td style="text-align: center"><input name="in" type="text" value="{{data.attributes.in.value}}" data-dtype="Number" />
|
||||
<td style="text-align: center"><input name="zt" type="text" value="{{data.attributes.zt.value}}" data-dtype="Number" />
|
||||
<td style="text-align: center"><input name="au" type="text" value="{{data.attributes.au.value}}" data-dtype="Number" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue