API: Update RAM cost of nextUpdate and similar APIs (#2702)

This commit is contained in:
catloversg
2026-04-29 05:41:47 +07:00
committed by GitHub
parent 851ed2b9dc
commit 115b1b63ad
8 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -77,7 +77,7 @@ export const RamCostConstants = {
InfiltrationCalculateRewards: 2.5,
InfiltrationGetInfiltrations: 15,
CycleTiming: 1,
CycleTiming: 0,
} as const;
function SF4Cost(cost: number): () => number {
@@ -461,7 +461,7 @@ const grafting = {
getAugmentationGraftTime: 3.75,
getGraftableAugmentations: 5,
graftAugmentation: 7.5,
waitForOngoingGrafting: 1,
waitForOngoingGrafting: 0,
} as const;
const corporation = {