Slightly buffed amount of money gained from hacking. Slightly increased cost for Hacknet Node upgrades

This commit is contained in:
Daniel Xie
2017-05-23 08:54:48 -05:00
parent f325aeb897
commit 99e7af48a3
3 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ CONSTANTS = {
HacknetNodeMoneyGainPerLevel: 1.25,
HacknetNodePurchaseNextMult: 1.33, //Multiplier when purchasing an additional hacknet node
HacknetNodeUpgradeLevelMult: 1.04, //Multiplier for cost when upgrading level
HacknetNodeUpgradeRamMult: 1.22, //Multiplier for cost when upgrading RAM
HacknetNodeUpgradeCoreMult: 1.42, //Multiplier for cost when buying another core
HacknetNodeUpgradeRamMult: 1.23, //Multiplier for cost when upgrading RAM
HacknetNodeUpgradeCoreMult: 1.43, //Multiplier for cost when buying another core
HacknetNodeMaxLevel: 200,
HacknetNodeMaxRam: 64,