{{!-- ======================== COMPOSANTS & INGRÉDIENTS ======================== --}}
{{ localize "CDE.Components2" }}
1
6
2
7
3
8
4
9
5
0
{{!-- ======================== TYPES DE MAGIE ======================== --}}
{{ localize "CDE.TypesOfMagic" }}
{{#each magicsDisplay as |magic key|}}
{{getMagicAspectLabel key}}
{{getMagicLabel key}} {{getMagicAspectLabel key}}
{{#if magic.visible}}
{{#each magic.speciality as |special key2|}}
{{getMagicSpecialityLabelElement key key2}} {{getMagicSpecialityLabelIcon key key2}} {{getMagicSpecialityLabel key key2}}
{{/each}}
{{/if}} {{!-- ======================== GRIMOIRE — sorts de cette discipline ======================== --}}
{{ localize "CDE.Grimoire" }}
{{#if magic.grimoire.length}} {{else}}

{{ localize "CDE.GrimoireEmpty" }}

{{/if}}
{{/each}}