{{localize "DAGGERHEART.APPLICATIONS.CharacterCreation.suggestedArmor"}}
{{#> "systems/daggerheart/templates/components/card-preview.hbs" armor }} {{localize "DAGGERHEART.APPLICATIONS.CharacterCreation.selectArmor"}} {{/"systems/daggerheart/templates/components/card-preview.hbs"}}
{{#if armor.suggestion.name}}
{{armor.suggestion.name}}
{{/if}}
{{localize "DAGGERHEART.APPLICATIONS.CharacterCreation.suggestedWeapons"}}
{{#> "systems/daggerheart/templates/components/card-preview.hbs" primaryWeapon }} {{localize "DAGGERHEART.APPLICATIONS.CharacterCreation.selectPrimaryWeapon"}} {{/"systems/daggerheart/templates/components/card-preview.hbs"}}
{{#if primaryWeapon.suggestion.name}}
{{primaryWeapon.suggestion.name}}
{{/if}}
{{#> "systems/daggerheart/templates/components/card-preview.hbs" secondaryWeapon }} {{localize "DAGGERHEART.APPLICATIONS.CharacterCreation.selectSecondaryWeapon"}} {{/"systems/daggerheart/templates/components/card-preview.hbs"}}
{{#if secondaryWeapon.suggestion.name}}
{{secondaryWeapon.suggestion.name}}
{{/if}}
{{#unless noInventoryChoices}}
{{localize "DAGGERHEART.APPLICATIONS.CharacterCreation.startingItems"}}
{{#each inventory.take}}
{{/each}}
{{localize "DAGGERHEART.APPLICATIONS.CharacterCreation.choice"}}
{{#each inventory.choiceA.suggestions}}
{{/each}}
{{localize "DAGGERHEART.APPLICATIONS.CharacterCreation.choice"}}
{{#each inventory.choiceB.suggestions}}
{{/each}}
{{/unless}}