Sync effetcts + initiative
This commit is contained in:
@@ -4,17 +4,26 @@
|
||||
<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>
|
||||
<div class="grid grid-2col">
|
||||
|
||||
{{> systems/fvtt-pegasus-rpg/templates/partial-roll-common-dices.html}}
|
||||
<div class="floxrow">
|
||||
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label" >{{stat.label}} : <span id="stat-dice">{{stat.dice}}</span> (+{{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>
|
||||
|
||||
<div>
|
||||
{{> systems/fvtt-pegasus-rpg/templates/partial-roll-select-effects.html}}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user