This commit is contained in:
@@ -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 --}}
|
||||
|
||||
Reference in New Issue
Block a user