Initial import

This commit is contained in:
2021-12-05 20:36:43 +01:00
parent 9e6cf0bf3b
commit 2b23e9daec
9 changed files with 71 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<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>
{{> systems/fvtt-pegasus-rpg/templates/partial-roll-common-dices.html}}
</div>
</form>