{{ spell.name }}

@if (spell.isRanged){ } @else { } @if (spell.hasAreaOfEffect){ } @if (spell.needsAttackRoll){ } @if (spell.needsSavingThrow){ } @if (spell.doesDamage){ } @if (spell.doesHeal){ }

Beschreibung

{{ spell.description }}

Property Value
Benötigt verbale Komponente {{ spell.needsVerbal }}
Benötigt Geste {{ spell.needsSomatic }}
Benötigt materielle Komponente {{ spell.needsMaterial }}
Stufe {{ spell.level }}
Kosten {{ spell.cost }}
Kann als Ritual gewirkt werden {{ spell.canRitual }}
Benötigt Konzentration {{ spell.needsConcentration }}
Schule {{ spell.school }}
Reichweite{{ spell.range }}Berührung
Flächeneffekt {{ spell.areaOfEffectType }}
Radius {{ spell.radius }}
Benötigt Angriffswurf {{ spell.needsAttackRoll }}
Benötigt Rettungswurf {{ spell.needsSavingThrow }}
Rettungswurfattribut {{ spell.savingThrowAttribute }}
Schaden @for(damage of spell.damage; track damage){ {{ damage.diceNumber }} {{ damage.diceType }} {{ damage.damageType }} @if (damage.additionalDamage){ + {{ damage.additionalDamage }}}
}
Heilung {{ spell.heal.diceNumber }} {{ spell.heal.diceType }} @if (spell.heal.additionalHeal){ + {{ spell.heal.additionalHeal }}}
@if(!isFromDashboard){ } @else { }