Reorganize templates file structure
This commit is contained in:
parent
17a270d361
commit
49b450daee
57 changed files with 266 additions and 263 deletions
11
src/templates/dice/roll.hbs
Normal file
11
src/templates/dice/roll.hbs
Normal file
|
@ -0,0 +1,11 @@
|
|||
<div class="dice-roll">
|
||||
{{#if flavor}}
|
||||
<div class="dice-flavor">{{flavor}}</div>
|
||||
{{/if}}
|
||||
<div class="dice-result">
|
||||
<div class="dice-formula">{{formula}}</div>
|
||||
{{{tooltip}}}
|
||||
<h4 class="dice-total{{#if isFumble}} ds4-dice-total--fumble{{/if}}{{#if isCoup}} ds4-dice-total--coup{{/if}}">{{total}}
|
||||
</h4>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue