Réglage de la difficulté par défaut
Release Creation / build (release) Successful in 1m13s

This commit is contained in:
2026-05-29 18:28:09 +02:00
parent ec0e522145
commit 5c2a364832
37 changed files with 191 additions and 83 deletions
+2 -2
View File
@@ -42,7 +42,7 @@
<div class="roll-form-rows">
{{!-- Difficulté : Corps PNJ en combat, fixe 11 en test normal --}}
{{!-- Difficulté : Corps PNJ en combat, configurable via setting en test normal --}}
{{#if isCombat}}
{{!-- Sélecteur de cible PNJ (si des tokens NPCs sont disponibles) --}}
@@ -81,7 +81,7 @@
{{else}}
<div class="form-row-line form-threshold-fixed">
<label>{{localize "CELESTOPOL.Roll.threshold"}}</label>
<span class="threshold-value" id="threshold-display">11</span>
<span class="threshold-value" id="threshold-display">{{getSetting "defaultRollThreshold"}}</span>
</div>
{{!-- Test en opposition : le résultat sera masqué, MJ décide --}}