First full step for character creation
This commit is contained in:
23
templates/dialogs/character-creator-origine.hbs
Normal file
23
templates/dialogs/character-creator-origine.hbs
Normal 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>
|
||||
Reference in New Issue
Block a user