{{#if (eq step "select-race")}}
Select a race from the list below
{{#each races as |race index|}}
{{race.name}} |
Select it ! |
{{/each}}
{{/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|}}
{{ability.name}} |
Select it ! |
{{/each}}
{{/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}}
{{stat.label}} ({{stat.abbrev}}) |
Select it ! |
{{/if}}
{{else}}
{{stat.label}} ({{stat.abbrev}}) |
Select it ! |
{{/if}}
{{/each}}
{{/if}}
{{#if (eq step "select-role")}}
Now select a Role for your character.
{{#each roles as |role index|}}
{{role.name}} |
Select it ! |
{{/each}}
{{/if}}