isDowned: {
allowedTargetScopes: string[];
evaluate: (_cond: any, __namedParameters: { subject: any }) => boolean;
hooks: string;
}
Type Declaration
-
allowedTargetScopes: string[]
-
evaluate: (_cond: any, __namedParameters: { subject: any }) => boolean
-
hooks: string
True when the subject is downed (health < 0).