@if (translate.getDefaultLang() == "de") { {{ spell.german }} } @else { {{ spell.english }} }
spell image
{{ "fullSpellcards.castingTime" | translate }}
{{ spell.timeToCast }} {{ "time." + spell.cost | translate }}
{{ "fullSpellcards.duration" | translate }}
@if ( spell.durationType != "instant" && spell.durationType != "permanent" ) { {{ spell.duration }} } {{ "time." + spell.durationType | translate }}
{{ "fullSpellcards.components" | translate }}
@if (spell.needsVerbal) { {{ "spells.components.verbal" | translate }}, } @if (spell.needsSomatic) { {{ "spells.components.somatic" | translate }}, } @if (spell.needsMaterial) { {{ "spells.components.material" | translate }} }
@if (spell.needsSavingThrow) {
{{ "fullSpellcards.saveDC" | translate }}
} @else if (spell.needsAttackRoll) {
{{ "fullSpellcards.attack" | translate }}
} @else {
{{ "fullSpellcards.modifier" | translate }}
}
@if (spell.needsSavingThrow) { {{ "attributesAbbreviations." + spell.savingThrowAttribute | translate }} {{ utils.spellSaveDC }} } @else if (spell.needsAttackRoll) { {{ utils.spellAttackModifier }} } @else {
-
}
{{ "fullSpellcards.range" | translate }}
@if (spell.isRanged) { {{ spell.range }} ft. } @else if (spell.range === 0) { {{ "fullSpellcards.self" | translate }} } @else if (spell.range === 5) { {{ "fullSpellcards.touch" | translate }} } @if (spell.hasAreaOfEffect) { ({{ spell.length }} ft. ) }
{{ "schools." + spell.school | translate }}
{{ spell.level }}