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

@@ -169,6 +169,24 @@
.res-sep { opacity: 0.7; font-size: @font-size-xs; }
.grit-max-group {
display: flex;
align-items: center;
gap: 2px;
.res-bonus-label {
opacity: 0.6;
font-size: @font-size-xs;
}
.res-bonus-input {
width: 2.2rem;
opacity: 0.85;
border-left: 1px dashed @color-olive;
padding-left: 2px;
}
}
&.character-resource--luck {
.luck-stepper {
display: flex;