some fix for types and effects
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user