Added Augmentations for new Hacknet Node faction and rebalancing company positions so the requirements are in even numbers

This commit is contained in:
Daniel Xie
2017-05-02 14:24:24 -05:00
parent 36a261bd2e
commit 635ef04967
5 changed files with 114 additions and 40 deletions
+7
View File
@@ -134,6 +134,13 @@ function PlayerObject() {
this.timeNeededToCompleteWork = 0;
this.work_money_mult = 1;
//Hacknet Node multipliers
this.hacknet_node_money_mult = 1;
this.hacknet_node_purchase_cost_mult = 1;
this.hacknet_node_ram_cost_mult = 1;
this.hacknet_node_core_cost_mult = 1;
this.hacknet_node_level_cost_mult = 1;
//Used to store the last update time.
this.lastUpdate = new Date().getTime();