Fix as per CSV sheet tracking + creature explanation

This commit is contained in:
2026-05-17 17:43:33 +02:00
parent a572c66678
commit 374854cc8b
99 changed files with 2716 additions and 464 deletions
+61
View File
@@ -85,6 +85,67 @@
color: @parchment;
}
.mgne-chat-card .chat-outcome,
.mgne-chat-card .chat-damage-total {
&.has-tooltip {
cursor: pointer;
user-select: none;
&:hover { filter: brightness(1.12); }
}
.chat-tooltip-icon {
opacity: 0.55;
font-size: 0.75em;
margin-left: 0.3rem;
vertical-align: middle;
transition: opacity 0.15s;
}
&.tooltip-open .chat-tooltip-icon { opacity: 1; }
}
// Dice tooltip reveal panel
.mgne-chat-card .chat-dice-tooltip {
margin-top: 0.4rem;
padding: 0.4rem 0.55rem;
background: fade(@bg-void, 85%);
border: 1px solid fade(@bone, 22%);
border-radius: @radius-sm;
// Foundry's standard dice-roll markup
.dice-roll {
display: flex;
flex-direction: column;
gap: 0.2rem;
}
.dice-formula {
font-family: "Courier New", monospace;
font-size: 0.72rem;
color: fade(@parchment, 65%);
}
.dice-tooltip {
font-size: 0.78rem;
}
.dice {
margin: 0.15rem 0;
}
.die-icon, .die-face {
color: @gold-acid;
font-size: 0.8rem;
}
.part-formula { color: fade(@parchment, 70%); font-size: 0.72rem; }
.part-total { color: @parchment; font-weight: 600; }
.max { color: lighten(@verdigris, 20%); }
.min { color: lighten(@ember-bright, 10%); }
.dice-total {
font-family: "CastorTwoMGNE", serif;
font-size: 1.05rem;
color: @gold-acid;
text-align: right;
border-top: 1px solid fade(@bone, 20%);
padding-top: 0.2rem;
margin-top: 0.15rem;
}
}
.mgne-chat-card .chat-outcome {
.caps-heading();
margin: 0;