Fix skills and multiple maneuvers per weapons
This commit is contained in:
+5
-7
@@ -17,13 +17,11 @@
|
||||
<label>{{localize "PRISMRPG.Label.attributeBonusChoice"}}</label>
|
||||
<select name="system.attributeBonus">
|
||||
<option value="">{{localize "PRISMRPG.Label.selectAttribute"}}</option>
|
||||
{{#with (lookup config.CORE_SKILLS system.coreSkill)}}
|
||||
{{#each attributeChoices}}
|
||||
<option value="{{this}}" {{#if (eq ../../system.attributeBonus this)}}selected{{/if}}>
|
||||
{{localize (concat "PRISMRPG.Label." this)}}
|
||||
</option>
|
||||
{{/each}}
|
||||
{{/with}}
|
||||
{{#each config.CHARACTERISTICS}}
|
||||
<option value="{{@key}}" {{#if (eq ../system.attributeBonus @key)}}selected{{/if}}>
|
||||
{{localize this.label}}
|
||||
</option>
|
||||
{{/each}}
|
||||
</select>
|
||||
<p class="hint">{{localize "PRISMRPG.Hint.attributeBonus"}}</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user