Nouvelle fenêtre de jets de dés

This commit is contained in:
2025-09-05 01:09:32 +02:00
parent 652c435833
commit 1ff32697f4
134 changed files with 4025 additions and 400 deletions

View File

@@ -0,0 +1,9 @@
{{#with (computeResolutionChances carac diff) as |cell|}}
<span class="table-proba-reussite">
Part. <span class="rdd-roll-part">{{cell.part}}</span>
Sign. <span class="rdd-roll-sign">{{cell.sign}}</span>
Réussite <span class="rdd-roll-norm">{{cell.score}}</span>
E.Part. <span class="rdd-roll-epart">{{cell.epart}}</span>
E.Tot. <span class="rdd-roll-etotal">{{cell.etotal}}</span>
</span>
{{/with}}