.dungeon/templates/actors/char-sheet-mvp/partials/stat.hbs

6 lines
No EOL
251 B
Handlebars

<label class="stat stat--{{name}}">
<button class="roll-stat" data-stat="{{name}}">
{{localize (concat "dotdungeon.actor.pc.stat." name)}}
</button>
{{> dotdungeon.dice_choice fieldToUpdate=(concat "system.stats." name) selected=value }}
</label>