Actions targeting other creatures now works on both tabletop and character sheet

This commit is contained in:
ThaumRystra
2024-06-12 20:50:18 +02:00
parent 621f284cff
commit 6742b4bc00
8 changed files with 83 additions and 39 deletions

View File

@@ -11,7 +11,7 @@ export interface EngineAction {
_decisions?: any[],
creatureId: string;
rootPropId?: string;
tabletopId: string;
tabletopId?: string;
targetIds?: string[];
results: TaskResult[];
taskCount: number;