mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-13 02:50:04 +02:00
CCT: Generate more frequent and lower-reward coding contracts (#2603)
This commit is contained in:
committed by
GitHub
parent
e3ae5478d5
commit
3e44f08a0f
+2
-2
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user