{{#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-race-perks-all")}}
Select {{nbperks}} from the Perks Compendium. Once done, click the button below
Race Perks selected!
{{/if}}
{{#if (eq step "select-race-perks")}}
Now select {{nbraceperks}} Perk(s) for your character
{{#each raceperks as |perk index|}}
{{perk.name}} |
Select it ! |
{{/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}}
{{#if (eq step "select-role-start-spec")}}
Choose 1 Specialisation at +1DT :
{{#each rolestartspec as |spec index|}}
{{spec.name}} |
Select it ! |
{{/each}}
{{/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.
{{#each rolespec as |spec index|}}
{{spec.name}} |
Select it ! |
{{/each}}
{{/if}}
{{#if (eq step "select-role-perk")}}
Now select a Perk.
{{#each roleperks as |perk index|}}
{{perk.name}} |
Select it ! |
{{/each}}
{{/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}}