Fixed Check Rolls, Attack Rolls and Damage Rolls for PCs

This commit is contained in:
WBHarry 2025-05-24 16:56:01 +02:00
parent 707e47bc1b
commit 5a501d6769
16 changed files with 204 additions and 95 deletions

View file

@ -29,11 +29,14 @@
}
&.roll {
.dice-flavor {
text-align: center;
font-weight: bold;
}
.dice-tooltip {
.dice-rolls.duality {
display: flex;
align-items: center;
justify-content: space-around;
.dice-hope-container {
display: flex;
@ -57,12 +60,18 @@
-webkit-text-stroke-color: @hope;
-webkit-text-stroke-width: 1.5px;
font-weight: 400;
&:not(.discarded) {
filter: none;
}
}
&.fear {
color: white;
-webkit-text-stroke-color: @fear;
-webkit-text-stroke-width: 1.5px;
font-weight: 400;
&:not(.discarded) {
filter: none;
}
}
&.disadvantage {
color: white;

View file

@ -1760,10 +1760,13 @@
.daggerheart.chat.downtime .downtime-refresh-container .refresh-title {
font-weight: bold;
}
.daggerheart.chat.roll .dice-flavor {
text-align: center;
font-weight: bold;
}
.daggerheart.chat.roll .dice-tooltip .dice-rolls.duality {
display: flex;
align-items: center;
justify-content: space-around;
}
.daggerheart.chat.roll .dice-tooltip .dice-rolls.duality .dice-hope-container {
display: flex;
@ -1783,12 +1786,18 @@
-webkit-text-stroke-width: 1.5px;
font-weight: 400;
}
.daggerheart.chat.roll .dice-tooltip .dice-rolls.duality .roll.die.hope:not(.discarded) {
filter: none;
}
.daggerheart.chat.roll .dice-tooltip .dice-rolls.duality .roll.die.fear {
color: white;
-webkit-text-stroke-color: #430070;
-webkit-text-stroke-width: 1.5px;
font-weight: 400;
}
.daggerheart.chat.roll .dice-tooltip .dice-rolls.duality .roll.die.fear:not(.discarded) {
filter: none;
}
.daggerheart.chat.roll .dice-tooltip .dice-rolls.duality .roll.die.disadvantage {
color: white;
-webkit-text-stroke-color: #b30000;