First full step for character creation

This commit is contained in:
2025-01-31 11:54:52 +01:00
parent 6331ab9736
commit a72e671f75
46 changed files with 548 additions and 168 deletions

View File

@@ -0,0 +1,23 @@
<div class="fvtt-te-deum-character-creator">
<h2>{{title}}</h2>
<div class="form-group">
<select name="sexe">
{{selectOptions sexeChoice selected="hommme"}}
</select>
</div>
<div class="form-group">
<select name="religion">
{{selectOptions religionChoice selected="catholique" }}
</select>
</div>
<div class="form-group">
<select name="origineSociale">
{{selectOptions origineChoice selected="noblesseepee" valueAttr="id"}}
</select>
</div>
</div>