v11 ready

This commit is contained in:
2023-08-16 10:32:02 +02:00
parent df461fecf9
commit 4344a5fbd3
4 changed files with 24 additions and 3 deletions

View File

@ -112,6 +112,13 @@
</li>
{{/each}}
</ul>
{{#if isGM}}
<div class="flexrow">
<span class="item-name-label competence-name item-field-label-medium">Modificateur de Vigueur</span>
<input type="text" class="padd-right numeric-input item-field-label-short" name="system.vigueur.vigueurmodifier"
value="{{system.vitesse.vigueurmodifier}}" data-dtype="Number" />
</div>
{{/if}}
</div>
</div>