Charakterauswahl
{{#each actors}}
{{this.name}} {{this.name}}
{{/each}}
{{#if (not offenseAttributes)}}
Eigenschaften
{{else}}
Eigenschaften
{{/if}} {{#if offenseTalents}}
Talent  
{{else}}
Talent
{{/if}}
Erschwernisse
Charakterauswahl
{{#each actors}}
{{this.name}} {{this.name}}
{{/each}}
{{#if (not defenseAttributes)}}
Eigenschaften
{{else}}
Eigenschaften
{{/if}} {{#if defenseTalents}}
Talent  
{{else}}
Talent
{{/if}}
Erschwernisse
{{#if (or (not offenseTalents) (not offenseAttributes))}}
{{/if}} {{#if (or (not defenseTalents) (not defenseAttributes))}}
{{/if}}