Version 0.0.6
Fixed rolling of rituals
Fixed skill dialog for rituals
Fixed chat message for rituals
Fixed chat message for opposed spell rolls
Co-Authored-By: erebus <erebus@rikspolisen.se>
Co-Committed-By: erebus <erebus@rikspolisen.se>
This commit was merged in pull request #6.
This commit is contained in:
2021-03-19 04:22:29 +00:00
parent 3fd49d32bc
commit 77806b38c4
13 changed files with 681 additions and 134 deletions

View File

@@ -1,5 +1,9 @@
<div id="{{id}}" class="roll-dialog">
{{#if skillName}}
<h1 style="text-align: center;">{{localize skillName}} ({{skillValue}})</h1>
{{else}}
<h1 style="text-align: center;">{{name}}</h1>
{{/if}}
<div class="flexrow" style="margin-bottom: 10px;">
<label style="margin: auto;">{{localize "ROLL.OPENCLOSE"}}</label>
<input type="button" name="openclosed" min="0" value="{{startopen}}" style="min-height: 30px; min-width: 45px;" />