upped the spams

This commit is contained in:
legop3
2026-04-18 19:23:27 -04:00
parent e5e8e9ed0f
commit b76c5010b4
9 changed files with 17 additions and 17 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -11,8 +11,8 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
<title>Multi Roomba Rover</title>
<script type="module" crossorigin src="/assets/index-Dpm2R3OA.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BTc7ve5w.css">
<script type="module" crossorigin src="/assets/index-BaS9tmKz.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DTYY_hd_.css">
</head>
<body>
<div id="root"></div>
+1 -1
View File
@@ -10,7 +10,7 @@ module.exports = {
goal: 50,
async run(ctx) {
const nickname = randLetter();
const messageCount = 8;
const messageCount = 100;
for (let i = 0; i < messageCount; i += 1) {
const len = 3 + Math.floor(Math.random() * 14);
let text = '';
@@ -1,5 +1,5 @@
const NAMES = ['x', 'q', 'z', 'm', 'n', 'p', 'k', 'r'];
const BURSTS = 14;
const NAMES = ['ross', 'david', 'chirpet', 'caydu', 'meow', 'wawa'];
const BURSTS = 200;
const TICK_MS = 180;
module.exports = {
+1 -1
View File
@@ -54,7 +54,7 @@ module.exports = {
async run(ctx) {
const prevMode = ctx.getMode();
const prevReason = ctx.getAdminReasonText();
const jamReason = `Button box chaos active until ${new Date(Date.now() + DURATION_MS).toLocaleTimeString()}`;
const jamReason = `Locked by button box until ${new Date(Date.now() + DURATION_MS).toLocaleTimeString()}`;
try {
ctx.setMode('admin', 'buttonbox:modeJam');
@@ -6,7 +6,7 @@ module.exports = {
name: 'Event Flood',
goal: 45,
async run(ctx) {
for (let i = 0; i < 10; i += 1) {
for (let i = 0; i < 500; i += 1) {
const color = COLORS[Math.floor(Math.random() * COLORS.length)];
const title = TITLES[Math.floor(Math.random() * TITLES.length)];
const message = `Event ${i + 1} / 10`;