|
@@ -59,22 +59,23 @@
|
|
</div>
|
|
</div>
|
|
}
|
|
}
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
- <div class="value-row">
|
|
|
|
- <value-box [value]="spellSaveDC" [label]="'magic.saveAC'"></value-box>
|
|
|
|
- <div>
|
|
|
|
- <div class="value-box">
|
|
|
|
- {{ "attributes." + spellcastingAttribute | translate }}
|
|
|
|
- </div>
|
|
|
|
- <div class="value-label t-0375">
|
|
|
|
- {{ "magic.spellcastingAttribute" | translate }}
|
|
|
|
|
|
+ @if (spellcastingAttribute) {
|
|
|
|
+ <div class="value-row">
|
|
|
|
+ <value-box [value]="spellSaveDC" [label]="'magic.saveAC'"></value-box>
|
|
|
|
+ <div>
|
|
|
|
+ <div class="value-box">
|
|
|
|
+ {{ "attributes." + spellcastingAttribute | translate }}
|
|
|
|
+ </div>
|
|
|
|
+ <div class="value-label t-0375">
|
|
|
|
+ {{ "magic.spellcastingAttribute" | translate }}
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
|
|
+ <value-box
|
|
|
|
+ [value]="spellAttackModifier"
|
|
|
|
+ [label]="'magic.spellAttackBonus'"
|
|
|
|
+ ></value-box>
|
|
</div>
|
|
</div>
|
|
- <value-box
|
|
|
|
- [value]="spellAttackModifier"
|
|
|
|
- [label]="'magic.spellAttackBonus'"
|
|
|
|
- ></value-box>
|
|
|
|
- </div>
|
|
|
|
|
|
+ }
|
|
}
|
|
}
|
|
@if (!kiPoints.showKiPoints && !showSpellslots) {
|
|
@if (!kiPoints.showKiPoints && !showSpellslots) {
|
|
<div class="empty-list">
|
|
<div class="empty-list">
|