This commit is contained in:
legop3
2026-05-14 18:57:14 -04:00
parent 83bd63a1cc
commit 19b9f70e91
2 changed files with 3 additions and 3 deletions
@@ -1,7 +1,7 @@
// Reward Definition: Light Strobe
// Purpose: Defines the light-strobe deterrence reward and activation contract. Scope: Encapsulates reward identity, labels, and effect parameters for runtime dispatch.
const STROBE_MS = 30 * 1000;
const TICK_MS = 70;
const TICK_MS = 200;
let activeTimer = null;