First PC sheet, WIP
This commit is contained in:
@@ -11,6 +11,19 @@
|
||||
<p class="hint">{{localize "PRISMRPG.Hint.isCoreSkill"}}</p>
|
||||
</div>
|
||||
|
||||
{{!-- Primary Attribute for Skill Checks --}}
|
||||
<div class="form-group">
|
||||
<label>{{localize "PRISMRPG.Label.primaryAttribute"}}</label>
|
||||
<select name="system.primaryAttribute">
|
||||
{{#each config.CHARACTERISTICS}}
|
||||
<option value="{{@key}}" {{#if (eq ../system.primaryAttribute @key)}}selected{{/if}}>
|
||||
{{localize this.label}}
|
||||
</option>
|
||||
{{/each}}
|
||||
</select>
|
||||
<p class="hint">Primary attribute used for skill checks (D&D 5e style: ability modifier + proficiency)</p>
|
||||
</div>
|
||||
|
||||
{{#if system.isCoreSkill}}
|
||||
{{!-- Attribute Bonus Selection --}}
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user