Feature/336 damage targeted resources (#376)

* Unify healing & damage

* create DHResourceData

* Damages parts roll

* h

* ChatMessage & takeDamage updates

* Adapt healing

* No, there was not a console.log !
This commit is contained in:
Dapoulp 2025-07-19 15:48:50 +02:00 committed by GitHub
parent 26376b49db
commit 7cbbb3168e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 415 additions and 232 deletions

View file

@ -56,4 +56,15 @@
color: light-dark(@dark, @beige);
}
.damage-formula {
display: flex;
justify-content: space-between;
.damage-details {
font-style: italic;
display: flex;
align-items: center;
gap: 5px;
}
}
}

View file

@ -109,7 +109,7 @@
height: 34px;
.tags {
justify-content: flex-start;
margin: 5px;
margin: 4px;
height: inherit;
.tag {
padding: 0.3rem 0.5rem;

View file

@ -164,6 +164,11 @@
}
}
}
.damage-resource {
font-weight: 600;
margin-top: 5px;
}
}
.dice-total {