{{ "magic.ki" | translate }}
@if (showSpellslots) {
{{ "magic.spellslots" | translate }}
@for (level of spellslots; let levelIndex = $index; track level) {
Level {{ levelIndex + 1 }}:
@for ( checkbox of getArray(spellslots[levelIndex].totalSlots); let slotIndex = $index; track checkbox ) { }
}
{{ "attributes." + spellcastingAttribute | translate }}
{{ "magic.spellcastingAttribute" | translate }}
} @if (!kiPoints.showKiPoints && !showSpellslots) {
@if (isMonk) { {{ "magic.emptyKi" | translate }} } @else { {{ "magic.emptySpell" | translate }} }
}