forked from public/fvtt-cthulhu-eternal
Sync with wfrp 4, v8.4.0
This commit is contained in:
parent
74f237c30f
commit
75a81e589b
0
packs-system/skills/000102.log
Normal file
0
packs-system/skills/000102.log
Normal file
BIN
packs-system/skills/MANIFEST-000100
Normal file
BIN
packs-system/skills/MANIFEST-000100
Normal file
Binary file not shown.
18
templates/nudge-dialog.hbs
Normal file
18
templates/nudge-dialog.hbs
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user