Narrate the battle in the event log, synced to the replay step.

This commit is contained in:
Greyson Parrelli
2026-07-23 08:07:17 -04:00
parent 506c6e5b55
commit 63b64bc1d8
5 changed files with 151 additions and 26 deletions
+2
View File
@@ -64,6 +64,8 @@ export interface BattleEvent {
targetDied?: boolean
// eat (new bonus total) / reveal (starting bonus)
bonus?: number
// human-readable description of this step for the event log
text?: string
}
export interface BattleResult {