Variable effectsQueuedByCombatant
effectsQueuedByCombatant: {
configPartial: string;
evaluate: (cond: any, __namedParameters: { hookArgs: any }) => boolean;
hooks: string[];
}
Type Declaration
-
configPartial: string
-
evaluate: (cond: any, __namedParameters: { hookArgs: any }) => boolean
-
hooks: string[]
True when the number of effects queued by the same combatant meets the comparison.