layout fixes
parent
836875459c
commit
374cc522f3
|
@ -234,6 +234,7 @@
|
||||||
"type": "String",
|
"type": "String",
|
||||||
"label": "SPELL.ROLLTITLE",
|
"label": "SPELL.ROLLTITLE",
|
||||||
"skill": "Trolldom",
|
"skill": "Trolldom",
|
||||||
|
"oppositeskill": "",
|
||||||
"ritual": {}
|
"ritual": {}
|
||||||
},
|
},
|
||||||
"cost": {
|
"cost": {
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div style="grid-column-start: 1; grid-column-end: 3;">
|
<div style="grid-column-start: 1; grid-column-end: 3;">
|
||||||
<label>{{localize data.roll.label}}</label>
|
<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}}
|
{{#select data.roll.value}}
|
||||||
<option value="roll">{{localize "SPELL.ROLL"}}</option>
|
<option value="roll">{{localize "SPELL.ROLL"}}</option>
|
||||||
<option value="attackroll">{{localize "SPELL.ATTACKROLL"}}</option>
|
<option value="attackroll">{{localize "SPELL.ATTACKROLL"}}</option>
|
||||||
|
@ -34,6 +34,8 @@
|
||||||
<option value="ritual">{{localize "SPELL.RITUAL"}}</option>
|
<option value="ritual">{{localize "SPELL.RITUAL"}}</option>
|
||||||
{{/select}}
|
{{/select}}
|
||||||
</select>
|
</select>
|
||||||
|
</div>
|
||||||
|
<div style="grid-column-start: 1; grid-column-end: 3;">
|
||||||
<label>{{localize "ITEM.SKILL"}}</label>
|
<label>{{localize "ITEM.SKILL"}}</label>
|
||||||
<select class="item-weapon-skill-select" name="data.roll.skill">
|
<select class="item-weapon-skill-select" name="data.roll.skill">
|
||||||
{{#select data.roll.skill}}
|
{{#select data.roll.skill}}
|
||||||
|
|
Loading…
Reference in New Issue