First round of changes

This commit is contained in:
2026-04-23 14:27:33 +02:00
parent f72230dd39
commit abe35cb537
45 changed files with 1860 additions and 56 deletions

View File

@@ -42,6 +42,20 @@
{{localize 'l5r5e.dice.dicepicker.difficulty_title'}}
<input class="select-on-focus" type="text" name="system.difficulty" value="{{data.system.difficulty}}" data-dtype="String"/>
</label>
{{#if data.isMotInvocation}}
<label class="attribute">
{{localize 'chiaroscuro.technique.invocation_type'}}
<select name="system.invocation_type">
{{selectOptions data.invocationTypes selected=data.system.invocation_type valueAttr='id' labelAttr='label'}}
</select>
</label>
<label class="attribute">
{{localize 'chiaroscuro.technique.mode_invocation'}}
<select name="system.mode_invocation_str">
{{selectOptions data.modeInvocationValues selected=data.system.mode_invocation_str valueAttr='id' labelAttr='label'}}
</select>
</label>
{{/if}}
</article>
{{> 'systems/l5r5e/templates/items/item/item-infos.html'}}
</section>