First PC sheet, WIP

This commit is contained in:
2025-12-20 17:20:01 +01:00
parent 189b03ca91
commit e75824cd20
19 changed files with 961 additions and 600 deletions
+13
View File
@@ -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">