This commit is contained in:
Olivier Gagnon
2021-12-03 23:06:04 -05:00
parent f487a0c0e9
commit 737276e855
16 changed files with 582 additions and 325 deletions
+1
View File
@@ -6,6 +6,7 @@ import { IMap } from "../types";
export const RamCostConstants: IMap<number> = {
ScriptBaseRamCost: 1.6,
ScriptDomRamCost: 25,
ScriptCorporationRamCost: 1024 - 1.6,
ScriptHackRamCost: 0.1,
ScriptHackAnalyzeRamCost: 1,
ScriptGrowRamCost: 0.15,