CCT: Generate more frequent and lower-reward coding contracts (#2603)

This commit is contained in:
Michael Ficocelli
2026-03-31 13:28:39 -07:00
committed by GitHub
parent e3ae5478d5
commit 3e44f08a0f
3 changed files with 12 additions and 10 deletions
+2 -2
View File
@@ -209,7 +209,7 @@ const Engine = {
}
if (Engine.Counters.contractGeneration <= 0) {
tryGeneratingRandomContract(1);
tryGeneratingRandomContract(3);
Engine.Counters.contractGeneration = 3000;
}
@@ -265,7 +265,7 @@ const Engine = {
const numCyclesOffline = Math.floor(timeOffline / CONSTANTS.MilliPerCycle);
// Generate bonus CCTs
tryGeneratingRandomContract(timeOffline / CONSTANTS.MillisecondsPerTenMinutes);
tryGeneratingRandomContract((timeOffline * 3) / CONSTANTS.MillisecondsPerTenMinutes);
let offlineReputation = 0;
let offlineHackingIncome =