Enhance spell damage and messages content
Release Creation / build (release) Successful in 44s

This commit is contained in:
2026-05-19 10:52:03 +02:00
parent 96306623e5
commit 6cf0880ad3
29 changed files with 145 additions and 97 deletions
+24 -4
View File
@@ -2027,9 +2027,12 @@ i.lethalfantasy {
background: #4a4940 !important;
color: #ffffff !important;
}
.lethalfantasy .grit-luck-dialog {
color: var(--color-text-dark-primary, #191813);
}
.lethalfantasy .grit-luck-dialog .combat-status {
padding: 12px;
background: linear-gradient(to bottom, rgba(42, 41, 32, 0.8) 0%, rgba(26, 25, 16, 0.9) 100%);
background: linear-gradient(to bottom, rgba(42, 41, 32, 0.88) 0%, rgba(26, 25, 16, 0.95) 100%);
border: 1px solid rgba(212, 175, 55, 0.5);
border-radius: 6px;
margin-bottom: 16px;
@@ -2049,11 +2052,25 @@ i.lethalfantasy {
margin-top: 8px;
}
.lethalfantasy .grit-luck-dialog .offer-text {
color: #f0e6d2;
color: var(--color-text-dark-primary, #191813);
font-size: calc(var(--font-size-standard) * 1);
text-align: center;
font-weight: 600;
margin: 0 0 8px 0;
}
.lethalfantasy .grit-luck-dialog .shield-warning {
color: #7a4000;
background: rgba(255, 160, 0, 0.12);
border: 1px solid rgba(255, 160, 0, 0.4);
border-radius: 5px;
font-size: calc(var(--font-size-standard) * 0.88);
padding: 6px 10px;
margin: 0;
text-align: center;
}
.lethalfantasy .grit-luck-dialog .shield-warning i {
color: #c07000;
margin-right: 5px;
}
.lethalfantasy .attack-result {
padding: 16px;
@@ -2145,16 +2162,19 @@ i.lethalfantasy {
}
.lethalfantasy .attack-result .attack-result-damage {
display: flex;
gap: 8px;
flex-wrap: wrap;
gap: 6px;
justify-content: center;
}
.lethalfantasy .attack-result .attack-result-damage .roll-damage-btn {
padding: 10px 16px;
padding: 8px 10px;
background: linear-gradient(to bottom, #8b0000 0%, #660000 100%);
border: 1px solid #ff0000;
border-radius: 6px;
color: #f0e6d2;
font-weight: 600;
font-size: calc(var(--font-size-standard) * 0.9);
white-space: nowrap;
cursor: pointer;
transition: all 0.2s ease;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);