feat(wired-ui): add upcounter clock controls and checks

This commit is contained in:
Lorenzune
2026-03-19 00:01:59 +01:00
parent 2bbc31b1c7
commit 146f8e6b0d
12 changed files with 462 additions and 5 deletions
+2
View File
@@ -39,4 +39,6 @@ export class WiredActionLayoutCode
public static FURNI_TO_FURNI: number = 38;
public static SET_ALTITUDE: number = 39;
public static RELATIVE_MOVE: number = 40;
public static CONTROL_CLOCK: number = 41;
public static ADJUST_CLOCK: number = 42;
}
@@ -26,4 +26,5 @@ export class WiredConditionlayout
public static NOT_ACTOR_WEARING_EFFECT: number = 23;
public static DATE_RANGE_ACTIVE: number = 24;
public static ACTOR_HAS_HANDITEM: number = 25;
public static COUNTER_TIME_MATCHES: number = 27;
}
+1
View File
@@ -21,4 +21,5 @@ export class WiredTriggerLayout
public static CLICK_TILE: number = 19;
public static CLICK_USER: number = 20;
public static USER_PERFORMS_ACTION: number = 21;
public static CLOCK_COUNTER: number = 22;
}