Migrate to FoundryVTT v13 AppV2 +
│ DataModels │ │ - Reorganize DataModels into src/module/models/ (one .mjs per type) │ - Create AppV2 actor/item sheets (HandlebarsApplicationMixin)…
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
<div class="form-group">
|
||||
<label>{{ localize 'MGT2.RollPrompt.CharacteristicDM' }}</label>
|
||||
<select name="characteristic">
|
||||
{{selectOptions characteristics selected=characteristic nameAttr="_id" labelAttr="name"}}
|
||||
{{selectOptions characteristics selected=characteristic valueAttr="_id" labelAttr="name"}}
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>{{ localize 'MGT2.RollPrompt.SkillDM' }}</label>
|
||||
<select name="skill">
|
||||
<option></option>
|
||||
{{selectOptions skills selected=skill nameAttr="_id" labelAttr="name"}}
|
||||
{{selectOptions skills selected=skill valueAttr="_id" labelAttr="name"}}
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user