Correction sur jet de carac uniquement + bonus degats devant être à 0
All checks were successful
Release Creation / build (release) Successful in 42s

This commit is contained in:
2026-04-01 23:49:20 +02:00
parent c172e20244
commit 81c1848e87
80 changed files with 215 additions and 210 deletions

View File

@@ -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 --}}