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

6 lines
No EOL
183 B
Handlebars

<label class="stat stat--{{name}}">
<button class="roll-stat" data-stat="{{name}}">
{{localize (concat "dotdungeon.stat." name)}}
</button>
{{> dotdungeon.dice_choice }}
</label>