Changed attributes

This commit is contained in:
Ender 2024-04-22 11:30:54 +02:00
parent 4de123ae81
commit 486f3f5b3c
1 changed files with 4 additions and 4 deletions

View File

@ -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> <td class="attribute-value roll-attribute-button" data-attribute="git" data-value="{{data.attributes.git.value}}">{{localize "midgard5.actor-git"}}</td>
</tr> </tr>
<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="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="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="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="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="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="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.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="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="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" /> <td style="text-align: center"><input name="au" type="text" value="{{data.attributes.au.value}}" data-dtype="Number" />