First round of changes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user