Started removing old action engine methods

This commit is contained in:
ThaumRystra
2024-05-04 19:25:38 +02:00
parent c11013eddb
commit 9a6cb4b23f
10 changed files with 51 additions and 465 deletions

View File

@@ -37,8 +37,8 @@ export type Advantage = 0 | 1 | -1;
export type CheckParams = {
advantage: Advantage;
skillVariableName: string;
abilityVariableName: string;
skillVariableName?: string;
abilityVariableName?: string;
dc: number | null;
contest?: true;
targetSkillVariableName?: string;