some fix for types and effects

This commit is contained in:
Vlyan
2020-12-31 15:03:23 +01:00
parent b05f583b1e
commit 7eff620955
5 changed files with 24 additions and 14 deletions

View File

@@ -7,7 +7,6 @@
<section class="sheet-body">
{{!-- Attributes Tab --}}
<article class="attributes" data-group="primary" data-tab="attributes">
<!-- TODO j'ai mis tous les attributs en vrac, à réorganiser -->
<select name="data.ring">
{{#select item.data.ring}}
{{#each item.data.ringsList as |obj|}}
@@ -43,11 +42,13 @@
{{ localize 'l5r5e.bought_at_rank' }}
<input type="text" name="data.bought_at_rank" value="{{item.data.bought_at_rank}}" data-dtype="Number" placeholder="0"/>
</label>
<label class="attribute">
{{ localize 'l5r5e.effects' }}
<input type="text" name="data.effects" value="{{item.data.effects}}"/>
</label>
</article>
<fieldset class="attributes">
<legend>
{{ localize 'l5r5e.effects' }}
</legend>
<input type="text" name="data.effects" value="{{item.data.effects}}"/>
</fieldset>
{{> 'systems/l5r5e/templates/items/item/item-infos.html' }}
</section>
</form>