Add damage management and DR for monsters also
All checks were successful
Release Creation / build (release) Successful in 1m48s

This commit is contained in:
2025-12-19 15:41:27 +01:00
parent 96062c6fd9
commit 61ed1597e7
36 changed files with 488 additions and 230 deletions

View File

@@ -241,6 +241,11 @@
background-color: rgba(0, 0, 0, 0.1);
border-radius: 5px;
&.monster-damage {
grid-template-columns: 1fr;
justify-items: center;
}
.damage-roll-btn {
padding: 6px 10px;
background: linear-gradient(to bottom, #8b4513 0%, #6b3410 100%);