v0.0.8 #8

Manually merged
erebus merged 25 commits from dev into master 2021-08-20 08:08:32 +02:00
2 changed files with 5 additions and 2 deletions
Showing only changes of commit 374cc522f3 - Show all commits

View File

@@ -234,6 +234,7 @@
"type": "String",
"label": "SPELL.ROLLTITLE",
"skill": "Trolldom",
"oppositeskill": "",
"ritual": {}
},
"cost": {

View File

@@ -26,7 +26,7 @@
</div>
<div style="grid-column-start: 1; grid-column-end: 3;">
<label>{{localize data.roll.label}}</label>
<select class="item-weapon-cat-select" name="data.roll.value">
<select id="spell-select-roll-type" class="item-weapon-cat-select" name="data.roll.value">
{{#select data.roll.value}}
<option value="roll">{{localize "SPELL.ROLL"}}</option>
<option value="attackroll">{{localize "SPELL.ATTACKROLL"}}</option>
@@ -34,6 +34,8 @@
<option value="ritual">{{localize "SPELL.RITUAL"}}</option>
{{/select}}
</select>
</div>
<div style="grid-column-start: 1; grid-column-end: 3;">
<label>{{localize "ITEM.SKILL"}}</label>
<select class="item-weapon-skill-select" name="data.roll.skill">
{{#select data.roll.skill}}
@@ -54,4 +56,4 @@
</div>
</div>
</div>
</form>
</form>