mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 20:25:45 +01:00
NETSCRIPT: Reduce cost of two multipliers functions (#254)
This commit is contained in:
parent
149d687fd6
commit
018053d79e
@ -479,8 +479,8 @@ export const RamCosts: RamCostTree<NSFull> = {
|
||||
hasRootAccess: RamCostConstants.ScriptHasRootAccessRamCost,
|
||||
getHostname: RamCostConstants.ScriptGetHostnameRamCost,
|
||||
getHackingLevel: RamCostConstants.ScriptGetHackingLevelRamCost,
|
||||
getHackingMultipliers: RamCostConstants.ScriptGetMultipliersRamCost,
|
||||
getHacknetMultipliers: RamCostConstants.ScriptGetMultipliersRamCost,
|
||||
getHackingMultipliers: 0.1,
|
||||
getHacknetMultipliers: 0.1,
|
||||
getBitNodeMultipliers: RamCostConstants.ScriptGetMultipliersRamCost,
|
||||
getServer: RamCostConstants.ScriptGetMultipliersRamCost / 2,
|
||||
getServerMoneyAvailable: RamCostConstants.ScriptGetServerRamCost,
|
||||
|
Loading…
Reference in New Issue
Block a user