Correction sur jet de carac uniquement + bonus degats devant être à 0
All checks were successful
Release Creation / build (release) Successful in 42s
All checks were successful
Release Creation / build (release) Successful in 42s
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<div class="dialog-content">
|
||||
|
||||
{{!-- Attributs Section --}}
|
||||
{{#if selectableAttributes}}
|
||||
{{#if (eq attrKey "tochoose")}}
|
||||
<div class="form-group attributes-section">
|
||||
<label>Attribut principal</label>
|
||||
<select id="attrKey" name="attrKey">
|
||||
@@ -38,19 +38,19 @@
|
||||
{{/each}}
|
||||
</select>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{#if hasAttr2}}
|
||||
<div class="form-group">
|
||||
<label>Attribut secondaire</label>
|
||||
<select id="attrKey2" name="attrKey2">
|
||||
{{#each selectableAttributes as |attr key|}}
|
||||
<option value="{{key}}" {{#if (eq ../attrKey2 key)}}selected{{/if}}>
|
||||
{{attr.label}} ({{attr.value}})
|
||||
</option>
|
||||
{{/each}}
|
||||
</select>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{#if hasAttr2}}
|
||||
<div class="form-group">
|
||||
<label>Attribut secondaire</label>
|
||||
<select id="attrKey2" name="attrKey2">
|
||||
{{#each selectableAttributes as |attr key|}}
|
||||
<option value="{{key}}" {{#if (eq ../attrKey2 key)}}selected{{/if}}>
|
||||
{{attr.label}} ({{attr.value}})
|
||||
</option>
|
||||
{{/each}}
|
||||
</select>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{!-- Adversité et Modificateurs --}}
|
||||
|
||||
Reference in New Issue
Block a user