Vereinfachter-NPC/Kreaturen-Bogen #107

Merged
oskaloq merged 11 commits from Vereinfachter-NPC/Kreaturen-Bogen into develop 2024-05-14 11:38:22 +02:00
1 changed files with 4 additions and 4 deletions
Showing only changes of commit 486f3f5b3c - Show all commits

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>
</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" />