feat(wired-ui): add advanced condition editors

This commit is contained in:
Lorenzune
2026-03-19 14:27:33 +01:00
parent 146f8e6b0d
commit 4a0661181c
10 changed files with 1187 additions and 8 deletions
+10
View File
@@ -27,4 +27,14 @@ export class WiredConditionlayout
public static DATE_RANGE_ACTIVE: number = 24;
public static ACTOR_HAS_HANDITEM: number = 25;
public static COUNTER_TIME_MATCHES: number = 27;
public static USER_PERFORMS_ACTION: number = 28;
public static HAS_ALTITUDE: number = 29;
public static NOT_USER_PERFORMS_ACTION: number = 30;
public static NOT_ACTOR_HAS_HANDITEM: number = 31;
public static TRIGGERER_MATCH: number = 32;
public static NOT_TRIGGERER_MATCH: number = 33;
public static TEAM_HAS_SCORE: number = 34;
public static TEAM_HAS_RANK: number = 35;
public static MATCH_TIME: number = 36;
public static MATCH_DATE: number = 37;
}