@if (kiPoints.showKiPoints) {
{{ "magic.ki" | translate }}
}
@if (showSpellslots) {
{{ "magic.spellslots" | translate }}
@for (level of spellslots; let levelIndex = $index; track level) {
}
@if (spellcastingAttribute) {
{{ "attributes." + spellcastingAttribute | translate }}
{{ "magic.spellcastingAttribute" | translate }}
}
}
@if (!kiPoints.showKiPoints && !showSpellslots) {
@if (isMonk) {
{{ "magic.emptyKi" | translate }}
} @else {
{{ "magic.emptySpell" | translate }}
}
}