Sync with wfrp 4, v8.4.0

This commit is contained in:
LeRatierBretonnien 2025-02-01 21:17:58 +01:00
parent 74f237c30f
commit 75a81e589b
3 changed files with 18 additions and 0 deletions

View File

Binary file not shown.

View File

@ -0,0 +1,18 @@
<div class="fvtt-cthulhu-eternal-roll-dialog">
<fieldSet class="dialog-modifier">
<legend>{{localize "CTHULHUETERNAL.Label.selectNewValue"}}</legend>
<select name="modifiedValue" class="nudged-score-select">
{{selectOptions nudgeOptions selected=rollResultIndex}}
</select>
</fieldSet>
<fieldSet>
<legend>{{localize "CTHULHUETERNAL.Label.wpCost"}}</legend>
<div>
Willpower points cost :
<input class="text" value="0" id="nudged-wp-cost" disabled >
</div>
</fieldSet>
</div>