From 4a99c04772544fd8e9b21e48fa1364b832bf71c2 Mon Sep 17 00:00:00 2001 From: danielyxie Date: Wed, 2 Aug 2017 23:21:15 -0500 Subject: [PATCH] Refactored Server() to take old init args in constructor. Removed Server.init(). Faction reputation is now exponential. Increased infiltration exp gains. DOM now loads before scripts --- index.html | 130 ++++++++++---------- src/Company.js | 28 ++++- src/Constants.js | 18 ++- src/Faction.js | 43 +++++-- src/Infiltration.js | 48 ++++---- src/Location.js | 8 +- src/NetscriptFunctions.js | 11 +- src/Player.js | 9 +- src/Prestige.js | 1 - src/Server.js | 253 +++++++++++++------------------------- src/ServerPurchases.js | 4 +- src/engine.js | 9 +- 12 files changed, 269 insertions(+), 293 deletions(-) diff --git a/index.html b/index.html index 426989337..61ab261e3 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ - + Bitburner @@ -11,66 +11,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +