{{#if (eq step "select-race")}}
Select a race from the list below
{{/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}}
{{/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-race-perks")}}
Now select {{nbraceperks}} Perk(s) for your character
{{/if}}
{{#if (eq step "select-role")}}
Now select a Role for your character.
{{/if}}
{{#if (eq step "select-role-start-spec")}}
Choose 1 Specialisation at +1DT :
{{/if}}
{{#if (eq step "select-role-stat")}}
Choose 1 Stat at +1DT :
{{#each rolestats as |rolestat key|}}
{{rolestat.label}} |
Select it ! |
{{/each}}
{{/if}}
{{#if (eq step "select-role-spec")}}
Now select a specialisation at +{{dt}}DT.
{{/if}}
{{#if (eq step "select-role-perk")}}
Now select a Perk.
{{/if}}
{{#if (eq step "character-end")}}
Follow the next steps from the rulebook page 50 !. You can now spend 150 CDPs to customise your character.
{{/if}}