fix(api): add activeGuard and enraged fields to CombatMonsterState
This commit is contained in:
@@ -26,6 +26,9 @@ export interface CombatMonsterState extends CombatCombatantState {
|
|||||||
// Snapshotted from MonsterDefinition when the fight starts, so retuning
|
// Snapshotted from MonsterDefinition when the fight starts, so retuning
|
||||||
// content mid-fight cannot change the rules of a running combat.
|
// content mid-fight cannot change the rules of a running combat.
|
||||||
abilities: MonsterAbilities;
|
abilities: MonsterAbilities;
|
||||||
|
// Snapshotted monster combat state persisted during the fight.
|
||||||
|
activeGuard?: { remainingRounds: number; armorBonus: number };
|
||||||
|
enraged?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface CombatPlayerState extends CombatCombatantState {
|
export interface CombatPlayerState extends CombatCombatantState {
|
||||||
|
|||||||
Reference in New Issue
Block a user