21 lines
619 B
HTML
21 lines
619 B
HTML
|
<form class="skill-roll-dialog">
|
||
|
<header class="roll-dialog-header">
|
||
|
<img class="actor-icon" src="{{img}}" data-edit="img" title="{{name}}" />
|
||
|
<h1 class="dialog-roll-title roll-dialog-header">{{title}}</h1>
|
||
|
</header>
|
||
|
|
||
|
<div class="floxrow">
|
||
|
|
||
|
<div class="flexrow">
|
||
|
<span class="roll-dialog-label" >{{stat.label}} : {{stat.dice}} (+{{stat.mod}})</span>
|
||
|
</div>
|
||
|
<div class="flexrow">
|
||
|
<span class="roll-dialog-label" >{{spec.name}} : {{spec.data.dice}}</span>
|
||
|
</div>
|
||
|
|
||
|
{{> systems/fvtt-pegasus-rpg/templates/partial-roll-common-dices.html}}
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</form>
|