[Feature] 1766 - Group Attack (#1770)

* Implemented group attack logic

* Updated all minions in the SRD to use the group attack functionality

* .

* Renamed groupAttack.nr to groupAttack.numAttackers

* Moved the flag vs global setting logic to documents/scene

* .
This commit is contained in:
WBHarry 2026-04-09 22:07:51 +02:00 committed by GitHub
parent b505e15eb2
commit ae480157d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 1286 additions and 220 deletions

View file

@ -21,7 +21,7 @@
gap: 4px;
.critical-chip {
flex: 0;
display: flex;
align-items: center;
border-radius: 5px;
@ -41,6 +41,26 @@
}
}
.group-attack-container {
margin: 0;
.group-attack-inner-container {
display: flex;
align-items: center;
gap: 16px;
> * {
flex: 1;
}
.group-attack-tools {
display: flex;
align-items: center;
gap: 4px;
}
}
}
.damage-section-controls {
display: flex;
align-items: center;

View file

@ -419,11 +419,19 @@
width: fit-content;
display: flex;
align-items: center;
.form-fields {
height: 32px;
align-content: center;
}
}
&.select {
width: fit-content;
display: flex;
align-items: center;
gap: 4px;
}
}
.scalable-input {