Slight rebalancing on Hacknet Nodes. Added buttons for purchase multipliers. They don't work yet though

This commit is contained in:
Daniel Xie
2017-05-16 16:22:54 -05:00
parent f63cd21bfc
commit 47e4f5b9dd
6 changed files with 61 additions and 21 deletions
+3 -3
View File
@@ -19,10 +19,10 @@ CONSTANTS = {
/* Hacknet Node constants */
HacknetNodeMoneyGainPerLevel: 1,
HacknetNodePurchaseNextMult: 1.30, //Multiplier when purchasing an additional hacknet node
HacknetNodePurchaseNextMult: 1.33, //Multiplier when purchasing an additional hacknet node
HacknetNodeUpgradeLevelMult: 1.06, //Multiplier for cost when upgrading level
HacknetNodeUpgradeRamMult: 1.20, //Multiplier for cost when upgrading RAM
HacknetNodeUpgradeCoreMult: 1.40, //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,