✨Feature: enhance encounter resolution with creature names and result labels
This commit is contained in:
@@ -111,6 +111,8 @@ export type EncounterState = {
|
||||
id: string;
|
||||
sourceTableCode?: string;
|
||||
creatureIds: string[];
|
||||
creatureNames?: string[];
|
||||
resultLabel?: string;
|
||||
resolved: boolean;
|
||||
surprise?: boolean;
|
||||
rewardPending?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user