mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
[Feature] Encounter Battlepoints (#1346)
* Added BP calculation and tooltip breakdown of BP sources * Added Modifiers * Fixed automatic battleToggles * Corrected 'NoToughies' conditional * Fixed GM-only visibility * Fixed combatant isNPC
This commit is contained in:
parent
c3cb9121af
commit
451bef4c92
21 changed files with 712 additions and 141 deletions
|
|
@ -4,6 +4,12 @@
|
|||
|
||||
.encounter-title {
|
||||
text-align: left;
|
||||
flex: none;
|
||||
}
|
||||
|
||||
.encounter-battlepoints {
|
||||
display: flex;
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
.inner-controls {
|
||||
|
|
|
|||
|
|
@ -31,4 +31,4 @@
|
|||
font-size: var(--font-size-12);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue