Continue working on the MVP sheet

This commit is contained in:
Oliver-Akins 2023-11-23 19:10:50 -07:00
parent e5c1cfec97
commit 191d03baaf
4 changed files with 68 additions and 1 deletions

View file

@ -0,0 +1,9 @@
<div class="skill">
<label>{{localize (concat "skill." name)}}</label>
<select>
<option value="">Untrained</option>
<option value="locked">Locked</option>
<option value="+2">Trained (+2)</option>
<option value="+4">Expert (+4)</option>
</select>
</div>