mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
overseer changes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module.exports = {
|
||||
id: 'discordStalkerPing',
|
||||
name: 'Stalker Ping',
|
||||
goal: 800,
|
||||
name: 'Discord Ping',
|
||||
goal: 500,
|
||||
async run(ctx) {
|
||||
ctx.publishEvent({
|
||||
source: 'buttonBoxReward',
|
||||
|
||||
@@ -22,7 +22,7 @@ const ACTIVITY_WINDOW_MS = 60000;
|
||||
const ACTIVITY_BUCKET_MS = 1000;
|
||||
const ACTIVITY_SCORE_WINDOW_MS = 30000;
|
||||
const SELF_TALK_WINDOW_MS = 30 * 60 * 1000;
|
||||
const MAX_CONTEXT_EVENTS = 6;
|
||||
const MAX_CONTEXT_EVENTS = 15;
|
||||
const MAX_RUN_HISTORY = 30;
|
||||
const MAX_ROVER_EVENTS = 400;
|
||||
const POST_COOLDOWN_MS = 10000;
|
||||
|
||||
Reference in New Issue
Block a user