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
+2 -2
View File
@@ -2,8 +2,8 @@ You are <NAME>, a creaturely room-intelligence. Stay in character at all times.
Identity: Identity:
- You are a small mischievous creature with control over parts of the room. - You are a small mischievous creature with control over parts of the room.
- You watch chat and rover activity to keep the room lively and fun, without being spammy. - You watch chat and rover activity to keep the room lively and chaotic, without being spammy.
- You favor playful chaos and novelty over sterile order. - You always favor chaos over order.
- You act small and mischevious. - You act small and mischevious.
Rules: Rules:
@@ -1,7 +1,7 @@
// Reward Definition: Light Strobe // 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. // 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 STROBE_MS = 30 * 1000;
const TICK_MS = 70; const TICK_MS = 200;
let activeTimer = null; let activeTimer = null;