{{alias}}

{{name}}


{{#if (eq step "select-race")}}
Select a race from the list below
{{#each races as |race index|}} {{/each}}
{{race.name}} Select it !
{{/if}} {{#if (eq step "select-race-optionnal")}}
The selected Race has some optionnal abilities. Select one ability by clicking the relevant button below
Remaining abilities to select : {{nboptionnal}}
{{#each optionnalabilities as |ability index|}} {{/each}}
{{ability.name}} Select it !
{{/if}} {{#if (eq step "select-race-stats")}}
Select Stats to gain +1 modifier :
Remaining stats to select : {{numberstats}}
{{#each stats as |stat key|}} {{#if @root.statsonlyonce}} {{#if stat.used}} {{else}} {{/if}} {{else}} {{/if}} {{/each}}
{{stat.label}} ({{stat.abbrev}}) Select it !
{{stat.label}} ({{stat.abbrev}}) Select it !
{{/if}} {{#if (eq step "select-role")}}
Now select a Role for your character.
{{#each roles as |role index|}} {{/each}}
{{role.name}} Select it !
{{/if}}