Feature: enhance encounter resolution with creature names and result labels

This commit is contained in:
Keith Solomon
2026-03-15 13:11:28 -05:00
parent 1ff20723ec
commit 39703ce6b0
5 changed files with 196 additions and 1 deletions

View File

@@ -111,6 +111,8 @@ export type EncounterState = {
id: string;
sourceTableCode?: string;
creatureIds: string[];
creatureNames?: string[];
resultLabel?: string;
resolved: boolean;
surprise?: boolean;
rewardPending?: boolean;