Add luck option after roll, attributes above 6, fix miracle icon and grit bonus
All checks were successful
Release Creation / build (release) Successful in 1m36s

This commit is contained in:
2026-04-20 08:23:33 +02:00
parent 36cb3bc755
commit b4211c121d
19 changed files with 373 additions and 26 deletions

View File

@@ -450,6 +450,17 @@
.oh-miracle-dialog {
// Spell/miracle header (reuses .spell-header, .weapon-img-sm, .weapon-name-lg, .weapon-badges)
.spell-header {
.weapon-img-sm {
width: 40px;
height: 40px;
object-fit: contain;
border: 1px solid @color-olive-faint;
border-radius: 4px;
flex-shrink: 0;
}
}
.dv-badge {
background: #3a0e6b;
color: #e8d9ff;