2021-06-26 22:02:00 +02:00
|
|
|
{{!--
|
|
|
|
SPDX-FileCopyrightText: 2021 Johannes Loher
|
|
|
|
|
|
|
|
SPDX-License-Identifier: MIT
|
|
|
|
--}}
|
|
|
|
|
2021-03-14 08:47:03 +01:00
|
|
|
<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>
|